diff options
| author | Mats Wichmann <mats@linux.com> | 2018-04-23 19:48:11 (GMT) |
|---|---|---|
| committer | Mats Wichmann <mats@linux.com> | 2018-04-23 21:48:01 (GMT) |
| commit | 9ec7ee42da85d5a25fac73c13f668e6ccf7087a2 (patch) | |
| tree | fffc37b019ea07cc59f3bf46c6b52794d461ebf5 /test/Docbook/rootname | |
| parent | f1deff31fde204b4201047b10bf9430adfb39118 (diff) | |
| download | SCons-9ec7ee42da85d5a25fac73c13f668e6ccf7087a2.zip SCons-9ec7ee42da85d5a25fac73c13f668e6ccf7087a2.tar.gz SCons-9ec7ee42da85d5a25fac73c13f668e6ccf7087a2.tar.bz2 | |
Fix wiki references to point to gihub wiki
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Docbook/rootname')
| -rw-r--r-- | test/Docbook/rootname/htmlchunked/image/manual.xml | 2 | ||||
| -rw-r--r-- | test/Docbook/rootname/htmlhelp/image/manual.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Docbook/rootname/htmlchunked/image/manual.xml b/test/Docbook/rootname/htmlchunked/image/manual.xml index ca12e0e..067c76e 100644 --- a/test/Docbook/rootname/htmlchunked/image/manual.xml +++ b/test/Docbook/rootname/htmlchunked/image/manual.xml @@ -72,7 +72,7 @@ <listitem> <para>the SCons Tools Wiki page at <ulink - url="http://scons.org/wiki/ToolsIndex">http://scons.org/wiki/ToolsIndex</ulink>.</para> + url="https://github.com/SCons/scons/wiki/ToolsIndex">https://github.com/SCons/scons/wiki/ToolsIndex</ulink>.</para> </listitem> </itemizedlist> </section> diff --git a/test/Docbook/rootname/htmlhelp/image/manual.xml b/test/Docbook/rootname/htmlhelp/image/manual.xml index ca12e0e..067c76e 100644 --- a/test/Docbook/rootname/htmlhelp/image/manual.xml +++ b/test/Docbook/rootname/htmlhelp/image/manual.xml @@ -72,7 +72,7 @@ <listitem> <para>the SCons Tools Wiki page at <ulink - url="http://scons.org/wiki/ToolsIndex">http://scons.org/wiki/ToolsIndex</ulink>.</para> + url="https://github.com/SCons/scons/wiki/ToolsIndex">https://github.com/SCons/scons/wiki/ToolsIndex</ulink>.</para> </listitem> </itemizedlist> </section> |
