From 9b056456a15a1c73399a8cf5d4dcc18905ba9d7e Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 30 Mar 2013 03:03:50 -0300 Subject: [PATCH] Minor: Update "Editing Online" Adding emphasis to the "Edit this page" feature, and ensuring it comes before the more difficult option of locating the .md file manually. --- docs/en/misc/contributing/documentation.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/en/misc/contributing/documentation.md b/docs/en/misc/contributing/documentation.md index 73fc18f78..f20c75f0f 100644 --- a/docs/en/misc/contributing/documentation.md +++ b/docs/en/misc/contributing/documentation.md @@ -12,15 +12,14 @@ and a GitHub user account. ## Editing online -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 +The easiest way of making a change to the documentation is by clicking the "Edit this page" link at +the bottom of the page you want to edit. Alternativly, you can 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. -Each documentation page has have an "edit" link, to make it easier for you to find this feature. - ## Editing on your computer If you prefer to edit the content on your local machine, you can "[fork](http://help.github.com/forking/)"