From fcfa3d0145e2169a5df3dbe5e2d270c51e3e1bb5 Mon Sep 17 00:00:00 2001 From: redbeard Date: Wed, 17 Jul 2019 09:56:01 -0700 Subject: [PATCH] bug: Correct markdown links (#4) The markdown links in the premble of the README.md place the link before the content on the href. This commit normalizes the order to the correct syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d848aab85..8ddda72586 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fedora Docs Template -This repository contains the Fedora CoreOS documentation. The format is (https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)[AsciiDoc] to enable integration into the official (https://docs.fedoraproject.org/en-US/docs/)[Fedora documentation]. +This repository contains the Fedora CoreOS documentation. The format is [AsciiDoc](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/) to enable integration into the official [Fedora documentation](https://docs.fedoraproject.org/en-US/docs/). ## Structure