[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 17/18] website: docs: build: fix link syntax.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 17/18] website: docs: build: fix link syntax. |
Date: |
Sun, 13 Oct 2024 17:13:22 +0200 |
For some reasons I used MediaWiki syntax for that link instead of the
CommonMark syntax.
The broken link was introduced by the commit
88d3ad4765c21383cb945608a67f6253d412acb5 ("site: fix the GNU Boot
build instructions.").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website/pages/docs/build/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/pages/docs/build/index.md
b/website/pages/docs/build/index.md
index 0fa7aae..1954569 100644
--- a/website/pages/docs/build/index.md
+++ b/website/pages/docs/build/index.md
@@ -6,8 +6,8 @@ This guide documents how to compile GNU Boot binaries from the
available source code.
At the time of writing users wanting to build binaries need to
-download the [https://git.savannah.gnu.org/cgit/gnuboot.git/ GNU Boot
-source code] with git.
+download the [GNU Boot source
+code](https://git.savannah.gnu.org/cgit/gnuboot.git/) with git.
Supported distributions for building GNU Boot binaries:
=======================================================
--
2.46.0
- [PATCH v1 08/18] website: review BSD page index and convert to GNU Boot point of view., (continued)
- [PATCH v1 08/18] website: review BSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 10/18] website: review NetBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 01/18] website: configure.ac: check for sed., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 03/18] website: configure.ac: always check for printf., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 13/18] website: misc: codenames: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 07/18] website: remove history/git-history.jpg, Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 09/18] website: review OpenBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 12/18] website: move contrib.md in history, rename git.md to contribute.md., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 14/18] website: docs: grub: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 15/18] packages: website: release: help: fix program name., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 17/18] website: docs: build: fix link syntax.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 18/18] website: Makefile.am: serve: update target name in message., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 11/18] website: review FreeBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 16/18] website: deploy: rsync: use --delete., Denis 'GNUtoo' Carikli, 2024/10/13