Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Links in Readme #477

Merged
merged 1 commit into from
Nov 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
Shuttle is built for productivity, reliability and performance:
- Zero-Configuration support for Rust using annotations
- Automatic resource provisioning (databases, caches, subdomains, etc.) via [Infrastructure-From-Code](https://www.shuttle.rs/blog/2022/05/09/ifc)
- First-class support for popular Rust frameworks ([Rocket](https://docs.shuttle.rs/guide/rocket-examples.html), [Axum](https://docs.shuttle.rs/guide/axum-examples.html),
[Tide](https://docs.shuttle.rs/guide/tide-examples.html), [Poem](https://docs.shuttle.rs/guide/poem-examples.html) and [Tower](https://docs.shuttle.rs/guide/tower-examples.html))
- Support for deploying Discord bots using [Serenity](https://docs.shuttle.rs/guide/serenity-examples.html)
- First-class support for popular Rust frameworks ([Rocket](https://docs.shuttle.rs/examples/rocket), [Axum](https://docs.shuttle.rs/examples/axum),
[Tide](https://docs.shuttle.rs/examples/tide), [Poem](https://docs.shuttle.rs/examples/poem) and [Tower](https://docs.shuttle.rs/examples/tower))
- Support for deploying Discord bots using [Serenity](https://docs.shuttle.rs/examples/serenity)
- Scalable hosting (with optional self-hosting)

📖 Check out our documentation to get started quickly: [docs.shuttle.rs](https://docs.shuttle.rs)
Expand Down