diff options
author | Ole Reifschneider <mail@ole-reifschneider.de> | 2015-01-15 20:57:15 +0100 |
---|---|---|
committer | Ole Reifschneider <mail@ole-reifschneider.de> | 2015-01-15 20:57:15 +0100 |
commit | 6254613f2bfc2c9bd15598d0a26324dc1b477e4c (patch) | |
tree | 7fc0e5a6b830fce2182ce37826d390334ea9ac18 /tasks-reference | |
parent | src_compile: Update wording for the filter-flags() function (diff) | |
download | devmanual-6254613f2bfc2c9bd15598d0a26324dc1b477e4c.tar.gz devmanual-6254613f2bfc2c9bd15598d0a26324dc1b477e4c.tar.bz2 devmanual-6254613f2bfc2c9bd15598d0a26324dc1b477e4c.zip |
Fix handbook links that broke after moving to the wiki
Diffstat (limited to 'tasks-reference')
-rw-r--r-- | tasks-reference/environment/text.xml | 2 | ||||
-rw-r--r-- | tasks-reference/init-scripts/text.xml | 2 |
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&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&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> |