aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-01-10 11:26:47 +0100
committerUlrich Müller <ulm@gentoo.org>2020-01-10 11:26:47 +0100
commit3da2789825c4bfcb2a57abf403e3672790da0eb2 (patch)
tree6c6fd5de4c1547b1b09d85ac231a3a26a1290672 /appendices
parentUpdate redirected links. (diff)
downloaddevmanual-3da2789825c4bfcb2a57abf403e3672790da0eb2.tar.gz
devmanual-3da2789825c4bfcb2a57abf403e3672790da0eb2.tar.bz2
devmanual-3da2789825c4bfcb2a57abf403e3672790da0eb2.zip
appendices/further-reading: Update references.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices')
-rw-r--r--appendices/further-reading/text.xml18
1 files 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