Skip to content

Commit 064c0b3

Browse files
authored
Merge pull request #5650 from navidshaikh/pr/fix-kep-process-link
Fix KEP process link
2 parents e21b980 + 6e1d88b commit 064c0b3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

sig-architecture/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ The Chairs of the SIG run operations and processes governing the SIG.
5656

5757
The following [subprojects][subproject-definition] are owned by sig-architecture:
5858
### architecture-and-api-governance
59-
[Described below](#architecture-and-api-governance)
59+
[Described below](#architecture-and-api-governance-1)
6060
- **Owners:**
6161
- [kubernetes/api](https://github.com/kubernetes/api/blob/master/OWNERS)
6262
- [kubernetes/community/contributors/design-proposals/architecture](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/OWNERS)
6363
- [kubernetes/kubernetes/staging/src/k8s.io/api](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api/OWNERS)
6464
### code-organization
65-
[Described below](#code-organization)
65+
[Described below](#code-organization-1)
6666
- **Owners:**
6767
- [kubernetes-sigs/depstat](https://github.com/kubernetes-sigs/depstat/blob/master/OWNERS)
6868
- [kubernetes/component-helpers](https://github.com/kubernetes/component-helpers/blob/master/OWNERS)
@@ -74,7 +74,7 @@ The following [subprojects][subproject-definition] are owned by sig-architecture
7474
- **Contact:**
7575
- Slack: [#k8s-code-organization](https://kubernetes.slack.com/messages/k8s-code-organization)
7676
### conformance-definition
77-
[Described below](#conformance-definition)
77+
[Described below](#conformance-definition-1)
7878
- **Owners:**
7979
- [kubernetes/kubernetes/test/conformance](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/OWNERS)
8080
- [kubernetes/kubernetes/test/conformance/testdata](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/OWNERS)
@@ -83,13 +83,13 @@ The following [subprojects][subproject-definition] are owned by sig-architecture
8383
- GitHub Teams:
8484
- [@kubernetes/cncf-conformance-wg](https://github.com/orgs/kubernetes/teams/cncf-conformance-wg)
8585
### enhancements
86-
[Described below](#enhancements)
86+
[Described below](#enhancement-proposals)
8787
- **Owners:**
8888
- [kubernetes/enhancements](https://github.com/kubernetes/enhancements/blob/master/OWNERS)
8989
- **Contact:**
9090
- Slack: [#enhancements](https://kubernetes.slack.com/messages/enhancements)
9191
### production-readiness
92-
[Described below](#production-readiness)
92+
[Described below](#production-readiness-1)
9393
- **Owners:**
9494
- [kubernetes/community/sig-architecture](https://github.com/kubernetes/community/blob/master/sig-architecture/OWNERS)
9595
- **Contact:**
@@ -118,10 +118,10 @@ Please see the [API Reviews](https://github.com/orgs/kubernetes/projects/13) tra
118118

119119
Kubernetes Enhancement proposals (KEPs) are used to propose and communicate changes to sub-projects of SIG-Architecture. Following the KEP process is mandatory for all enhancements since Kubernetes 1.14 release.
120120

121-
* Answers to our FAQs can be found here [FAQs](https://github.com/kubernetes/enhancements/tree/master/keps#faqs)
122-
* Full details of the KEP process can be found in [KEP-1](https://github.com/kubernetes/enhancements/blob/master/keps/0001-kubernetes-enhancement-proposal-process.md)
121+
* Answers to our FAQs can be found here [FAQs](https://github.com/kubernetes/enhancements/tree/master/keps#faqs)
122+
* Full details of the KEP process can be found in [KEP-1](https://github.com/kubernetes/enhancements/blob/master/keps/sig-architecture/0000-kep-process/README.md)
123123
* Please follow the KEP template available at [KEP Template](https://github.com/kubernetes/enhancements/blob/master/keps/NNNN-kep-template/README.md) for the enhancement proposal.
124-
* Progress of KEPs can be tracked on our github project board at [Kubernetes Enhancements](https://github.com/kubernetes/enhancements/projects/4)
124+
* Progress of KEPs can be tracked on our github project board at [Kubernetes Enhancements](https://github.com/kubernetes/enhancements/projects/4)
125125
* Please review [OWNERS](https://github.com/kubernetes/enhancements/commit/ed46d6956b616e46cd62ac9a3d98449a0a313c89) to connect with enhancement chairs, approvers, and reviewers
126126

127127
## Conformance Definition
@@ -131,7 +131,7 @@ Reviewing, approving, and driving changes to the conformance test suite; reviewi
131131
* [Conformance Tests](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/conformance.yaml)
132132
* [Test Guidelines](/contributors/devel/sig-architecture/conformance-tests.md)
133133

134-
Please see the [Conformance Test Review](https://github.com/kubernetes-sigs/architecture-tracking/projects/1) tracking board to follow the work for this sub-project. Please reach out to folks in the [OWNERS](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/OWNERS) file if you are interested in joining this effort. There is a lot of overlap with the [Kubernetes Software Conformance Working Group](https://github.com/cncf/k8s-conformance/blob/master/README-WG.md) with this sub project as well. The github group [cncf-conformance-wg](https://github.com/orgs/kubernetes/teams/cncf-conformance-wg) enumerates the folks on this working group. Look for the `area/conformance` label in the kubernetes repositories to mark [issues](https://github.com/kubernetes/kubernetes/issues?q=is%3Aissue+is%3Aopen+label%3Aarea%2Fconformance) and [PRs](https://github.com/kubernetes/kubernetes/pulls?q=is%3Apr+is%3Aopen+label%3Aarea%2Fconformance)
134+
Please see the [Conformance Test Review](https://github.com/kubernetes-sigs/architecture-tracking/projects/1) tracking board to follow the work for this sub-project. Please reach out to folks in the [OWNERS](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/OWNERS) file if you are interested in joining this effort. There is a lot of overlap with the [Kubernetes Software Conformance Working Group](https://github.com/cncf/k8s-conformance/blob/master/README-WG.md) with this sub project as well. The github group [cncf-conformance-wg](https://github.com/orgs/kubernetes/teams/cncf-conformance-wg) enumerates the folks on this working group. Look for the `area/conformance` label in the kubernetes repositories to mark [issues](https://github.com/kubernetes/kubernetes/issues?q=is%3Aissue+is%3Aopen+label%3Aarea%2Fconformance) and [PRs](https://github.com/kubernetes/kubernetes/pulls?q=is%3Apr+is%3Aopen+label%3Aarea%2Fconformance).
135135

136136
## Code Organization
137137

sigs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,13 @@ sigs:
326326
name: Jordan Liggitt
327327
subprojects:
328328
- name: architecture-and-api-governance
329-
description: '[Described below](#architecture-and-api-governance)'
329+
description: '[Described below](#architecture-and-api-governance-1)'
330330
owners:
331331
- https://raw.githubusercontent.com/kubernetes/api/master/OWNERS
332332
- https://raw.githubusercontent.com/kubernetes/community/master/contributors/design-proposals/architecture/OWNERS
333333
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/OWNERS
334334
- name: code-organization
335-
description: '[Described below](#code-organization)'
335+
description: '[Described below](#code-organization-1)'
336336
contact:
337337
slack: k8s-code-organization
338338
owners:
@@ -344,7 +344,7 @@ sigs:
344344
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/vendor/OWNERS
345345
- https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
346346
- name: conformance-definition
347-
description: '[Described below](#conformance-definition)'
347+
description: '[Described below](#conformance-definition-1)'
348348
contact:
349349
slack: k8s-conformance
350350
teams:
@@ -353,13 +353,13 @@ sigs:
353353
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/OWNERS
354354
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/testdata/OWNERS
355355
- name: enhancements
356-
description: '[Described below](#enhancements)'
356+
description: '[Described below](#enhancement-proposals)'
357357
contact:
358358
slack: enhancements
359359
owners:
360360
- https://raw.githubusercontent.com/kubernetes/enhancements/master/OWNERS
361361
- name: production-readiness
362-
description: '[Described below](#production-readiness)'
362+
description: '[Described below](#production-readiness-1)'
363363
contact:
364364
slack: prod-readiness
365365
owners:

0 commit comments

Comments
 (0)