Skip to content

Commit

Permalink
Fix broken url for sample gateway (#377)
Browse files Browse the repository at this point in the history
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
  • Loading branch information
sridhargaddam authored Oct 1, 2024
1 parent e1fcbdb commit c6f30e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/common/create-and-configure-gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ that can be made accessible from outside the cluster. For more information, see
[Installing Gateways](https://preliminary.istio.io/latest/docs/setup/additional-setup/gateway/#deploying-a-gateway).

To configure gateway injection with the `bookinfo` application, we have provided
a [sample gateway configuration](../chart/samples/ingress-gateway.yaml?raw=1) that should be applied in the namespace
a [sample gateway configuration](../../chart/samples/ingress-gateway.yaml?raw=1) that should be applied in the namespace
where the application is installed:

1. Create the `istio-ingressgateway` deployment and service:
Expand Down

0 comments on commit c6f30e2

Please sign in to comment.