summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--contributors/guide/contributing.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 36518d89..8113b3df 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,9 @@ We encourage all contributors to become members. We aim to grow an active, healt
[Contributor Guide]:
contributors/guide/README.md
[file an issue]:
-/contributors/guide/README.md#file-an-issue
+contributors/guide/first-contribution.md#file-an-issue
[find something to work on]:
-contributors/guide/README.md#find-something-to-work-on
+contributors/guide/first-contribution.md#find-something-to-work-on
[open a pull request]:
-contributors/guide/README.md#open-a-pull-request
+contributors/guide/contributing.md#opening-a-pull-request
[Community Membership]:/community-membership.md
diff --git a/contributors/guide/contributing.md b/contributors/guide/contributing.md
index 1e7e3b9b..1878173c 100644
--- a/contributors/guide/contributing.md
+++ b/contributors/guide/contributing.md
@@ -9,7 +9,7 @@ description: |
- [Communication](#communication)
- [GitHub workflow](#github-workflow)
-- [Open a Pull Request](#open-a-pull-request)
+- [Open a Pull Request](#opening-a-pull-request)
- [Code Review](#code-review)
- [Best Practices](#best-practices)
- [Testing](#testing)