1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

fix(welcome): broken links (#303)

* docs(welcome): provide full url to prevent 404

`welcome` could be accessed through ./docs and ./docs/welcome. When trying to navigate from ./docs, `getting-started` lead to ./getting-started instead of ./docs/getting-started

* docs(welcome): fix link name mismatch
This commit is contained in:
Kevin 2022-12-20 16:03:40 +01:00 committed by GitHub
parent 28cb016092
commit faee3e8bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Actix Web lets you quickly and confidently develop web services in Rust and this
The documentation on this website focusses primarily on the Actix Web framework. For information about the actor framework called Actix, check out the [Actix chapter][actix-chapter] (or the lower level [actix API docs][actix-docs]). Otherwise, head on to the [getting started guide][getting-started]. If you already know your way around and you need specific information you might want to read the [actix-web API docs][actix-web-docs].
[getting-started]: ./getting-started
[getting-started]: https://actix.rs/docs/getting-started
[actix-web-docs]: https://docs.rs/actix-web
[actix-docs]: https://docs.rs/actix
[actix-book]: ./actix
[actix-chapter]: https://actix.rs/docs/actix