mirror of https://github.com/rwf2/Rocket.git
Fix wrong URL in guide (configuration)
This commit is contained in:
parent
f2ca2ad735
commit
509a033c84
|
@ -607,4 +607,4 @@ or `APP_` environment variables, Rocket will make use of them. The application
|
||||||
can also extract its configuration, done here via the `Adhoc::config()` fairing.
|
can also extract its configuration, done here via the `Adhoc::config()` fairing.
|
||||||
|
|
||||||
[`rocket::custom()`]: @api/master/rocket/fn.custom.html
|
[`rocket::custom()`]: @api/master/rocket/fn.custom.html
|
||||||
[`rocket::build()`]: @api/master/rocket/fn.custom.html
|
[`rocket::build()`]: @api/master/rocket/fn.build.html
|
||||||
|
|
Loading…
Reference in New Issue