Skip to content

Commit bb67b63

Browse files
authored
Merge pull request #41893 from Shubham82/correct_link_service-proxy
Fix broken link to kube-proxy details page
2 parents df252c2 + ce9a098 commit bb67b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/services/connect-applications-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ my-nginx-7vzhx IPv4 80 10.244.2.5,10.244.3.4 21s
154154
You should now be able to curl the nginx Service on `<CLUSTER-IP>:<PORT>` from
155155
any node in your cluster. Note that the Service IP is completely virtual, it
156156
never hits the wire. If you're curious about how this works you can read more
157-
about the [service proxy](/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies).
157+
about the [service proxy](/docs/reference/networking/virtual-ips/).
158158
159159
## Accessing the Service
160160

0 commit comments

Comments
 (0)