Skip to content

Commit 125a74a

Browse files
spenapfujii
authored andcommitted
Fix outgoing links from the Contributing Code
Links to canonicalize and to testing were broken
1 parent 978afde commit 125a74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Getting Started/ContributingCode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `setup` sub-command of [git-webkit](https://github.com/WebKit/WebKit/tree/ma
2424

2525
Firstly, please make sure you [file a bug](https://bugs.webkit.org) for the thing you are adding or fixing! Or, find a bug that you think is relevant to the fix you are making.
2626

27-
Assuming you are working off "main" branch, once your patch is working and [tests are passing](#correctness-testing-in-webkit), simply run:
27+
Assuming you are working off "main" branch, once your patch is working and [tests are passing](/Build & Debug/Tests.html#correctness-testing-in-webkit), simply run:
2828

2929
```Bash
3030
git webkit pr --issue <your bug number here>
@@ -75,7 +75,7 @@ To land a change, run `git-webkit land` from the branch to be landed. Note that
7575
* Check to ensure a pull-request is approved and not blocked
7676
* Insert reviewer names into the commit message
7777
* Rebase the pull-request against its parent branch
78-
* [Canonicalize](/Deep Dive/GitHub/Source Control#canonicalization) the commits to be landed
78+
* [Canonicalize](/Deep Dive/GitHub/SourceControl.html#canonicalization) the commits to be landed
7979
* Update the pull-request with the landed commit
8080

8181
## Coding style

0 commit comments

Comments
 (0)