Skip to content

Commit 56aff38

Browse files
committed
fix
1 parent 90ba94b commit 56aff38

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tags, and then generate with `hack/update-toc.sh`.
5050
<!--
5151
**ACTION REQUIRED:** In order to merge code into a release, there must be an
5252
issue in [kubernetes/enhancements] referencing this KEP and targeting a release
53-
milestone **before the [Enhancement Freeze](https://git.kubernetes.io/sig-release/releases)
53+
milestone **before the [Enhancement Freeze](https://git.k8s.io/sig-release/releases)
5454
of the targeted release**.
5555
5656
For enhancements that make changes to code or processes/procedures in core
@@ -75,17 +75,17 @@ 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 [kubernetes.io]
78+
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [k8s.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-
[kubernetes.io]: https://kubernetes.io/
86-
[kubernetes/enhancements]: https://git.kubernetes.io/enhancements
87-
[kubernetes/kubernetes]: https://git.kubernetes.io/kubernetes
88-
[kubernetes/website]: https://git.kubernetes.io/website
85+
[k8s.io]: https://k8s.io/
86+
[kubernetes/enhancements]: https://git.k8s.io/enhancements
87+
[kubernetes/kubernetes]: https://git.k8s.io/kubernetes
88+
[kubernetes/website]: https://git.k8s.io/website
8989

9090
## Summary
9191

@@ -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://kubernetes.io/docs/concepts/services-networking/service/#application-protocol) for this field says that:
136+
The [documentation](https://k8s.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)