# HG changeset patch # User Bernhard Reiter # Date 1364425834 -3600 # Node ID d00a3ede67e41b9c782d3c1163f812399cab2583 # Parent 3adff0fb0207059bfb1cdd8c2e2d441ba21cc176 Changing www/code.txt towards new SF paths. diff -r 3adff0fb0207 -r d00a3ede67e4 website/www/code.txt --- a/website/www/code.txt Fri Mar 22 15:53:27 2013 +0100 +++ b/website/www/code.txt Thu Mar 28 00:10:34 2013 +0100 @@ -4,19 +4,19 @@ Changelog ---------- -The changelog is available as `CHANGES.txt in the SCM repository `_. +The changelog is available as `CHANGES.txt in the SCM repository `_. Browse ------ -You may browse the repository via the `Mercurial webinterface `_. +`Browse the repository `_. Read-only Access ---------------- Read-only repository access is provided through :: - hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup + hg clone http://hg.code.sf.net/p/roundup/code roundup-code The URL for the webinterface works, too, but you will see messages about redirects to the URL shown here. @@ -26,9 +26,9 @@ The read/write access uses your SourceForge.net ssh password or ssh key to authorize your access. (See `SF's site documentation on Mercurial access -`_) :: +`_) :: - hg clone ssh://@roundup.hg.sourceforge.net/hgroot/roundup/roundup + hg clone ssh://USERNAME@hg.code.sf.net/p/roundup/code roundup-code Of course a roundup developer must have granted you write access first - ask for it on the roundup-devel list.