Skip to content

Commit adce911

Browse files
authored
doc: add link fragments to CONTRIBUTING.md (#2507)
Added GitHub style link fragments to the `[Commit Squashing]` sections of CONTRIBUTING.md Fixes: #2506
1 parent 8565a98 commit adce911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ That said, if you have a number of commits that are "checkpoints" and don't
250250
represent a single logical change, please squash those together.
251251

252252
Note that multiple commits often get squashed when they are landed (see the
253-
notes about [commit squashing]).
253+
notes about [commit squashing](#commit-squashing)).
254254

255255
#### Commit message guidelines
256256

@@ -321,7 +321,7 @@ in order to evaluate whether the changes are correct and necessary.
321321
Keep an eye out for comments from code owners to provide guidance on conflicting
322322
feedback.
323323

324-
**Once the PR is open, do not rebase the commits**. See [Commit Squashing] for
324+
**Once the PR is open, do not rebase the commits**. See [Commit Squashing](#commit-squashing) for
325325
more details.
326326

327327
### Commit Squashing

0 commit comments

Comments
 (0)