Skip to content

Commit f667cf0

Browse files
committed
fix
1 parent 56aff38 commit f667cf0

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-network/3726-standard-application-protocols

1 file changed

+3
-3
lines changed

keps/sig-network/3726-standard-application-protocols/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
7575
- [x] (R) Production readiness review completed
7676
- [x] (R) Production readiness review approved
7777
- [x] "Implementation History" section is up-to-date for milestone
78-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [k8s.io]
78+
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
7979
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
8080

8181
<!--
8282
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
8383
-->
8484

85-
[k8s.io]: https://k8s.io/
85+
[kubernetes.io]: https://kubernetes.io/
8686
[kubernetes/enhancements]: https://git.k8s.io/enhancements
8787
[kubernetes/kubernetes]: https://git.k8s.io/kubernetes
8888
[kubernetes/website]: https://git.k8s.io/website
@@ -133,7 +133,7 @@ That creates a problem where users with GKE and Istio in their cluster can have
133133

134134
Kubernetes `appProtocol` field is used as a hint for implementations to configure the protocol used between the implementation and the application it exposes.
135135

136-
The [documentation](https://k8s.io/docs/concepts/services-networking/service/#application-protocol) for this field says that:
136+
The [documentation](https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol) for this field says that:
137137

138138
```Values should either be IANA standard service names or domain prefixed names such as mycompany.com/my-custom-protocol.```
139139

0 commit comments

Comments
 (0)