diff --git a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md index 95c206b959..5b3fd114b0 100644 --- a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md @@ -132,12 +132,12 @@ The following file is an Ingress resource that sends traffic to your Service via 1. Create `example-ingress.yaml` from the following file: - {{< codenew file="ingress/example-ingress.yaml" >}} + {{< codenew file="service/networking/example-ingress.yaml" >}} 1. Create the Ingress resource by running the following command: ```shell - kubectl apply -f https://k8s.io/examples/ingress/example-ingress.yaml + kubectl apply -f https://k8s.io/examples/service/networking/example-ingress.yaml ``` Output: diff --git a/content/en/examples/ingress/example-ingress.yaml b/content/en/examples/service/networking/example-ingress.yaml similarity index 100% rename from content/en/examples/ingress/example-ingress.yaml rename to content/en/examples/service/networking/example-ingress.yaml