[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 17/18] website: docs: build: fix link syntax.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v2 17/18] website: docs: build: fix link syntax. |
Date: |
Mon, 11 Nov 2024 22:07:52 +0100 |
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>
Acked-by: Adrien Bourmault <neox@gnu.org>
---
ChangeLog v1->v2:
- Added neox's ack.
---
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 0fa7aaec..19545697 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.34.1
- [PATCH v2 11/18] website: review FreeBSD page index and convert to GNU Boot point of view., (continued)
- [PATCH v2 11/18] website: review FreeBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 06/18] website: properly handle the dot dependency., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 14/18] website: docs: grub: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 13/18] website: misc: codenames: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 07/18] website: remove history/git-history.jpg, Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 09/18] website: review OpenBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 16/18] website: deploy: rsync: use --delete., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 21/21] coreboot: blobs.list: fam15h: remove F12NbSmuFirmware.h, Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 15/18] packages: website: release: help: fix program name., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 19/21] coreboot: blobs.list: arm-trusted-firmware: Remove RK3399 hdcp.bin firmware., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 17/18] website: docs: build: fix link syntax.,
Denis 'GNUtoo' Carikli <=
- [PATCH v2 08/18] website: review BSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 12/18] website: move contrib.md in history, rename git.md to contribute.md., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 18/18] website: Makefile.am: serve: update target name in message., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 20/21] blobs.list: coreboot: fam15h: remove minnowmax_{1, 2}gb.absf., Denis 'GNUtoo' Carikli, 2024/11/11
- Re: [PATCH v2 00/18] V2 for last websites patches., Adrien 'neox' Bourmault, 2024/11/12