guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: posts: Change links to use absolute URL.


From: Florian Pelz
Subject: branch master updated: website: posts: Change links to use absolute URL.
Date: Sat, 20 Feb 2021 16:16:11 -0500

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 6361ba9  website: posts: Change links to use absolute URL.
6361ba9 is described below

commit 6361ba930f94d7c0f7f0265ff63c97d300c57067
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Sat Feb 20 21:48:29 2021 +0100

    website: posts: Change links to use absolute URL.
    
    With the new locale-dependent URLs, some relative paths became incorrect.
    
    Fixes <https://bugs.gnu.org/46663>
    Reported by Thomas Munoz <epholys@gmail.com>.
    
    * website/posts/further-reduced-binary-bootstrap.md: Use absolute path.
    * website/posts/reduced-binary-seed-bootstrap.md: Likewise.
---
 website/posts/further-reduced-binary-bootstrap.md | 2 +-
 website/posts/reduced-binary-seed-bootstrap.md    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/posts/further-reduced-binary-bootstrap.md 
b/website/posts/further-reduced-binary-bootstrap.md
index 9a158a1..4f0e99b 100644
--- a/website/posts/further-reduced-binary-bootstrap.md
+++ b/website/posts/further-reduced-binary-bootstrap.md
@@ -79,7 +79,7 @@ now looks like this (woohoo!):
                  bootstrap-mescc-tools, bootstrap-mes (~12 MiB)
                             bootstrap-guile (~48 MiB)
 ```
-[full graph](../../../static/blog/img/gcc-core-mesboot0-graph.svg)
+[full graph](/static/blog/img/gcc-core-mesboot0-graph.svg)
 
 We are excited that the [Nlnet Foundation](https://nlnet.nl) has
 [sponsored this work](https://nlnet.nl/project/GNUMes)!
diff --git a/website/posts/reduced-binary-seed-bootstrap.md 
b/website/posts/reduced-binary-seed-bootstrap.md
index ec358d8..86c80dc 100644
--- a/website/posts/reduced-binary-seed-bootstrap.md
+++ b/website/posts/reduced-binary-seed-bootstrap.md
@@ -63,7 +63,7 @@ package get built?  How does the first compiler get compiled?
         bootstrap-binutils, bootstrap-gcc, bootstrap-glibc (~130MB)
       bootstrap-bash, bootstrap-coreutils&co, bootstrap-guile (~120MB)
 ```
-[full graph](../../../static/blog/img/gcc-final-bag.svg)
+[full graph](/static/blog/img/gcc-final-bag.svg)
 
 The answer to this starts with _bootstrap binaries_.  The first
 package that gets built with these bootstrap binaries is `make`, next
@@ -114,7 +114,7 @@ dependency graph looks like this:
               bootstrap-mescc-tools, bootstrap-mes (~10MB)
       bootstrap-bash, bootstrap-coreutils&co, bootstrap-guile (~120MB)
 ```
-[full graph](../../../static/blog/img/gcc-final-bag-rbsb.svg)
+[full graph](/static/blog/img/gcc-final-bag-rbsb.svg)
 
 The new _Reduced Binary Seed_ bootstrap removes Binutils, GCC, and
 glibc and replaces them by GNU Mes and MesCC Tools.  This reduces



reply via email to

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