From b3bff9c90196576b18d6721b26b64c6aa2d6ec5a Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Fri, 15 Nov 2019 15:48:33 +0100 Subject: [PATCH] Fix broken url links --- docs/part-04/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/part-04/README.md b/docs/part-04/README.md index c4145a5..5b1d743 100644 --- a/docs/part-04/README.md +++ b/docs/part-04/README.md @@ -224,7 +224,7 @@ tracing: ... ``` -Define the [Istio gateway](https://istio.io/docs/reference/config/networking/v1alpha3/gateway/) +Define the [Istio gateway](https://istio.io/docs/reference/config/networking/gateway/) for the application: ```bash @@ -277,7 +277,7 @@ spec: number: 9080 ``` -Create and display default [destination rules](https://istio.io/docs/reference/config/networking/v1alpha3/destination-rule/) +Create and display default [destination rules](https://istio.io/docs/reference/config/networking/destination-rule/) (subsets) for the Bookinfo services: ```bash