gnuboot-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1 06/10] site: faq: Use relative links for images.


From: Denis 'GNUtoo' Carikli
Subject: [PATCH v1 06/10] site: faq: Use relative links for images.
Date: Thu, 23 May 2024 22:24:32 +0200

This enable to later on change the subdirectory in which the website
is reployed (for instance from software/gnuboot/web to
software/gnuboot/web/test) without breaking images.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 site/faq.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/site/faq.md b/site/faq.md
index 7785b50..687e42d 100644
--- a/site/faq.md
+++ b/site/faq.md
@@ -832,15 +832,15 @@ You can find photos of various chip types on the 
following page:\
 Who did the logo?
 ----------------------------------------------------------------
 
-See the [license information](/software/gnuboot/web/img/logo/license.md).
+See the [license information](../../img/logo/license.md).
 
-The Libreboot logo is available as a 
[bitmap](/software/gnuboot/web/img/logo/logo.png), a
-[vector](/software/gnuboot/web/img/logo/logo.svg), or a [greyscale 
vector](/software/gnuboot/web/img/logo/logo_grey.svg).
+The Libreboot logo is available as a [bitmap](../../img/logo/logo.png), a
+[vector](../../img/logo/logo.svg), or a [greyscale 
vector](../../img/logo/logo_grey.svg).
 
 Libreboot Inside stickers are available as a
-[PDF](/software/gnuboot/web/img/logo/stickers/libreboot-inside-simple-bold-1.60cmx2.00cm-diecut-3.pdf)
 or
+[PDF](../../img/logo/stickers/libreboot-inside-simple-bold-1.60cmx2.00cm-diecut-3.pdf)
 or
 a
-[vector](/software/gnuboot/web/img/logo/stickers/libreboot-inside-simple-bold-1.60cmx2.00cm-diecut-3.svg)
+[vector](../../img/logo/stickers/libreboot-inside-simple-bold-1.60cmx2.00cm-diecut-3.svg)
 
 You can find all of the available logos by browsing this directory:\
 </software/gnuboot/web/img/logo/>
-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]