diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:21:26 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:21:26 +0200 |
commit | e1f27467532fb470b383ca8115e0d562fedcce03 (patch) | |
tree | 71068f66aea8935f9e402ea03d7fe59302f91aef /Hurd/InstallNotes.mdwn | |
parent | be6a871fb6cfafa9d8c25a98f54a74d9959070ad (diff) | |
download | web-e1f27467532fb470b383ca8115e0d562fedcce03.tar.gz web-e1f27467532fb470b383ca8115e0d562fedcce03.tar.bz2 web-e1f27467532fb470b383ca8115e0d562fedcce03.zip |
Fix broken in-wiki links. I hope I didn't break any other stuff.
Diffstat (limited to 'Hurd/InstallNotes.mdwn')
-rw-r--r-- | Hurd/InstallNotes.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Hurd/InstallNotes.mdwn b/Hurd/InstallNotes.mdwn index 1b6a89dd..ecb27e41 100644 --- a/Hurd/InstallNotes.mdwn +++ b/Hurd/InstallNotes.mdwn @@ -261,10 +261,10 @@ The license for Neals work is under the [GNU GPL](http://web.walfield.org/papers There are currently issues to be resolved around this matter, as far as I understand at least. Until an agreement can be reached this text, and the unclear status of this topic, will remain. The suggestion is to do something like this: <dl> - <dt><span style="background:"><font color="">Install Guide</font></span><a href="http://LOCATION/InstallGuide">?</a></dt> + <dt><span style="background:"><font color="">Install Guide</font></span>[[InstallGuide]]</dt> <dd> Neals Install Guide in its original form </dd> - <dt><span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a></dt> - <dd> Or <span style="background:"><font color="">Install Guide Errata</font></span><a href="http://LOCATION/InstallGuideErrata">?</a> with all user input and additions </dd> + <dt><span style="background:"><font color="">Install Notes</font></span>[[InstallNotes]]</dt> + <dd> Or <span style="background:"><font color="">Install Guide Errata</font></span>[[InstallGuideErrata]] with all user input and additions </dd> </dl> There are several obvious issues with this as I can see |