diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-10 10:44:44 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-10 10:44:44 +0100 |
commit | c57839caf2608ddda43a6ee5c3b9474784218134 (patch) | |
tree | 4b8b34fd7b6afde483a06c26ed3561cb348d2614 | |
parent | Fix broken internal links. (diff) | |
download | devmanual-c57839caf2608ddda43a6ee5c3b9474784218134.tar.gz devmanual-c57839caf2608ddda43a6ee5c3b9474784218134.tar.bz2 devmanual-c57839caf2608ddda43a6ee5c3b9474784218134.zip |
Update redirected links.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | appendices/contributing/text.xml | 2 | ||||
-rw-r--r-- | archs/alpha/text.xml | 4 | ||||
-rw-r--r-- | archs/amd64/text.xml | 2 | ||||
-rw-r--r-- | archs/ppc/text.xml | 2 | ||||
-rw-r--r-- | ebuild-writing/common-mistakes/text.xml | 2 | ||||
-rw-r--r-- | keywording/text.xml | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml index d17205a..d7e7003 100644 --- a/appendices/contributing/text.xml +++ b/appendices/contributing/text.xml @@ -45,7 +45,7 @@ For current Gentoo developers, access is at Non-developers can clone the repository by typing <c>git clone git://anongit.gentoo.org/proj/devmanual.git</c>. The sources are also hosted on -<uri link="https://github.com/gentoo/devmanual.gentoo.org">GitHub</uri> +<uri link="https://github.com/gentoo/devmanual">GitHub</uri> for those who prefer to submit patches using pull requests. </p> diff --git a/archs/alpha/text.xml b/archs/alpha/text.xml index c52e080..e294166 100644 --- a/archs/alpha/text.xml +++ b/archs/alpha/text.xml @@ -142,10 +142,10 @@ The Alpha team can be contacted: <uri link="https://wiki.gentoo.org/wiki/Project:Alpha">Gentoo Linux Alpha Development Project</uri> </li> <li> - <uri link="https://www.gentoo.org/doc/en/gentoo-alpha-faq.xml">Gentoo/Alpha FAQ</uri> + <uri link="https://wiki.gentoo.org/wiki/Alpha/FAQ">Gentoo/Alpha FAQ</uri> </li> <li> - <uri link="https://www.gentoo.org/proj/en/base/alpha/doc/alpha-porting-guide.xml">Alpha Porting Guide</uri> + <uri link="https://wiki.gentoo.org/wiki/Project:Alpha/Porting_guide">Alpha Porting Guide</uri> </li> <li> <uri link="https://forums.gentoo.org/viewforum-f-32.html">Gentoo on Alternative Architectures Forum</uri> diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml index 4e9919a..73264df 100644 --- a/archs/amd64/text.xml +++ b/archs/amd64/text.xml @@ -582,7 +582,7 @@ segmentation faults or strange behaviour. GCC 4.0 refuses to compile such code. <uri link="https://wiki.gentoo.org/wiki/Project:AMD64">Gentoo/AMD64 Project</uri> </li> <li> - <uri link="https://www.gentoo.org/doc/en/gentoo-amd64-faq.xml">Gentoo/Linux AMD64 FAQ</uri> + <uri link="https://wiki.gentoo.org/wiki/AMD64/FAQ">Gentoo/Linux AMD64 FAQ</uri> </li> <li> <uri link="https://forums.gentoo.org/viewforum-f-46.html">Gentoo on AMD64 Forum</uri> diff --git a/archs/ppc/text.xml b/archs/ppc/text.xml index 837a526..fc449bf 100644 --- a/archs/ppc/text.xml +++ b/archs/ppc/text.xml @@ -93,7 +93,7 @@ The PowerPC team can be reached by: <ul> <li> - <uri link="https://www.gentoo.org/doc/en/gentoo-ppc-faq.xml">Gentoo PPC FAQ</uri> + <uri link="https://wiki.gentoo.org/wiki/PPC/FAQ">Gentoo PPC FAQ</uri> </li> <li> <uri link="https://forums.gentoo.org/viewforum-f-24.html">Gentoo PPC Forums</uri> diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index 9cd998c..a133037 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -157,7 +157,7 @@ GCC can turn any specific warning into an error. A specific -Werror flag would b <p> Removing "-Werror" from configure.ac can cause breakage in very rare cases where the configure phase relies on the exit code. See -<uri link="https://sourceforge.net/tracker/?func=detail&aid=2959749&group_id=204462&atid=989708"> +<uri link="https://sourceforge.net/p/open-vm-tools/tracker/81/"> app-emulation/open-vm-tools bug</uri>. But even then we remove it from the resulting Makefile. </p> diff --git a/keywording/text.xml b/keywording/text.xml index d3c5ea4..2b25a0e 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -260,7 +260,7 @@ For a package to move to stable, the following guidelines must be met: <p> For security fixes, the "reasonable amount of time" guideline may be relaxed. -See the <uri link="https://www.gentoo.org/security/en/vulnerability-policy.xml"> +See the <uri link="https://www.gentoo.org/support/security/vulnerability-treatment-policy.html"> Vulnerability Treatment Policy</uri> </p> |