From 647ee74295c2d4b60fca0e8e20c978c74f09f29b Mon Sep 17 00:00:00 2001 From: Dave Taht Date: Sat, 27 Jul 2019 12:24:36 -0700 Subject: [PATCH] Correct hyperlink to rfc builder site Fixed #13 --- rfcs/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/README b/rfcs/README index 862997e..ca6adeb 100644 --- a/rfcs/README +++ b/rfcs/README @@ -7,5 +7,5 @@ For correct utf-8 support you will either need to use the [online xml2rfc v3 converter](https://xml2rfc.tools.ietf.org/) or a [private copy of the latest xml2rfc code](https://pypi.org/project/xml2rfc/) that can be installed via pip or the tarball. -It pays to review the [mmark documentation](https://mmark.nl/) for tricky things like text diagrams +It pays to review the [mmark documentation](https://mmark.miek.nl/) for tricky things like text diagrams or how to format normative vs informative references.