mirror of https://github.com/rwf2/Rocket.git
Fix URL to config guide in templates/mod.rs.
This commit is contained in:
parent
1e3f1961cd
commit
13cac7db45
|
@ -27,7 +27,7 @@ use rocket::http::{ContentType, Status};
|
||||||
/// the template directory. The template directory is configurable via the
|
/// the template directory. The template directory is configurable via the
|
||||||
/// `template_dir` configuration parameter and defaults to `templates/`. The
|
/// `template_dir` configuration parameter and defaults to `templates/`. The
|
||||||
/// path set in `template_dir` should be relative to the Rocket configuration
|
/// path set in `template_dir` should be relative to the Rocket configuration
|
||||||
/// file. See the [configuration chapter](https://rocket.rs/guide/configuration)
|
/// file. See the [configuration chapter](https://rocket.rs/guide/overview/#configuration)
|
||||||
/// of the guide for more information on configuration.
|
/// of the guide for more information on configuration.
|
||||||
///
|
///
|
||||||
/// Templates are discovered according to their extension. At present, this
|
/// Templates are discovered according to their extension. At present, this
|
||||||
|
|
Loading…
Reference in New Issue