Skip to content

Commit

Permalink
Merge pull request #1024 from alphagov/ldeb-fix-anchor-link-content
Browse files Browse the repository at this point in the history
Fix link text for anchor links to GDS Way pages
  • Loading branch information
lfdebrux authored May 13, 2021
2 parents 045181a + fde89db commit ad865a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/documentation/setting-up-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad865a4

Please sign in to comment.