From 95bcf9fd7b09300dd0e0099caf0e63064e935d2c Mon Sep 17 00:00:00 2001 From: Madhu Rajagopal Date: Fri, 6 Oct 2023 23:05:57 +1300 Subject: [PATCH] Update README linking to correct complete example --- examples/custom-resources/basic-configuration/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/custom-resources/basic-configuration/README.md b/examples/custom-resources/basic-configuration/README.md index df02ec898e..19311afd44 100644 --- a/examples/custom-resources/basic-configuration/README.md +++ b/examples/custom-resources/basic-configuration/README.md @@ -6,8 +6,8 @@ resource. The application, called cafe, lets you get either tea via the tea serv You indicate your drink preference with the URI of your HTTP request: URIs ending with `/tea` get you tea and URIs ending with `/coffee` get you coffee. -The example is similar to the [complete example](../../examples/complete-example/README.md). However, instead of the -Ingress resource, we use the VirtualServer. +The example is similar to the [complete example](../../ingress-resources/complete-example/README.md). +However, instead of the Ingress resource, we use the VirtualServer. ## Prerequisites