Correct contribution guidelines link

This commit is contained in:
Jakob Borg
2015-06-13 22:40:09 +02:00
parent ec9ade33c2
commit 76a8ef14f8
2 changed files with 6 additions and 6 deletions
+2
View File
@@ -1,3 +1,5 @@
.. _contribution-guidelines:
Contribution Guidelines Contribution Guidelines
======================= =======================
+4 -6
View File
@@ -32,12 +32,10 @@ of resources <http://dave.cheney.net/resources-for-new-go-programmers>`__ on
the web to help you get up to speed, and many people joining the project have the web to help you get up to speed, and many people joining the project have
done so with it being their first contact with Go. done so with it being their first contact with Go.
When you are ready to start hacking, take a quick glance at the `contribution When you are ready to start hacking, take a quick glance at the :ref:`contribution-guidelines`
guidelines to know what to expect and to make the process smoother. The main take away is
<https://github.com/syncthing/syncthing/blob/master/CONTRIBUTING.md>`__ to to keep the code clean, base it on the ``master`` branch, and we'll sort out
know what to expect and to make the process smoother. The main take away is to the rest once you file a pull request.
keep the code clean, base it on the ``master`` branch, and we'll sort out the
rest once you file a pull request.
Source Code Layout Source Code Layout