From 9f4bd0023698500ca0cd84e089d6789ce1faeea8 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 1 Apr 2022 15:00:31 -0700 Subject: [PATCH] Update formats.md Fixes #1703 --- content/en/content-management/formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/formats.md b/content/en/content-management/formats.md index 3c3edfdd4..0b25c3171 100644 --- a/content/en/content-management/formats.md +++ b/content/en/content-management/formats.md @@ -33,7 +33,7 @@ The current list of content formats in Hugo: |MMark|mmark|Mmark is deprecated and will be removed in a future release.| |Emacs Org-Mode|org|See [go-org](https://github.com/niklasfasching/go-org).| |AsciiDoc|asciidocext, adoc, ad|Needs [Asciidoctor][ascii] installed.| -|RST|rst|Needs [RST](https://docutils.sourceforge.net/rst.html) installed.| +|RST|rst|Needs [RST](https://docutils.sourceforge.io/rst.html) installed.| |Pandoc|pandoc, pdc|Needs [Pandoc](https://www.pandoc.org/) installed.| |HTML|html, htm|To be treated as a content file, with layout, shortcodes etc., it must have front matter. If not, it will be copied as-is.|