From 1be83e4e3370ea878dd2c7055ac583ebb6b336a0 Mon Sep 17 00:00:00 2001 From: Alfred Xing Date: Mon, 21 Jul 2014 11:12:57 -0700 Subject: [PATCH] Fix URL Copy & paste error introduced a `.dev` local domain; change to a relative path instead --- site/docs/extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/extras.md b/site/docs/extras.md index 34487fe7..5bdf2c73 100644 --- a/site/docs/extras.md +++ b/site/docs/extras.md @@ -15,4 +15,4 @@ Kramdown comes with optional support for LaTeX to PNG rendering via [MathJax](ht ## Alternative Markdown Processors -See the Markdown section on the [configuration page](/docs/configuration/#markdown-options) for instructions on how to use and configure alternative Markdown processors, as well as how to create [custom processors](http://jekyll.dev/docs/configuration/#custom-markdown-processors). +See the Markdown section on the [configuration page](/docs/configuration/#markdown-options) for instructions on how to use and configure alternative Markdown processors, as well as how to create [custom processors](/docs/configuration/#custom-markdown-processors).