diff --git a/data/user-personas/contributors/code-contributor.yaml b/data/user-personas/contributors/code-contributor.yaml index b21b8841a1..a578d7fac4 100644 --- a/data/user-personas/contributors/code-contributor.yaml +++ b/data/user-personas/contributors/code-contributor.yaml @@ -5,11 +5,11 @@ index: 0 foundational: - label: "Read the Developer Guide" icon: fa-book - url: "/docs/imported/community/devel/" + url: "/docs/community/devel/" intermediate: - label: "Learn about the Kubernetes Enhancement Proposal (KEP) process" icon: fa-upload - url: "/docs/imported/community/keps/" + url: "/docs/community/keps/" - label: "Understand the API conventions" icon: fa-map-o url: "https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md" diff --git a/data/user-personas/contributors/community-contributor.yaml b/data/user-personas/contributors/community-contributor.yaml index 30194dc553..217162d9af 100644 --- a/data/user-personas/contributors/community-contributor.yaml +++ b/data/user-personas/contributors/community-contributor.yaml @@ -5,10 +5,10 @@ index: 1 foundational: - label: "Contribute to the Kubernetes OSS project" icon: fa-users - url: "/docs/imported/community/guide/" + url: "/docs/community/guide/" - label: "Find out about mentoring initiatives" icon: fa-graduation-cap - url: "/docs/imported/community/mentoring/" + url: "/docs/community/mentoring/" intermediate: - label: "Apply for community membership as a member, reviewer, approver, owner, or maintainer" icon: fa-user-plus diff --git a/static/_redirects b/static/_redirects index 1826a0d327..f7e1e9accd 100644 --- a/static/_redirects +++ b/static/_redirects @@ -212,6 +212,11 @@ /docs/imported/release/notes/ /docs/setup/release/notes/ 301 +/docs/imported/community/devel/ /docs/community/devel/ 301 +/docs/imported/community/keps/ /docs/commuinty/keps/ 301 +/docs/imported/community/guide/ /docs/community/guide/ 301 +/docs/imported/community/mentoring/ /docs/commuinty/mentoring/ 301 + /docs/reference/deprecation-policy/ /docs/reference/using-api/deprecation-policy/ 301 /docs/reference/federation/v1beta1/definitions/ /docs/reference/federation/extensions/v1beta1/definitions/ 301 /docs/reference/federation/v1beta1/operations/ /docs/reference/federation/extensions/v1beta1/operations/ 301