mirror of https://github.com/rwf2/Rocket.git
Fix API links for v0.5.
This commit is contained in:
parent
65ab368485
commit
55c59b9f6a
|
@ -79,7 +79,7 @@
|
||||||
//! See the [configuration chapter] of the guide for more information on
|
//! See the [configuration chapter] of the guide for more information on
|
||||||
//! configuration.
|
//! configuration.
|
||||||
//!
|
//!
|
||||||
//! [configuration chapter]: https://rocket.rs/master/guide/configuration
|
//! [configuration chapter]: https://rocket.rs/v0.5/guide/configuration
|
||||||
//!
|
//!
|
||||||
//! ## Template Naming and Content-Types
|
//! ## Template Naming and Content-Types
|
||||||
//!
|
//!
|
||||||
|
|
|
@ -92,10 +92,10 @@ The following section addresses these concerns and more for common deployment
|
||||||
scenarios.
|
scenarios.
|
||||||
|
|
||||||
[DDoS mitigation]: @github/issues/1405
|
[DDoS mitigation]: @github/issues/1405
|
||||||
[graceful shutdown]: @api/master/rocket/shutdown/struct.ShutdownConfig.html
|
[graceful shutdown]: @api/v0.5/rocket/shutdown/struct.ShutdownConfig.html
|
||||||
[`Shutdown`]: @api/master/rocket/struct.Shutdown.html
|
[`Shutdown`]: @api/v0.5/rocket/struct.Shutdown.html
|
||||||
[shutdown fairings]: @api/master/rocket/fairing/trait.Fairing.html#shutdown
|
[shutdown fairings]: @api/v0.5/rocket/fairing/trait.Fairing.html#shutdown
|
||||||
[triggers]: @api/master/rocket/shutdown/struct.ShutdownConfig.html#triggers
|
[triggers]: @api/v0.5/rocket/shutdown/struct.ShutdownConfig.html#triggers
|
||||||
|
|
||||||
## Common Scenarios
|
## Common Scenarios
|
||||||
|
|
||||||
|
@ -217,8 +217,8 @@ Our recommendation for a direct self-managed deployment is to:
|
||||||
be explicitly configured via [`proxy_proto_header`] for Rocket to consider.
|
be explicitly configured via [`proxy_proto_header`] for Rocket to consider.
|
||||||
|
|
||||||
[`cargo-zigbuild`]: https://github.com/rust-cross/cargo-zigbuild
|
[`cargo-zigbuild`]: https://github.com/rust-cross/cargo-zigbuild
|
||||||
[`ip_header`]: @api/master/rocket/config/struct.Config.html#structfield.ip_header
|
[`ip_header`]: @api/v0.5/rocket/config/struct.Config.html#structfield.ip_header
|
||||||
[`proxy_proto_header`]: @api/master/rocket/config/struct.Config.html#structfield.proxy_proto_header
|
[`proxy_proto_header`]: @api/v0.5/rocket/config/struct.Config.html#structfield.proxy_proto_header
|
||||||
|
|
||||||
### Containerization
|
### Containerization
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue