guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Fix broken hyperlinks in the contribution in


From: guix-commits
Subject: branch master updated: doc: Fix broken hyperlinks in the contribution instructions.
Date: Fri, 18 Sep 2020 14:34:36 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aa9ba86  doc: Fix broken hyperlinks in the contribution instructions.
aa9ba86 is described below

commit aa9ba865deadf8b95c629daca6e57eb4f3edefbe
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Sep 18 14:29:05 2020 -0400

    doc: Fix broken hyperlinks in the contribution instructions.
    
    * doc/contributing.texi (Packaging Guidelines, Submitting Patches):
    Change URLs from relative to absolute links.
---
 doc/contributing.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index b18ffa1..535cfc2 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -353,7 +353,7 @@ Once your package builds correctly, please send us a patch
 (@pxref{Submitting Patches}).  Well, if you need help, we will be happy to
 help you too.  Once the patch is committed in the Guix repository, the
 new package automatically gets built on the supported platforms by
-@url{@value{SUBSTITUTE-SERVER}, our continuous integration system}.
+@url{@value{SUBSTITUTE-URL}, our continuous integration system}.
 
 @cindex substituter
 Users can obtain the new package definition simply by running
@@ -1016,7 +1016,7 @@ changes).  This branch is intended to be merged in 
@code{master} every
 6 months or so.
 @end table
 
-All these branches are @uref{@value{SUBSTITUTE-SERVER},
+All these branches are @uref{@value{SUBSTITUTE-URL},
 tracked by our build farm} and merged into @code{master} once
 everything has been successfully built.  This allows us to fix issues
 before they hit users, and to reduce the window during which pre-built



reply via email to

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