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

View File

@@ -1,3 +1,5 @@
.. _contribution-guidelines:
Contribution Guidelines
=======================

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
done so with it being their first contact with Go.
When you are ready to start hacking, take a quick glance at the `contribution
guidelines
<https://github.com/syncthing/syncthing/blob/master/CONTRIBUTING.md>`__ to
know what to expect and to make the process smoother. The main take away is to
keep the code clean, base it on the ``master`` branch, and we'll sort out the
rest once you file a pull request.
When you are ready to start hacking, take a quick glance at the :ref:`contribution-guidelines`
to know what to expect and to make the process smoother. The main take away is
to 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