From 294222ac7445ae3271997df1abaf2caf6277d13e Mon Sep 17 00:00:00 2001 From: spf13 Date: Mon, 25 Aug 2014 14:02:39 -0400 Subject: [PATCH] Fixing a broken link in the docs --- docs/content/extras/highlighting.md | 2 ++ docs/content/templates/functions.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/extras/highlighting.md b/docs/content/extras/highlighting.md index c568fd01f..f157b85a1 100644 --- a/docs/content/extras/highlighting.md +++ b/docs/content/extras/highlighting.md @@ -1,4 +1,6 @@ --- +aliases: +- /extras/highlight/ date: 2013-07-01 menu: main: diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index a9297294d..a37c60510 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -106,4 +106,4 @@ eg {{title "BatMan"}} -> "Batman" ### highlight Take a string of code and a language, uses pygments to return the syntax -highlighted code in html. Used in the [highlight shortcode](/extras/highlight). +highlighted code in html. Used in the [highlight shortcode](/extras/highlighting).