Skip to content

Commit 074e358

Browse files
authored
Merge pull request #30573 from SijmenHuizenga/patch-1
Fix broken ref in services-networking/service.md
2 parents 000a9de + 20685c8 commit 074e358

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
@@ -550,7 +550,7 @@ The default is `ClusterIP`.
550550
* `ClusterIP`: Exposes the Service on a cluster-internal IP. Choosing this value
551551
makes the Service only reachable from within the cluster. This is the
552552
default `ServiceType`.
553-
* [`NodePort`](#nodeport): Exposes the Service on each Node's IP at a static port
553+
* [`NodePort`](#type-nodeport): Exposes the Service on each Node's IP at a static port
554554
(the `NodePort`). A `ClusterIP` Service, to which the `NodePort` Service
555555
routes, is automatically created. You'll be able to contact the `NodePort` Service,
556556
from outside the cluster,

0 commit comments

Comments
 (0)