diff --git a/axum/README.md b/axum/README.md index 47ac45c7..98bc134c 100644 --- a/axum/README.md +++ b/axum/README.md @@ -116,17 +116,12 @@ axum's MSRV is 1.80. ## Examples The [examples] folder contains various examples of how to use `axum`. The -[docs] also provide lots of code snippets and examples. For full-fledged examples, check out community-maintained [showcases] or [tutorials]. +[docs] also provide lots of code snippets and examples. ## Getting Help In the `axum`'s repo we also have a [number of examples][examples] showing how -to put everything together. Community-maintained [showcases] and [tutorials] also demonstrate how to use `axum` for real-world applications. You're also welcome to ask in the [Discord channel][chat] or open a [discussion] with your question. - -## Community projects - -See [here][ecosystem] for a list of community maintained crates and projects -built with `axum`. +to put everything together. You're also welcome to ask in the [Discord channel][chat] or open a [discussion] with your question. ## Contributing @@ -155,7 +150,4 @@ additional terms or conditions. [chat]: https://discord.gg/tokio [discussion]: https://github.com/tokio-rs/axum/discussions/new?category=q-a [`tower::Service`]: https://docs.rs/tower/latest/tower/trait.Service.html -[ecosystem]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md -[showcases]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md#project-showcase -[tutorials]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md#tutorials [license]: https://github.com/tokio-rs/axum/blob/main/axum/LICENSE