gnuboot-patches
[Top][All Lists]
Advanced

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

[PATCH v1 05/10] site: docs: hardware: Use relative links for images.


From: Denis 'GNUtoo' Carikli
Subject: [PATCH v1 05/10] site: docs: hardware: Use relative links for images.
Date: Thu, 23 May 2024 22:24:31 +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/docs/hardware/d945gclf.md    | 24 ++++++++++++------------
 site/docs/hardware/kcma-d8.md     |  2 +-
 site/docs/hardware/mac_address.md |  2 +-
 site/docs/hardware/macbook21.md   |  2 +-
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/site/docs/hardware/d945gclf.md b/site/docs/hardware/d945gclf.md
index f2ff4e8..1554533 100644
--- a/site/docs/hardware/d945gclf.md
+++ b/site/docs/hardware/d945gclf.md
@@ -45,11 +45,11 @@ Remarks about vendor bios:
     flashed there is no problem to update the firmware internally
 
 Here is an image of the board:\
-![](/software/gnuboot/web/img/d945gclf/d945gclf.jpg)\
+![](../../img/d945gclf/d945gclf.jpg)\
 Here is an image of the D945GCLF2 board:\
-![](/software/gnuboot/web/img/d945gclf/20160923_141521.jpg){width="80%" 
height="80%"}\
+![](../../img/d945gclf/20160923_141521.jpg){width="80%" height="80%"}\
 And SPI SOIC8 flash chip\
-![](/software/gnuboot/web/img/d945gclf/20160923_141550.jpg){width="50%" 
height="50%"}
+![](../../img/d945gclf/20160923_141550.jpg){width="50%" height="50%"}
 
 How to replace thermal paste and fan
 ------------------------------------
@@ -57,24 +57,24 @@ How to replace thermal paste and fan
 This board comes with very crappy disposable loud fan, that one has no
 bearings, which can not be repaired or oiled properly, do not waste your
 time trying to fix it, just buy one chinese same size fan\
-![](/software/gnuboot/web/img/d945gclf/20160923_141620.jpg){width="50%" 
height="50%"}
-![](/software/gnuboot/web/img/d945gclf/20160923_141614.jpg){width="50%" 
height="50%"}\
+![](../../img/d945gclf/20160923_141620.jpg){width="50%" height="50%"}
+![](../../img/d945gclf/20160923_141614.jpg){width="50%" height="50%"}\
 Make sure that new one has same wiring\
-![](/software/gnuboot/web/img/d945gclf/20160923_142618.jpg){width="50%" 
height="50%"}\
+![](../../img/d945gclf/20160923_142618.jpg){width="50%" height="50%"}\
 This is a new one, with bearing and maintenable\
-![](/software/gnuboot/web/img/d945gclf/20160923_141738.jpg){width="50%" 
height="50%"}
-![](/software/gnuboot/web/img/d945gclf/20160923_141814.jpg){width="50%" 
height="50%"}\
+![](../../img/d945gclf/20160923_141738.jpg){width="50%" height="50%"}
+![](../../img/d945gclf/20160923_141814.jpg){width="50%" height="50%"}\
 Now remove the both coolers rotating them a bit, slowly, then clean both
 silicons and both coolers (removing cmos battery first is recommended)\
-![](/software/gnuboot/web/img/d945gclf/20160923_141601.jpg){width="50%" 
height="50%"}\
+![](../../img/d945gclf/20160923_141601.jpg){width="50%" height="50%"}\
 Put a little bit of non conductive thermal paste on both silicons (only
 cpu silicon iis shown on that image)\
-![](/software/gnuboot/web/img/d945gclf/20160923_142031.jpg){width="50%" 
height="50%"}\
+![](../../img/d945gclf/20160923_142031.jpg){width="50%" height="50%"}\
 
 Before assembling new fan, some need new longer screws, make sure having
 these (on the left is original one, too short for new fan)\
-![](/software/gnuboot/web/img/d945gclf/20160923_141659.jpg){width="50%" 
height="50%"}\
+![](../../img/d945gclf/20160923_141659.jpg){width="50%" height="50%"}\
 After that, assemble your new fan into CPU cooler\
-![](/software/gnuboot/web/img/d945gclf/20160923_141635.jpg){width="50%" 
height="50%"}\
+![](../../img/d945gclf/20160923_141635.jpg){width="50%" height="50%"}\
 Finally assemle both coolers on both chips, do not forget put in the CPU
 fan connector back, and you are done.
diff --git a/site/docs/hardware/kcma-d8.md b/site/docs/hardware/kcma-d8.md
index d98ad1f..3004599 100644
--- a/site/docs/hardware/kcma-d8.md
+++ b/site/docs/hardware/kcma-d8.md
@@ -42,7 +42,7 @@ chip and re-flash it using external hardware.
 It has a 25XX NOR flash (SPI protocol) in a P-DIP 8 socket, which looks like
 this:
 
-![](/software/gnuboot/web/img/dip8/dip8.jpg)
+![](../../img/dip8/dip8.jpg)
 
 The default chip is a 2MiB one, but we recommend upgrading it to a 16MiB chip.
 
diff --git a/site/docs/hardware/mac_address.md 
b/site/docs/hardware/mac_address.md
index f49f683..d777682 100644
--- a/site/docs/hardware/mac_address.md
+++ b/site/docs/hardware/mac_address.md
@@ -58,7 +58,7 @@ The existing MAC address may be obtained by the following 
methods:
 
 2.  Otherwise you can read the white label that is often found on the
     motherboard under the memory sticks:
-    ![](/software/gnuboot/web/img/t400/macaddress1.jpg)
+    ![](../../img/t400/macaddress1.jpg)
 
 3.  The MAC address is usually listed on the laptop chassis as well. This one
     will be incorrect if the motherboard was changed and the stickers were not
diff --git a/site/docs/hardware/macbook21.md b/site/docs/hardware/macbook21.md
index fc2b169..eb2a978 100644
--- a/site/docs/hardware/macbook21.md
+++ b/site/docs/hardware/macbook21.md
@@ -71,7 +71,7 @@ guides](https://www.ifixit.com/Device/MacBook_Core_2_Duo)
 
 Locate the flash. It'll be a SOIC8, which looks like this:
 
-![](/software/gnuboot/web/img/chip/soic8.jpg)
+![](../../img/chip/soic8.jpg)
 
 motherboard. [How to remove the
 
motherboard](https://www.ifixit.com/Guide/MacBook+Core+2+Duo+PRAM+Battery+Replacement/529).
-- 
2.41.0




reply via email to

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