commit: 6254613f2bfc2c9bd15598d0a26324dc1b477e4c Author: Ole Reifschneider <mail <AT> ole-reifschneider <DOT> de> AuthorDate: Thu Jan 15 19:57:15 2015 +0000 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org> CommitDate: Thu Jan 15 19:57:15 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=6254613f
Fix handbook links that broke after moving to the wiki --- tasks-reference/environment/text.xml | 2 +- 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>
