Skip to content

Commit 865eb41

Browse files
authored
Merge pull request #39185 from astraw99/patch-6
Fix broken link in Service concept page
2 parents b040e0e + 125cf8a commit 865eb41

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ Kubernetes `ServiceTypes` allow you to specify what kind of Service you want.
483483
* `ClusterIP`: Exposes the Service on a cluster-internal IP. Choosing this value
484484
makes the Service only reachable from within the cluster. This is the
485485
default that is used if you don't explicitly specify a `type` for a Service.
486-
You can expose the service to the public with an [Ingress](docs/reference/kubernetes-api/service-resources/ingress-v1/) or the
486+
You can expose the service to the public with an [Ingress](/docs/concepts/services-networking/ingress/) or the
487487
[Gateway API](https://gateway-api.sigs.k8s.io/).
488488
* [`NodePort`](#type-nodeport): Exposes the Service on each Node's IP at a static port
489489
(the `NodePort`).

0 commit comments

Comments
 (0)