From ce9a098b01ed059f6148cd6b14bdb2ecac780dc4 Mon Sep 17 00:00:00 2001 From: shubham82 Date: Wed, 5 Jul 2023 18:32:00 +0530 Subject: [PATCH] Improvement: Updated the link for Service Proxies. --- .../en/docs/tutorials/services/connect-applications-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/services/connect-applications-service.md b/content/en/docs/tutorials/services/connect-applications-service.md index 8b83003937..0295370dfc 100644 --- a/content/en/docs/tutorials/services/connect-applications-service.md +++ b/content/en/docs/tutorials/services/connect-applications-service.md @@ -154,7 +154,7 @@ my-nginx-7vzhx IPv4 80 10.244.2.5,10.244.3.4 21s You should now be able to curl the nginx Service on `:` from any node in your cluster. Note that the Service IP is completely virtual, it never hits the wire. If you're curious about how this works you can read more -about the [service proxy](/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies). +about the [service proxy](/docs/reference/networking/virtual-ips/). ## Accessing the Service