Author: nextgens Date: 2006-11-09 22:52:57 +0000 (Thu, 09 Nov 2006) New Revision: 10853
Modified: trunk/website/pages/download.php Log: website: fix some 404 links to get a better google ranking Modified: trunk/website/pages/download.php =================================================================== --- trunk/website/pages/download.php 2006-11-09 22:47:17 UTC (rev 10852) +++ trunk/website/pages/download.php 2006-11-09 22:52:57 UTC (rev 10853) @@ -61,8 +61,7 @@ <h3>So it's running, what do I do?</h3> You need to get connected. If you know anyone running Freenet, ask them -for their reference, and give them yours. If you visit <a -href="http://127.0.0.1:8888/darknet/">http://127.0.0.1:8888/darknet/</a> +for their reference, and give them yours. If you visit <pre>http://127.0.0.1:8888/darknet/</pre> in your browser, you can see your reference at the bottom and you can add other people's references, either by cutting and pasting the reference itself, or by pointing Freenet to a URL or a file containing their @@ -71,7 +70,7 @@ If you don't know anyone running Freenet, visit #freenet-refs on irc.freenode.net and ask nicely to exchange references with someone. You will find a tool like <a -href="http://dark-code.bulix.org/">dark-code.bulix.org</a> useful (please don't +href="http://dark-code.bulix.org/">http://dark-code.bulix.org</a> useful (please don't paste references into the #freenet-refs IRC channel). <p> </B>Note: You need to add their reference and they need to add @@ -80,7 +79,7 @@ <h3>So I'm connected, what do I do?</h3> You can find links to some pages in the index on the FProxy homepage at -<a href="http://127.0.0.1:8888/">http://127.0.0.1:8888/</a>. You can find links to some third party +<pre>http://127.0.0.1:8888/</pre>. You can find links to some third party applications <a href="http://wiki.freenetproject.org/FreenetZeroPointSevenApps">here</a>.
