Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Mar 5, 2024
1 parent da09ede commit af8a86b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Dependency injection container with a focus on developer experience, type safety and ease of use.

!!! note "New: Dependency injection for Flask"
Simplify usage in Flask applications by using the new [Flask integration](integrations/flask)!
Simplify usage in Flask applications by using the new [Flask integration](integrations/flask.md)!

* Automatically inject dependencies on views without having to manually decorate.
* Expose Flask application configuration in the container.
Expand Down
3 changes: 2 additions & 1 deletion docs/pages/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def get_posts(post_repository: PostRepository):
```

1. Decorate all methods where the library must perform injection.
Optional when using the [Flask integration](integrations/flask).
Optional when using the [Flask](integrations/flask.md)
or [FastApi](integrations/fastapi.md) integrations.


**Installation**
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> [!TIP]
> Simplify Dependency injection for Flask using the new
[Flask integration](https://maldoinc.github.io/wireup/latest/integrations/flask/)!
[Flask integration](https://maldoinc.github.io/wireup/latest/integrations/flask)!
>
> * Automatically inject dependencies without having to manually call autowire.
> * Expose flask application configuration in the container.
Expand All @@ -28,7 +28,7 @@
* Framework Agnostic
* Simplified usage in
[Flask](https://maldoinc.github.io/wireup/latest/integrations/flask/)
and [FastApi](https://maldoinc.github.io/wireup/latest/integrations/flask/) using the first-party integrations.
and [FastApi](https://maldoinc.github.io/wireup/latest/integrations/fastapi/) using the first-party integrations.

## 📋 Quickstart

Expand Down

0 comments on commit af8a86b

Please sign in to comment.