Skip to content

Commit e6f1f0a

Browse files
authored
Contributing: Fix links
1 parent 5dd286b commit e6f1f0a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Fork using the command line:
3232
### Make your update:
3333
Make your changes to the file(s) you'd like to update. Here are some tips and tricks for [using the docs codebase](#working-in-the-githubdocs-repository).
3434
- Are you making changes to the application code? You'll need **Node.js v14** to run the site locally. See [contributing/development.md](contributing/development.md).
35-
- Are you contributing to markdown? We use [GitHub Markdown](contributing/content-markup-reference).
35+
- Are you contributing to markdown? We use [GitHub Markdown](contributing/content-markup-reference.md).
3636

3737
### Open a pull request
3838
When you're done making changes and you'd like to propose them for review, use the [pull request template](#pull-request-template) to open your PR (pull request).
@@ -63,8 +63,7 @@ Now that you're a part of the GitHub Docs community, you can keep participating
6363
- [Starting with an issue](#starting-with-an-issue)
6464
- [Labels](#labels)
6565
- [Opening a pull request](#opening-a-pull-request)
66-
- [Fork using GitHub Desktop](#fork-using-github-desktop)
67-
- [Fork using the command line](#fork-using-the-command-line)
66+
- [Fork using GitHub Desktop or the command line](#ready-to-make-a-change-fork-the-repo)
6867
- [Working in the github/docs repository](#working-in-the-githubdocs-repository)
6968
- [Resolving merge conflicts](#resolving-merge-conflicts)
7069
- [In the GitHub user interface](#in-the-github-user-interface)
@@ -156,7 +155,7 @@ You should always review your own PR first.
156155
For content changes, make sure that you:
157156
- [ ] Confirm that the changes address every part of the content strategy plan from your issue (if there are differences, explain them).
158157
- [ ] Review the content for technical accuracy.
159-
- [ ] Review the entire pull request using the [localization checklist](contribution/localization-checklist.md).
158+
- [ ] Review the entire pull request using the [localization checklist](contributing/localization-checklist.md).
160159
- [ ] Copy-edit the changes for grammar, spelling, and adherence to the style guide.
161160
- [ ] Check new or updated Liquid statements to confirm that versioning is correct.
162161
- [ ] Check that all of your changes render correctly in staging. Remember, that lists and tables can be tricky.

0 commit comments

Comments
 (0)