summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-06-23 19:28:26 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-06-23 19:28:26 (GMT)
commit454eeea98943626ac837d8a9d242aee15b811657 (patch)
tree1014572942f7d8e394f973006950ad2b4c2d7f1b /doc
parenta0d0c531358297245fdaefdc130ce8e0ab569e9b (diff)
downloadSCons-454eeea98943626ac837d8a9d242aee15b811657.zip
SCons-454eeea98943626ac837d8a9d242aee15b811657.tar.gz
SCons-454eeea98943626ac837d8a9d242aee15b811657.tar.bz2
[appveyor skip] fix ulink vs link xml syntax
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index 70a1731..18e4321 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -7447,22 +7447,22 @@ and will silently revert to non-cached behavior in such cases.</para>
<simplelist type="vert">
<member>
The SCons User Guide at
- <link xlink:href="https://scons.org/doc/production/HTML/scons-user.html"/>
+ <ulink url="https://scons.org/doc/production/HTML/scons-user.html"/>
</member>
<member>The SCons Design Document (old)</member>
<member>
The SCons Cookbook at
- <link xlink:href="https://scons-cookbook.readthedocs.io"/>
+ <ulink url="https://scons-cookbook.readthedocs.io"/>
for examples of how to solve various problems with &SCons;.
</member>
<member>
SCons source code
- <link xlink:href="https://github.com/SCons/scons">
+ <ulink url="https://github.com/SCons/scons">
on GitHub</ulink>
</member>
<member>
The SCons API Reference
- <link xlink:href="https://scons.org/doc/production/HTML/scons-api/index.html"/>
+ <ulink url="https://scons.org/doc/production/HTML/scons-api/index.html"/>
(for internal details)
</member>
</simplelist>