aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2015-01-17 09:02:35 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2015-01-17 09:02:35 +0000
commit6fe6538a649b75cf1ace08b6ad57ef4e8f9b308d (patch)
tree7fc0e5a6b830fce2182ce37826d390334ea9ac18
parentsrc_compile: Update wording for the filter-flags() function (diff)
parentFix handbook links that broke after moving to the wiki (diff)
downloaddevmanual-6fe6538a649b75cf1ace08b6ad57ef4e8f9b308d.tar.gz
devmanual-6fe6538a649b75cf1ace08b6ad57ef4e8f9b308d.tar.bz2
devmanual-6fe6538a649b75cf1ace08b6ad57ef4e8f9b308d.zip
Merge pull request #25 from Tranquility/update-handbook-links
Fix handbook links that broke after moving to the wiki
-rw-r--r--tasks-reference/environment/text.xml2
-rw-r--r--tasks-reference/init-scripts/text.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tasks-reference/environment/text.xml b/tasks-reference/environment/text.xml
index be30bf8..ff4c14c 100644
--- a/tasks-reference/environment/text.xml
+++ b/tasks-reference/environment/text.xml
@@ -23,7 +23,7 @@ should be a series of lines in the form <c>VARIABLE="the value"</c>.
<p>
There is further discussion in the <uri
-link="http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=5">
+link="https://wiki.gentoo.org/wiki/Handbook:X86/Working/EnvVar">
Environment Variables section</uri>.
</p>
diff --git a/tasks-reference/init-scripts/text.xml b/tasks-reference/init-scripts/text.xml
index 51df865..e76670c 100644
--- a/tasks-reference/init-scripts/text.xml
+++ b/tasks-reference/init-scripts/text.xml
@@ -15,7 +15,7 @@ should be handled via entries in <c>/etc/conf.d</c> with the same filename <d />
<p>
An overview of the Gentoo init system and how to write init scripts is available
-in the <uri link="http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=4#doc_chap4">
+in the <uri link="https://wiki.gentoo.org/wiki/Handbook:X86/Working/Initscripts#Writing_initscripts">
Writing Init Scripts section</uri>.
</p>