Mathieu Lirzin <[email protected]> skribis: > From f6b50dfccae0d493705c600587324153c96a90d0 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin <[email protected]> > Date: Fri, 8 May 2015 04:56:17 +0200 > Subject: [PATCH] website: Fix URLs. > > Enable local export to link URLs correctly. > > * website/www/utils.scm: New file.
I think it’s a good idea to use GNU ChangeLog-style logs, but I won’t require it for the web site. If you want to do that, remember to mention all the files and procedures/variables that are added/removed/modified. (See the GNU Coding Standards for details on ChangeLogs.) [...] > +(define (guix-url location) > + (string-append (gnu-url "s/guix/") location)) “software/guix” rather than “s/guix”. OK to push with this change (with or without ChangeLog-style commit log), and with the two previous patches. Thanks! Ludo’.
