summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/develop.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/develop.en b/documentation/develop.en
index 9b853b0..7a7b2f8 100644
--- a/documentation/develop.en
+++ b/documentation/develop.en
@@ -72,7 +72,7 @@
<p><code>$ <strong>git clone git://git.netsurf-browser.org/netsurf.git</strong></code></p>
-<p>You can also browse the source via the <a href="http://source.netsurf-browser.org/?p=netsurf.git">web interface</a>.</p>
+<p>You can also browse the source via the <a href="http://source.netsurf-browser.org/netsurf.git/">web interface</a>.</p>
<p>Recent changes can be seen on the <a href="/developers/">development page</a>. An an <a href="http://cia.navi.cx/stats/project/NetSurf/.rss">RSS feed</a> of recent changes is also provided by <a href="http://cia.navi.cx/stats/project/NetSurf/">CIA</a>. All checkins are reported on the <a href="/contact/#MailingLists">Commits mailing list</a>.</p>
@@ -81,7 +81,7 @@
<h2 id="Compiling">Compiling</h2>
-<p>The recommended compilers are GCC or Clang. Guides to <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=tree;f=Docs;hb=HEAD">building NetSurf</a> for various platforms are available in the source tree.</p>
+<p>The recommended compilers are GCC or Clang. Guides to <a href="http://source.netsurf-browser.org/netsurf.git/tree/Docs">building NetSurf</a> for various platforms are available in the source tree.</p>
<p>The <a href="http://ci.netsurf-browser.org/">autobuilder</a> compiles every change pushed to our Git repository. It also runs test suites and other features automatically.</p>
@@ -89,12 +89,12 @@
<h3>Dependencies</h3>
-<p>NetSurf requires a number of additional libraries to build. Consult the documents in the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=tree;f=Docs;hb=HEAD">Docs</a> directory of NetSurf's source tree for more info.</p>
+<p>NetSurf requires a number of additional libraries to build. Consult the documents in the <a href="http://source.netsurf-browser.org/netsurf.git/tree/Docs">Docs</a> directory of NetSurf's source tree for more info.</p>
<h2 id="SourceDocumentation">Source documentation</h2>
-<p>See the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=tree;f=Docs;hb=HEAD">Docs</a> directory for source code documentation. Our pictorial <a href="/developers/StyleGuide.pdf">Style Guide</a> (single-page PDF) shows our code style.</p>
+<p>See the <a href="http://source.netsurf-browser.org/netsurf.git/tree/Docs">Docs</a> directory for source code documentation. Our pictorial <a href="/developers/StyleGuide.pdf">Style Guide</a> (single-page PDF) shows our code style.</p>
<h2 id="Communication">Communication</h2>