From 89bafa4907d836306ce0748ecd1bf30e49932b93 Mon Sep 17 00:00:00 2001 From: Jared Morgan Date: Mon, 14 Aug 2017 16:54:26 +1000 Subject: [PATCH] Change to Asciidoc URI - changes the link to asciidoc from the python tool to the ruby and .js processor. Asciidoctor extends the language much more than the python implementation, and if folks click on the python link they will likely run into processor issues when Asciidoctor attempts to process the .adoc files. --- content/content-management/formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/formats.md b/content/content-management/formats.md index c2837ffc4..1ff0784a2 100644 --- a/content/content-management/formats.md +++ b/content/content-management/formats.md @@ -214,7 +214,7 @@ Markdown syntax is simple enough to learn in a single sitting. The following are * [Markdown Tutorial (Interactive), Garen Torikian][mdtutorial] [`emojify` function]: /functions/emojify/ -[ascii]: http://asciidoc.org/ +[ascii]: http://asciidoctor.org/ [bfconfig]: /getting-started/configuration/#configuring-blackfriday-rendering [blackfriday]: https://github.com/russross/blackfriday [mmark]: https://github.com/miekg/mmark