diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-09 22:03:23 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-09 22:24:38 +0100 |
commit | 0cd23b216690abcefacab37b5c4c36a50e713c42 (patch) | |
tree | 88a5520d700102a8ebf3ef1323b362bcfce1e78d /ebuild-writing | |
parent | archs/*: Update links to arch projects. (diff) | |
download | devmanual-0cd23b216690abcefacab37b5c4c36a50e713c42.tar.gz devmanual-0cd23b216690abcefacab37b5c4c36a50e713c42.tar.bz2 devmanual-0cd23b216690abcefacab37b5c4c36a50e713c42.zip |
Fix broken internal links.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r-- | ebuild-writing/common-mistakes/text.xml | 9 | ||||
-rw-r--r-- | ebuild-writing/user-submitted/text.xml | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index b0f841a..9cd998c 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -367,8 +367,8 @@ Please check if the HOMEPAGE variable is right and leads users to the right page if they want to find out more about the package. And make sure the DESCRIPTION is not overly long. Good descriptions will describe the main function of the package in a sentence. Set HOMEPAGE to -<uri link="::ebuild-maintenance#Homepage unavailable">No_homepage wiki page</uri>, -if there is none. +<uri link="::ebuild-maintenance/maintenance-tasks#Homepage unavailable"> +No_homepage wiki page</uri>, if there is none. </p> </body> @@ -450,8 +450,9 @@ at least when the ebuild hits the stable branch. <body> <p> -Please submit ebuilds properly by following the <uri -link="::ebuild-maintenance#adding-a-new-ebuild">Adding new Ebuild</uri> tutorial. +Please submit ebuilds properly by following the +<uri link="::ebuild-maintenance/maintenance-tasks#Adding a new ebuild"> +Adding new Ebuild</uri> tutorial. </p> </body> diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml index 2f384ca..b97af10 100644 --- a/ebuild-writing/user-submitted/text.xml +++ b/ebuild-writing/user-submitted/text.xml @@ -22,10 +22,10 @@ The user-submitted ebuild must not contain custom headers like this: <p> Such information should be included in the git commit message instead. -The use of tags such as <c>Suggested-By:</c> or <c>Reported-By:</c>in +The use of tags such as <c>Suggested-By:</c> or <c>Reported-By:</c> in the commit message, as explained in the -<uri link="::ebuild-maintenance#git-commit-message-format">commit -message format section</uri>, is highly encouraged. +<uri link="::ebuild-maintenance/git#Git Commit Message Format"> +commit message format section</uri>, is highly encouraged. Note that ebuilds received in the form of git patches or pull requests will have the user as the commit author by default, in which case including the user information in the commit message explicitly |