doc: Fix broken hyperlinks in the contribution instructions.
* doc/contributing.texi (Packaging Guidelines, Submitting Patches): Change URLs from relative to absolute links.
This commit is contained in:
parent
9ef590dc8a
commit
aa9ba865de
1 changed files with 2 additions and 2 deletions
|
@ -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
|
(@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
|
help you too. Once the patch is committed in the Guix repository, the
|
||||||
new package automatically gets built on the supported platforms by
|
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
|
@cindex substituter
|
||||||
Users can obtain the new package definition simply by running
|
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.
|
6 months or so.
|
||||||
@end table
|
@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
|
tracked by our build farm} and merged into @code{master} once
|
||||||
everything has been successfully built. This allows us to fix issues
|
everything has been successfully built. This allows us to fix issues
|
||||||
before they hit users, and to reduce the window during which pre-built
|
before they hit users, and to reduce the window during which pre-built
|
||||||
|
|
Reference in a new issue