summaryrefslogtreecommitdiff
path: root/developers/index.html
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2017-06-09 20:31:52 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2017-06-09 20:33:13 +0100
commitc4c11f3585a16146810a9fa92564540bc25370a4 (patch)
treea9775f65385d5034e7762474b7593ad3a43a05f6 /developers/index.html
parent004a98e05cd89edf4c597094c9f8cb399fc0e28e (diff)
downloadnetsurf-website-c4c11f3585a16146810a9fa92564540bc25370a4.tar.gz
netsurf-website-c4c11f3585a16146810a9fa92564540bc25370a4.tar.bz2
Update documentation links.
Diffstat (limited to 'developers/index.html')
-rw-r--r--developers/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/developers/index.html b/developers/index.html
index 6b6f0f5..8174e06 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -42,6 +42,7 @@
<li><a href="http://source.netsurf-browser.org/">Git repository viewer</a></li>
<li><a href="http://ci.netsurf-browser.org/">Continuous Integration</a></li>
<li><a href="http://bugs.netsurf-browser.org/">Bug report system</a></li>
+<li><a href="http://ci.netsurf-browser.org/jenkins/view/Categorized/job/docs-netsurf/doxygen/">Code documentation</a></li>
</ul>
</div>
@@ -113,7 +114,7 @@
<p>The source is kept in a Git repository. To check the latest source out use the command provided in the <a href="/documentation/develop#SourceControl">developer documentation</a>.</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 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>It is also possible to browse the source online via the <a href="http://source.netsurf-browser.org/netsurf.git/">web interface</a>.</p>