Skip to content

Commit 069b5f0

Browse files
mirnovovfujii
authored andcommitted
Fix a few broken links
* docs/Getting Started/ContributingCode.md: fix some links * docs/index.md: fix some more links
1 parent 7a6e67f commit 069b5f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/Getting Started/ContributingCode.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ git webkit setup
1212

1313
The `setup` sub-command of [git-webkit](https://github.com/WebKit/WebKit/tree/main/Tools/Scripts/git-webkit) configures your local WebKit checkout for contributing code to the WebKit project. This script will occasionally prompt the user for input. The script does the following:
1414

15-
* Set your [name](/WebKit/WebKit/wiki/Git-Config#username) and [email address](/WebKit/WebKit/wiki/Git-Config#useremail) for the WebKit repository
16-
* [Make Objective-C diffs easier to digest](/WebKit/WebKit/wiki/Git-Config#diff)
15+
* Set your [name](/Deep Dive/GitHub/GitConfig.html#username) and [email address](/Deep Dive/GitHub/GitConfig.html#useremail) for the WebKit repository
16+
* [Make Objective-C diffs easier to digest](/Deep Dive/GitHub/GitConfig.html#diff)
1717
* Setup a commit message generator
18-
* Set an [editor for commit messages](/WebKit/WebKit/wiki/Git-Config#coreeditor)
18+
* Set an [editor for commit messages](/Deep Dive/GitHub/GitConfig.html#coreeditor)
1919
* Store a [GitHub API token](https://github.com/settings/tokens) in your system credential store
2020
* Configure `git` to use the [GitHub API token](https://github.com/settings/tokens) when prompted for credentials, if using the HTTPS remote
21-
* Create a [user owned fork](/WebKit/WebKit/wiki/Git-Config#Forking) of the WebKit repository
21+
* Create a [user owned fork](/Deep Dive/GitHub/GitConfig.html#Forking) of the WebKit repository
2222

2323
## Submitting a pull request
2424

@@ -71,7 +71,7 @@ To land a change, run `git-webkit land` from the branch to be landed. Note that
7171
* Check to ensure a pull-request is approved and not blocked
7272
* Insert reviewer names into the commit message
7373
* Rebase the pull-request against its parent branch
74-
* [Canonicalize](https://github.com/WebKit/WebKit/wiki/Source-Control#canonicalization) the commits to be landed
74+
* [Canonicalize](/Deep Dive/GitHub/Source Control#canonicalization) the commits to be landed
7575
* Update the pull-request with the landed commit
7676

7777
## Coding style

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export PATH=$PATH:`pwd`/Tools/Scripts
3939
## Contribute
4040

4141
Congratulations! You’re up and running. Now you can begin coding in WebKit and contribute your fixes and new features to the project.
42-
For details on submitting your code to the project, read [Contributing Code](Getting Started/ContributingCode).
42+
For details on submitting your code to the project, read [Contributing Code](Getting Started/ContributingCode.md).
4343

4444
## Feature Status
4545

0 commit comments

Comments
 (0)