diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 623a3b0826..2ec5c1fb41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,5 +47,4 @@ branches. ### Commit hygiene -Please see our [git style guide](https://gds-way.cloudapps.digital/standards/source-code.html#commit-messages) -which describes how we prefer git history and commit messages to read. +Please see our [Git style guide in the 'How to store source code' page of the GDS Way](https://gds-way.cloudapps.digital/standards/source-code.html#commit-messages), which describes how we prefer Git history and commit messages to read. diff --git a/docs/documentation/setting-up-git.md b/docs/documentation/setting-up-git.md index af9a731029..cccc30fc2e 100644 --- a/docs/documentation/setting-up-git.md +++ b/docs/documentation/setting-up-git.md @@ -80,7 +80,7 @@ git commit -m "First commit" ``` The message you put in the speech marks should be descriptive of the changes you are committing. This will help in the future if you or someone else needs to look back at your changes and know why you made them. -More information on [writing good commit messages](https://gds-way.cloudapps.digital/standards/source-code.html#commit-messages) is in The GDS Way. +Read more about writing good commit messages in the [Git style guide in the 'How to store source code' page of the GDS Way](https://gds-way.cloudapps.digital/standards/source-code.html#commit-messages). ## 5) Check Git status again