From 47eb431ca691767ebb7810bf4596edbb2723f8b4 Mon Sep 17 00:00:00 2001 From: cheng Date: Thu, 7 Dec 2017 16:33:59 +0800 Subject: [PATCH] Correct one link in templates/output-formats.md In templates/output-formats.md, there is one link of problem. This commit is to correct it. --- content/templates/output-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/output-formats.md b/content/templates/output-formats.md index 6e5e98ca1..9af68f5e0 100644 --- a/content/templates/output-formats.md +++ b/content/templates/output-formats.md @@ -74,7 +74,7 @@ This is the full set of Hugo's built-in output formats: * The `MediaType` must match the `Type` of an already defined media type. * You can define new output formats or redefine built-in output formats; e.g., if you want to put `AMP` pages in a different path. -To add or modify an output format, define it in an `outputFormats` section in your site's [configuration file](/templates/configuration/), either for all sites or for a given language. +To add or modify an output format, define it in an `outputFormats` section in your site's [configuration file](/getting-started/configuration/), either for all sites or for a given language. ``` [outputFormats.MyEnrichedFormat]