Fixing a broken link in the docs
authorspf13 <steve.francia@gmail.com>
Mon, 25 Aug 2014 18:02:39 +0000 (14:02 -0400)
committerspf13 <steve.francia@gmail.com>
Mon, 25 Aug 2014 18:02:39 +0000 (14:02 -0400)
docs/content/extras/highlighting.md
docs/content/templates/functions.md

index c568fd01f0bb3d35991e73d66cf5c6546c11869a..f157b85a1010506089776adeea167ca612efe3f2 100644 (file)
@@ -1,4 +1,6 @@
 ---
+aliases:
+- /extras/highlight/
 date: 2013-07-01
 menu:
   main:
index a9297294d3b6899fe1b92da720635c232a10523d..a37c60510a4c572f6786777a1245a9ed5f1ed2b7 100644 (file)
@@ -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).