Ludovic Courtès <l...@gnu.org> writes: > Looks like the gnu.org webmasters broke our redirects: > > $ wget --debug -O/dev/null > https://www.gnu.org/software/guix/manual/en/html_node/Substitutes.html
Maybe this is originally our/Guix’ fault when we changed manual URLs to remove duplicate locales, that is, we changed from https://guix.gnu.org/en/manual/en/html_node/Substitutes.html to https://guix.gnu.org/manual/en/html_node/Substitutes.html at https://lists.gnu.org/archive/html/guix-devel/2024-09/msg00022.html Anyway, I do not have a blog, so don’t know, but I would welcome if you sed-replaced www.gnu.org/software/guix/manual like commit f22046aebe5abc6ac0690724235a1f1cf2fa3bff Author: Ludovic Courtès <l...@gnu.org> Date: Mon Apr 29 14:04:48 2019 +0200 website: posts: Update references to the manual. This commit is the result of running: sed -i -'es|manual/html_node|manual/en/html_node|g' posts/*.* Regards, Florian