mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 07:20:12 +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.
|
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
|
for inclusion in `axum` by you, shall be licensed as MIT, without any
|
||||||
additional terms or conditions.
|
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
|
[examples]: https://github.com/tokio-rs/axum/tree/main/examples
|
||||||
[docs]: https://docs.rs/axum
|
[docs]: https://docs.rs/axum
|
||||||
[`tower`]: https://crates.io/crates/tower
|
[`tower`]: https://crates.io/crates/tower
|
||||||
|
|
Loading…
Reference in a new issue