From 7d35d899fb385746a9105b3d2b9a555343103a5f Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 8 Mar 2013 10:24:49 -0500 Subject: [PATCH] Fixed link and added branch direction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Broken link to edit docs, perhaps should link to repo instead of directory to avoid having a branch in the URL.  Also added blurb to clarify what branch doc edits should occur in. --- docs/en/misc/contributing/documentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/misc/contributing/documentation.md b/docs/en/misc/contributing/documentation.md index 9e274366b..73fc18f78 100644 --- a/docs/en/misc/contributing/documentation.md +++ b/docs/en/misc/contributing/documentation.md @@ -12,9 +12,9 @@ and a GitHub user account. ## Editing online -The easiest way of making a change the the documentation is to find the appropriate .md -file in the [github.com/silverstripe/sapphire](https://github.com/silverstripe/sapphire/edit/3.0/docs/) repository -and press the "edit" button. You will need a GitHub account to do this. +The easiest way of making a change to the documentation is to find the appropriate .md +file in the [github.com/silverstripe/sapphire](https://github.com/silverstripe/sapphire/tree/3.0/docs/) repository +and press the "edit" button. You will need a GitHub account to do this. You should make the changes in the lowest branch they apply to. * After you have made your change, describe it in the "commit summary" and "extended description" fields below, and press "Commit Changes". * After that you will see form to submit a Pull Request. You should just be able to submit the form, and your changes will be sent to the core team for approval.