git » armlfs-site.git » commit dd7e6e1

Fix one URL

author Urja Rannikko
2025-03-02 11:50:48 UTC
committer Urja Rannikko
2025-03-02 11:50:48 UTC
parent a60981e6ae91d63237ac34db85fc0b909b02bb1b

Fix one URL

content/pages/download.md +1 -1

diff --git a/content/pages/download.md b/content/pages/download.md
index 43fa5ea..0d36af8 100644
--- a/content/pages/download.md
+++ b/content/pages/download.md
@@ -53,7 +53,7 @@ Replace _/dev/diskdevice_ with the approriate device.
 If you're installing to a µSD-card on a ChromeOS device, it _might_ be `/dev/mmcblk1`.  
 You need to be running as root or otherwise have direct disk write access.
 
-    # curl https://a64box.urja.dev/dist/armlfs-kde5-showcase.img.xz | unxz | dd bs=1M of=/dev/diskdevice
+    # curl https://armlfs.urja.dev/dist/armlfs-kde5-showcase.img.xz | unxz | dd bs=1M of=/dev/diskdevice
 
 The example url above is for the full KDE 5 showcase, which is what I recommend if you're testing this with a microSD card.