From 4846167e7faf96bf23a01ff5510d94bddb11109d Mon Sep 17 00:00:00 2001 From: Ilja Date: Tue, 14 Apr 2020 07:53:08 +0300 Subject: [PATCH 1/3] Fix link to new PR page --- content/en/docs/contribute/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/_index.md b/content/en/docs/contribute/_index.md index 7854dc8e7c..f1612856f0 100644 --- a/content/en/docs/contribute/_index.md +++ b/content/en/docs/contribute/_index.md @@ -35,7 +35,7 @@ To get involved with documentation: 1. Sign the CNCF [Contributor License Agreement](https://github.com/kubernetes/community/blob/master/CLA.md). 2. Familiarize yourself with the [documentation repository](https://github.com/kubernetes/website) and the website's [static site generator](https://gohugo.io). -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/). +3. Make sure you understand the basic processes for [opening a pull request](/docs/contribute/new-content/) and [reviewing changes](/docs/contribute/review/reviewing-prs/). Some tasks require more trust and more access in the Kubernetes organization. See [Participating in SIG Docs](/docs/contribute/participating/) for more details about From b8348ac7c3b5ef873afd1eb6a1648696873b88d7 Mon Sep 17 00:00:00 2001 From: Ilja Date: Tue, 14 Apr 2020 07:56:03 +0300 Subject: [PATCH 2/3] Update _index.md --- content/en/docs/contribute/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/_index.md b/content/en/docs/contribute/_index.md index f1612856f0..04ee66c896 100644 --- a/content/en/docs/contribute/_index.md +++ b/content/en/docs/contribute/_index.md @@ -35,7 +35,7 @@ To get involved with documentation: 1. Sign the CNCF [Contributor License Agreement](https://github.com/kubernetes/community/blob/master/CLA.md). 2. Familiarize yourself with the [documentation repository](https://github.com/kubernetes/website) and the website's [static site generator](https://gohugo.io). -3. Make sure you understand the basic processes for [opening a pull request](/docs/contribute/new-content/) and [reviewing changes](/docs/contribute/review/reviewing-prs/). +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/). Some tasks require more trust and more access in the Kubernetes organization. See [Participating in SIG Docs](/docs/contribute/participating/) for more details about From c9de7b6eae35a8256847d4fb4b9dc10b6a40a1ed Mon Sep 17 00:00:00 2001 From: Ilja Date: Tue, 14 Apr 2020 08:22:06 +0300 Subject: [PATCH 3/3] Fix broken link --- content/en/docs/contribute/new-content/open-a-pr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contribute/new-content/open-a-pr.md b/content/en/docs/contribute/new-content/open-a-pr.md index d9f670ca44..4407568aff 100644 --- a/content/en/docs/contribute/new-content/open-a-pr.md +++ b/content/en/docs/contribute/new-content/open-a-pr.md @@ -16,7 +16,7 @@ upcoming Kubernetes release, see [Document a new feature](/docs/contribute/new-content/new-features/). {{< /note >}} -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. +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. 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. @@ -481,4 +481,4 @@ the templates with as much detail as possible when you file issues or PRs. - Read [Reviewing](/docs/contribute/reviewing/revewing-prs) to learn more about the review process. -{{% /capture %}} \ No newline at end of file +{{% /capture %}}