mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-27 23:10:20 +01:00
Fix readme example link
This commit is contained in:
parent
1c60255b9f
commit
708988bfae
1 changed files with 3 additions and 2 deletions
|
@ -92,7 +92,8 @@ struct User {
|
|||
}
|
||||
```
|
||||
|
||||
You can find this [example][readme-example] as well as other example projects in the [example directory][examples].
|
||||
You can find this [example][readme-example] as well as other example projects in
|
||||
the [example directory][examples].
|
||||
|
||||
See the [crate documentation][docs] for way more examples.
|
||||
|
||||
|
@ -138,7 +139,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
|
|||
for inclusion in `axum` by you, shall be licensed as MIT, without any
|
||||
additional terms or conditions.
|
||||
|
||||
[readme-example]: https://github.com/tokio-rs/axum/tree/main/examples/readme-example
|
||||
[readme-example]: https://github.com/tokio-rs/axum/tree/main/examples/readme
|
||||
[examples]: https://github.com/tokio-rs/axum/tree/main/examples
|
||||
[docs]: https://docs.rs/axum
|
||||
[`tower`]: https://crates.io/crates/tower
|
||||
|
|
Loading…
Reference in a new issue