commit:     c5b0a1611f29ac6664d5b06d9aea15f4fa20da01
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 17:31:16 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 17:31:16 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c5b0a161

Fix 404 errors

Closes: https://bugs.gentoo.org/653644
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 appendices/further-reading/text.xml           | 2 +-
 ebuild-maintenance/maintenance-tasks/text.xml | 3 +--
 ebuild-writing/common-mistakes/text.xml       | 2 +-
 hosted-projects/text.xml                      | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/appendices/further-reading/text.xml 
b/appendices/further-reading/text.xml
index 9fa79af..f0e75da 100644
--- a/appendices/further-reading/text.xml
+++ b/appendices/further-reading/text.xml
@@ -51,7 +51,7 @@ recommendations, not padding designed to make this document 
look important.
   </dt>
   <dd>
     <p>
-    <uri link="http://freshmeat.net/articles/view/149";>How to Report Bugs
+    <uri link="https://www.chiark.greenend.org.uk/~sgtatham/bugs.html";>How to 
Report Bugs
     Effectively</uri> by Simon Tatham is a good overview of effective bug 
reporting.
     </p>
   </dd>

diff --git a/ebuild-maintenance/maintenance-tasks/text.xml 
b/ebuild-maintenance/maintenance-tasks/text.xml
index e4a173f..a434fb5 100644
--- a/ebuild-maintenance/maintenance-tasks/text.xml
+++ b/ebuild-maintenance/maintenance-tasks/text.xml
@@ -55,8 +55,7 @@ set of default settings that will satisfy the majority of 
systems and
 users that will use your package.  If your package is broken, and you are
 not sure how to get it to work, check some other distributions that have
 done their own versions of the package.  You can check
-<uri link="http://cvs.mandriva.com/cgi-bin/viewvc.cgi/SPECS/";>Mandriva</uri>
-or <uri link="https://www.debian.org/distrib/packages";>Debian</uri> or
+<uri link="https://www.debian.org/distrib/packages";>Debian</uri> or
 <uri link="https://pkgs.fedoraproject.org/cgit/rpms/";>Fedora</uri> for some
 examples.
 </p>

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index a66ec49..93f882a 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -207,7 +207,7 @@ dev-python/pyopenal fetches a tarball called PyOpenAL, so 
we redefine it like:
 
 <pre caption="Example versioning redefinition">
 MY_P=${P/pyopenal/PyOpenAL}
-SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz";
+SRC_URI="http://download.gna.org/pyopenal/${MY_P}.tar.gz";
 S=${WORKDIR}/${MY_P}
 </pre>
 

diff --git a/hosted-projects/text.xml b/hosted-projects/text.xml
index b5eb0ce..5a7851c 100644
--- a/hosted-projects/text.xml
+++ b/hosted-projects/text.xml
@@ -150,7 +150,7 @@ Good places to look for further hints include:
 
 <ul>
   <li>
-    <uri link="http://developer.gnome.org/projects/gap";>GNOME Accessibility
+    <uri 
link="https://developer.gnome.org/accessibility-devel-guide/stable/gad.html.en";>GNOME
 Accessibility
       Project</uri>
   </li>
   <li>

Reply via email to