[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 06/10] site: faq: Use relative links for images.
From: |
Adrien 'neox' Bourmault |
Subject: |
Re: [PATCH v1 06/10] site: faq: Use relative links for images. |
Date: |
Sat, 25 May 2024 14:06:54 +0200 |
User-agent: |
Evolution 3.48.4 |
Le jeudi 23 mai 2024 à 22:24 +0200, Denis 'GNUtoo' Carikli a écrit :
> 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/>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
signature.asc
Description: This is a digitally signed message part
- non-content related fixes/improvements for the website., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 02/10] site: img: clarify license scope., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 01/10] site: site.cfg: Add license header., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 03/10] site: img: fix license location., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 06/10] site: faq: Use relative links for images., Denis 'GNUtoo' Carikli, 2024/05/23
- Re: [PATCH v1 06/10] site: faq: Use relative links for images.,
Adrien 'neox' Bourmault <=
- [PATCH v1 05/10] site: docs: hardware: Use relative links for images., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 09/10] site: repair link to logo directory., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 08/10] site: tasks: fix link to g43t-am3/soic8.jpg picture., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 04/10] site: docs: install: Use relative links for images., Denis 'GNUtoo' Carikli, 2024/05/23
- [PATCH v1 10/10] site: change .md links to .html., Denis 'GNUtoo' Carikli, 2024/05/23