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 /_default | |
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 '_default')
-rw-r--r-- | _default/WebHome.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_default/WebHome.mdwn b/_default/WebHome.mdwn index efe8e35d..1f6a39f4 100644 --- a/_default/WebHome.mdwn +++ b/_default/WebHome.mdwn @@ -7,9 +7,9 @@ Welcome to the home of **%WIKITOOLNAME%.%WEB%**. This is a web-based collaborati <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult"> <ul> - <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a>: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a>: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></li> + <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span>[[WebSearch]]) </li> + <li><span style="background:"><font color="">Web Changes</font></span>[[WebChanges]]: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> + <li><span style="background:"><font color="">Web Index</font></span>[[WebIndex]]: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span>[[WebTopicList]]</li> <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li> <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li> <li> %WEBPREFSTOPIC%: Preferences of the %WIKITOOLNAME%.%WEB% web. </li> |