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 /TWiki/FindElsewherePlugin.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 'TWiki/FindElsewherePlugin.mdwn')
-rw-r--r-- | TWiki/FindElsewherePlugin.mdwn | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/TWiki/FindElsewherePlugin.mdwn b/TWiki/FindElsewherePlugin.mdwn index 33c4dbd5..c49f81d6 100644 --- a/TWiki/FindElsewherePlugin.mdwn +++ b/TWiki/FindElsewherePlugin.mdwn @@ -28,25 +28,25 @@ If a topic is not found in the current web, this plugin will look in the LOOKELS <tr> <td> found here </td> <td><nop>WebHome </nop></td> - <td><span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a></td> + <td><span style="background:"><font color="">Web Home</font></span>[[WebHome]]</td> <td><nop>WebHome </nop></td> </tr> <tr> <td> found singular here </td> <td><nop>WebHomes </nop></td> - <td><span style="background:"><font color="">Web Homes</font></span><a href="http://LOCATION/WebHomes">?</a></td> + <td><span style="background:"><font color="">Web Homes</font></span>[[WebHomes]]</td> <td><nop>WebHomes </nop></td> </tr> <tr> <td> found elsewhere </td> <td><nop>TWikiAdminGroup </nop></td> - <td><span style="background:"><font color="">TWiki Admin Group</font></span><a href="http://LOCATION/TWikiAdminGroup">?</a></td> + <td><span style="background:"><font color="">TWiki Admin Group</font></span>[[TWikiAdminGroup]]</td> <td><nop>Main.TWikiAdminGroup </nop></td> </tr> <tr> <td> found singular elsewhere </td> <td><nop>TWikiAdminGroups </nop></td> - <td><span style="background:"><font color="">TWiki Admin Groups</font></span><a href="http://LOCATION/TWikiAdminGroups">?</a></td> + <td><span style="background:"><font color="">TWiki Admin Groups</font></span>[[TWikiAdminGroups]]</td> <td><nop>Main.TWikiAdminGroups </nop></td> </tr> </table> @@ -64,31 +64,31 @@ Don't break other types of links... </tr> <tr> <td><nop>TWiki.WebHome </nop></td> - <td><span style="background:"><font color="">Web Home</font></span><a href="http://LOCATIONTWiki/WebHome">?</a></td> + <td><span style="background:"><font color="">Web Home</font></span>[[TWiki/WebHome]]</td> </tr> <tr> <td><nop>WebHome </nop></td> - <td><span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a></td> + <td><span style="background:"><font color="">Web Home</font></span>[[WebHome]]</td> </tr> <tr> <td> [<nop>[TWiki.WebHome]] </nop></td> - <td><span style="background:"><font color="">TWiki.Web Home</font></span><a href="http://LOCATIONTWiki/WebHome">?</a></td> + <td><span style="background:"><font color="">TWiki.Web Home</font></span>[[TWiki/WebHome]]</td> </tr> <tr> <td> [<nop>[TWiki.WikiWord]] </nop></td> - <td><span style="background:"><font color="">TWiki.Wiki Word</font></span><a href="http://LOCATIONTWiki/WikiWord">?</a></td> + <td><span style="background:"><font color="">TWiki.Wiki Word</font></span>[[TWiki/WikiWord]]</td> </tr> <tr> <td> [<nop>[TWiki.WikiWords]] </nop></td> - <td><span style="background:"><font color="">TWiki.Wiki Words</font></span><a href="http://LOCATIONTWiki/WikiWords">?</a></td> + <td><span style="background:"><font color="">TWiki.Wiki Words</font></span>[[TWiki/WikiWords]]</td> </tr> <tr> <td><nop>TWiki.WikiWord </nop></td> - <td><span style="background:"><font color="">Wiki Word</font></span><a href="http://LOCATIONTWiki/WikiWord">?</a></td> + <td><span style="background:"><font color="">Wiki Word</font></span>[[TWiki/WikiWord]]</td> </tr> <tr> <td><nop>TWiki.WikiWords </nop></td> - <td><span style="background:"><font color="">Wiki Words</font></span><a href="http://LOCATIONTWiki/WikiWords">?</a></td> + <td><span style="background:"><font color="">Wiki Words</font></span>[[TWiki/WikiWords]]</td> </tr> </table> @@ -137,7 +137,7 @@ Don't break other types of links... <table border="1" cellpadding="1" cellspacing="0"> <tr> <td align="right"> Plugin Author: </td> - <td><span style="background:"><font color="">Mike Barton</font></span><a href="http://LOCATIONMain/MikeBarton">?</a></td> + <td><span style="background:"><font color="">Mike Barton</font></span>[[Main/MikeBarton]]</td> </tr> <tr> <td align="right"> Plugin Version: </td> |