summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKarl Voss <karl.p.voss@gmail.com>2020-05-08 22:40:23 +1000
committerGitHub <noreply@github.com>2020-05-08 14:40:23 +0200
commitadce911b021e2e42ff8421d91d264e6c6356676c (patch)
tree83cbad63673d24dfc92ce3792dd53fecec675e0f /CONTRIBUTING.md
parent8565a986018f4a442a7b71bba23c3b2f5de55604 (diff)
doc: add link fragments to CONTRIBUTING.md (#2507)
Added GitHub style link fragments to the `[Commit Squashing]` sections of CONTRIBUTING.md Fixes: #2506
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0aa58273..b338838e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -250,7 +250,7 @@ That said, if you have a number of commits that are "checkpoints" and don't
represent a single logical change, please squash those together.
Note that multiple commits often get squashed when they are landed (see the
-notes about [commit squashing]).
+notes about [commit squashing](#commit-squashing)).
#### Commit message guidelines
@@ -321,7 +321,7 @@ in order to evaluate whether the changes are correct and necessary.
Keep an eye out for comments from code owners to provide guidance on conflicting
feedback.
-**Once the PR is open, do not rebase the commits**. See [Commit Squashing] for
+**Once the PR is open, do not rebase the commits**. See [Commit Squashing](#commit-squashing) for
more details.
### Commit Squashing