Skip to content

Commit 82e9656

Browse files
authored
Merge pull request #20305 from suruaku/patch-3
Fix link to new PR page
2 parents dcf6cfa + c9de7b6 commit 82e9656

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/contribute/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get involved with documentation:
3535

3636
1. Sign the CNCF [Contributor License Agreement](https://github.com/kubernetes/community/blob/master/CLA.md).
3737
2. Familiarize yourself with the [documentation repository](https://github.com/kubernetes/website) and the website's [static site generator](https://gohugo.io).
38-
3. Make sure you understand the basic processes for [opening a pull request](/docs/contribute/new-content/open-a-pr/) and [reviewing changes](/docs/contribute/review/reviewing-prs/).
38+
3. Make sure you understand the basic processes for [opening a pull request](/docs/contribute/new-content/new-content/) and [reviewing changes](/docs/contribute/review/reviewing-prs/).
3939

4040
Some tasks require more trust and more access in the Kubernetes organization.
4141
See [Participating in SIG Docs](/docs/contribute/participating/) for more details about

content/en/docs/contribute/new-content/open-a-pr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ upcoming Kubernetes release, see
1616
[Document a new feature](/docs/contribute/new-content/new-features/).
1717
{{< /note >}}
1818

19-
To contribute new content pages or improve existing content pages, open a pull request (PR). Make sure you follow all the requirements in the [Before you begin](#before-you-begin) section.
19+
To contribute new content pages or improve existing content pages, open a pull request (PR). Make sure you follow all the requirements in the [Before you begin](/docs/contribute/new-content/overview/#before-you-begin) section.
2020

2121
If your change is small, or you're unfamiliar with git, read [Changes using GitHub](#changes-using-github) to learn how to edit a page.
2222

@@ -481,4 +481,4 @@ the templates with as much detail as possible when you file issues or PRs.
481481
482482
- Read [Reviewing](/docs/contribute/reviewing/revewing-prs) to learn more about the review process.
483483
484-
{{% /capture %}}
484+
{{% /capture %}}

0 commit comments

Comments
 (0)