Skip to content

Commit 546978e

Browse files
authored
Merge pull request github#249 from Simran-B/patch-1
Contributing: Fix links
2 parents 7afaef0 + d8db9b8 commit 546978e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 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,6 @@ 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)
6866
- [Working in the github/docs repository](#working-in-the-githubdocs-repository)
6967
- [Resolving merge conflicts](#resolving-merge-conflicts)
7068
- [In the GitHub user interface](#in-the-github-user-interface)
@@ -156,7 +154,7 @@ You should always review your own PR first.
156154
For content changes, make sure that you:
157155
- [ ] Confirm that the changes address every part of the content strategy plan from your issue (if there are differences, explain them).
158156
- [ ] Review the content for technical accuracy.
159-
- [ ] Review the entire pull request using the [localization checklist](contribution/localization-checklist.md).
157+
- [ ] Review the entire pull request using the [localization checklist](contributing/localization-checklist.md).
160158
- [ ] Copy-edit the changes for grammar, spelling, and adherence to the style guide.
161159
- [ ] Check new or updated Liquid statements to confirm that versioning is correct.
162160
- [ ] Check that all of your changes render correctly in staging. Remember, that lists and tables can be tricky.

0 commit comments

Comments
 (0)