You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/contribute/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ To get involved with documentation:
35
35
36
36
1. Sign the CNCF [Contributor License Agreement](https://github.com/kubernetes/community/blob/master/CLA.md).
37
37
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/).
39
39
40
40
Some tasks require more trust and more access in the Kubernetes organization.
41
41
See [Participating in SIG Docs](/docs/contribute/participating/) for more details about
Copy file name to clipboardExpand all lines: content/en/docs/contribute/new-content/open-a-pr.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ upcoming Kubernetes release, see
16
16
[Document a new feature](/docs/contribute/new-content/new-features/).
17
17
{{< /note >}}
18
18
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.
20
20
21
21
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.
22
22
@@ -481,4 +481,4 @@ the templates with as much detail as possible when you file issues or PRs.
481
481
482
482
- Read [Reviewing](/docs/contribute/reviewing/revewing-prs) to learn more about the review process.
0 commit comments