mirror of https://github.com/rwf2/Rocket.git
parent
0126163ca5
commit
f64029f079
|
@ -69,7 +69,7 @@
|
|||
* Rocket now uses the 2021 edition of Rust.
|
||||
|
||||
[`(ContentType, T)`]: https://api.rocket.rs/v0.5-rc/rocket/response/content/index.html#usage
|
||||
[v0.4 to v0.5 migration guide]: https://rocket.rs/v0.5-rc/guide/upgrading-from-0.4/
|
||||
[v0.4 to v0.5 migration guide]: https://rocket.rs/v0.5-rc/guide/upgrading/
|
||||
[FAQ]: https://rocket.rs/v0.5-rc/guide/faq/
|
||||
[`Rocket::launch()`]: https://api.rocket.rs/v0.5-rc/rocket/struct.Rocket.html#method.launch
|
||||
[`ErrorKind::Shutdown`]: https://api.rocket.rs/v0.5-rc/rocket/error/enum.ErrorKind.html#variant.Shutdown
|
||||
|
|
|
@ -26,7 +26,7 @@ for the general release!
|
|||
|
||||
[GitHub issue tracker]: https://github.com/SergioBenitez/Rocket/issues
|
||||
[GitHub discussions]: https://github.com/SergioBenitez/Rocket/discussions
|
||||
[migration guide]: ../../guide/upgrading-from-0.4
|
||||
[migration guide]: ../../guide/upgrading
|
||||
[CHANGELOG]: https://github.com/SergioBenitez/Rocket/blob/v0.5-rc/CHANGELOG.md#version-050-rc2-may-9-2022
|
||||
[API docs]: @api
|
||||
[guide]: ../../guide
|
||||
|
|
Loading…
Reference in New Issue