Fix URL to config guide in templates/mod.rs.

This commit is contained in:
Eric D. Reichert 2016-12-26 16:23:40 -05:00 committed by Sergio Benitez
parent 1e3f1961cd
commit 13cac7db45
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ use rocket::http::{ContentType, Status};
/// the template directory. The template directory is configurable via the
/// `template_dir` configuration parameter and defaults to `templates/`. The
/// 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.
///
/// Templates are discovered according to their extension. At present, this