From 13cac7db4598f27376c1ea5fe67683eb8f42069b Mon Sep 17 00:00:00 2001 From: "Eric D. Reichert" Date: Mon, 26 Dec 2016 16:23:40 -0500 Subject: [PATCH] Fix URL to config guide in templates/mod.rs. --- contrib/src/templates/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/templates/mod.rs b/contrib/src/templates/mod.rs index 1280168d..28539371 100644 --- a/contrib/src/templates/mod.rs +++ b/contrib/src/templates/mod.rs @@ -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