@@ -22,7 +22,7 @@ for Perl code development and sharing.
<p> You can get each module as a tarball (<ahref="list.html">see
list</a>), get a tarball of <ahref="ccan.tar.bz2">the whole repository</a> with tools,
or clone our <ahref="http://git.ozlabs.org/?p=ccan">git repository</a> (<tt>git clone git://git.ozlabs.org/~ccan/ccan</tt>).
or clone our <ahref="http://git.ozlabs.org/?p=ccan">git repository</a> (<tt>git clone git://git.ozlabs.org/~ccan/ccan</tt>) or the one on <ahref="http://github.com/rustyrussell/ccan/">github</a>.
</p>
<h2>Use The Code</h2>
...
...
@@ -68,7 +68,7 @@ We also have an IRC channel: #ccan on <a href="http://freenode.net">Freenode</a>
</p>
<p>
We also have a <ahref="Wiki/">wiki</a>; feel free to enhance it.
We also have a <ahref="http://github.com/rustyrussell/ccan/wiki/">wiki</a>; feel free to enhance it.
@@ -16,7 +16,7 @@ Got C code sitting around which might help someone? Put it to work
by uploading here; .tar.gz, .zip or even single C files.
</p>
<p>If it has a valid _info file and a testsuite (see <ahref="http://ccan.ozlabs.org/Wiki/ModuleGuide">the module creation guide</a>), it'll go into the
<p>If it has a valid _info file and a testsuite (see <ahref="http://ccodearchive.net/Wiki/ModuleGuide">the module creation guide</a>), it'll go into the
main repository. Otherwise, it'll go into our "junkcode" area where