Skip to content

Commit

Permalink
Merge pull request #555 from maisim/fix_links_to_doc
Browse files Browse the repository at this point in the history
Fix links to doc
  • Loading branch information
zzstoatzz authored Sep 1, 2023
2 parents a36eac1 + 410ff77 commit 9e46f44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Marvin's docs are available at [askmarvin.ai](https://www.askmarvin.ai), includi
```bash
pip install marvin
```
Getting started? Head over to our [setup guide](https://www.askmarvin.ai/src/getting_started/installation/).
Getting started? Head over to our [setup guide](https://www.askmarvin.ai/welcome/installation/).

## Community
To ask questions, share ideas, or just chat with like-minded developers, join us on [Discord](https://discord.gg/Kgw4HpcuYG) or [Twitter](https://twitter.com/AskMarvinAI)!
Expand All @@ -27,13 +27,13 @@ To ask questions, share ideas, or just chat with like-minded developers, join us

Marvin's high-level abstractions are familiar Python interfaces that make it easy to leverage AI in your application. These interfaces aim to be simple and self-documenting, adding a touch of AI magic to everyday objects.

🧩 [**AI Models**](/components/ai_model) for structuring text into type-safe schemas
🧩 [**AI Models**](https://www.askmarvin.ai/components/ai_model/) for structuring text into type-safe schemas

🏷️ [**AI Classifiers**](/components/ai_classifier) for bulletproof classification and routing
🏷️ [**AI Classifiers**](https://www.askmarvin.ai/components/ai_classifier/) for bulletproof classification and routing

🪄 [**AI Functions**](/components/ai_function) for complex business logic and transformations
🪄 [**AI Functions**](https://www.askmarvin.ai/components/ai_function/) for complex business logic and transformations

🤝 [**AI Applications**](/components/ai_application) for interactive use and persistent state
🤝 [**AI Applications**](https://www.askmarvin.ai/components/ai_application/) for interactive use and persistent state

___

Expand Down

0 comments on commit 9e46f44

Please sign in to comment.