From 23adeb672a5480d96f3221506495c48a32f93a6e Mon Sep 17 00:00:00 2001 From: Leon Overweel Date: Fri, 12 Apr 2019 13:53:47 +0100 Subject: [PATCH] Point mmark links to its new repository This document linked to [a deprecated repository](https://github.com/miekg/mmark), which has been moved [here](https://github.com/mmarkdown/mmark). There is also no longer a separate page for its syntax, so I consolidated the links to both link to the new repo. --- content/en/content-management/formats.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/content-management/formats.md b/content/en/content-management/formats.md index e666351a1..b65d9e604 100644 --- a/content/en/content-management/formats.md +++ b/content/en/content-management/formats.md @@ -100,7 +100,7 @@ Hugo supports GitHub-flavored markdown's use of triple back ticks, as well as pr ## Mmark -Mmark is a [fork of BlackFriday][mmark] and markdown superset that is well suited for writing [IETF documentation][ietf]. You can see examples of the syntax in the [Mmark GitHub repository][mmarkgh] or the full syntax on [Miek Gieben's website][]. +Mmark is a [fork of BlackFriday][mmark] and markdown superset that is well suited for writing [IETF documentation][ietf]. You can see examples of the syntax in the [Mmark GitHub repository][mmark] or the full syntax on [Miek Gieben's website][]. ### Use Mmark @@ -253,8 +253,7 @@ Markdown syntax is simple enough to learn in a single sitting. The following are [mdguide]: https://www.markdownguide.org/ [mdtutorial]: http://www.markdowntutorial.com/ [Miek Gieben's website]: https://miek.nl/2016/march/05/mmark-syntax-document/ -[mmark]: https://github.com/miekg/mmark -[mmarkgh]: https://github.com/miekg/mmark/wiki/Syntax +[mmark]: https://github.com/mmarkdown/mmark [org]: http://orgmode.org/ [pandoc]: http://www.pandoc.org/ [Pygments]: http://pygments.org/