commit: 3da2789825c4bfcb2a57abf403e3672790da0eb2
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 10:26:47 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 10:26:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3da27898
appendices/further-reading: Update references.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
appendices/further-reading/text.xml | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/appendices/further-reading/text.xml
b/appendices/further-reading/text.xml
index 0a658f6..15edb22 100644
--- a/appendices/further-reading/text.xml
+++ b/appendices/further-reading/text.xml
@@ -19,10 +19,12 @@ recommendations, not padding designed to make this document
look important.
Mastering Regular Expressions
</dt>
<dd>
- "Mastering Regular Expressions" by Jeffrey E. F. Friedl (O'Reilly,
- ISBN 0-596-00289-0) is <b>the</b> book on regular expressions. Very
readable and
- devoid of the usual mathematical jargon that tends to fill up these kinds
of
- books. <uri link="http://www.oreilly.com/catalog/regex2/">Publisher's
page</uri>
+ "Mastering Regular Expressions" by Jeffrey E. F. Friedl (3rd edition,
+ O'Reilly, 2006, ISBN 0-596-52812-4) is <b>the</b> book on regular
+ expressions. Very readable and devoid of the usual mathematical jargon
+ that tends to fill up these kinds of books.
+ <uri
link="https://www.oreilly.com/library/view/mastering-regular-expressions/0596528124/">
+ Publisher's page</uri>
</dd>
</dl>
@@ -38,10 +40,10 @@ recommendations, not padding designed to make this document
look important.
Making Packager-Friendly Software
</dt>
<dd>
- <uri
link="http://www.onlamp.com/pub/a/onlamp/2005/03/31/packaging.html">Making
- Packager-Friendly Software</uri> by Julio M. Merino Vidal describes
various things
- that can be done by upstream software providers to make life easy for the
- distribution people (that means you).
+ <uri
link="https://jmmv.dev/2005/03/making-packager-friendly-software-1.html">
+ Making Packager-Friendly Software</uri> by Julio M. Merino Vidal describes
+ various things that can be done by upstream software providers to make life
+ easy for the distribution people (that means you).
</dd>
<dt>
How to Report Bugs Effectively