Browse Source

Web updates.

Rusty Russell 16 years ago
parent
commit
382e1e2900
2 changed files with 3 additions and 3 deletions
  1. 1 1
      web/static-configuration
  2. 2 2
      web/staticindex.php

+ 1 - 1
web/static-configuration

@@ -18,7 +18,7 @@ $frommail = "ccan@ozlabs.org";
 $tar_dir = 'tarballs';
 
 //where bzr repo is: attach module name to browse
-$repo_base = 'http://ccan.ozlabs.org/repo/?cmd=inventory;path=';
+$repo_base = 'http://ccan.ozlabs.org/browse/';
 
 function extract_field($field,$module)
 {

+ 2 - 2
web/staticindex.php

@@ -14,7 +14,7 @@ something useful.
 </p>
 
 <p>
-CCAN is loosely modelled after the succesful <a href="http://cpan.org">CPAN project</a>
+CCAN is loosely modelled after the successful <a href="http://cpan.org">CPAN project</a>
 for Perl code development and sharing.
 </p>
 
@@ -36,7 +36,7 @@ ways to use it:
 There's also a
 <a href="http://bazaar-vcs.org/">Bazaar</a> repository for all the CCAN
 infrastructure at
-<a href="http://ccan.ozlabs.org/repo">http://ccan.ozlabs.org/repo</a>.
+<a href="http://ccan.ozlabs.org/browse">http://ccan.ozlabs.org/repo</a>.
 </p>
 
 <h2>Module Contributions</h2>