From 76a8ef14f8aee3e27f949244b086e4e418204a8a Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 13 Jun 2015 22:40:09 +0200 Subject: [PATCH] Correct contribution guidelines link --- dev/contributing.rst | 2 ++ dev/intro.rst | 10 ++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev/contributing.rst b/dev/contributing.rst index a8b77c839..ef6a4d4d7 100644 --- a/dev/contributing.rst +++ b/dev/contributing.rst @@ -1,3 +1,5 @@ +.. _contribution-guidelines: + Contribution Guidelines ======================= diff --git a/dev/intro.rst b/dev/intro.rst index 7e8b028b1..77007d8b7 100644 --- a/dev/intro.rst +++ b/dev/intro.rst @@ -32,12 +32,10 @@ of resources `__ 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 -`__ 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