From cf785eaad81ef6eb6734e0161607b965c6ed3b60 Mon Sep 17 00:00:00 2001 From: nataliasitko Date: Thu, 31 Oct 2024 11:38:50 +0100 Subject: [PATCH] update broken links --- docs/user/tutorials/01-10-create-application.md | 2 +- docs/user/tutorials/01-20-register-manage-services.md | 2 +- docs/user/tutorials/01-40-call-registered-service-from-kyma.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/tutorials/01-10-create-application.md b/docs/user/tutorials/01-10-create-application.md index 965f334e..32081074 100644 --- a/docs/user/tutorials/01-10-create-application.md +++ b/docs/user/tutorials/01-10-create-application.md @@ -12,7 +12,7 @@ export APP_NAME={YOUR_APP_NAME} ``` > [!NOTE] -> Read about the [Purpose and Benefits of Istio Sidecars](https://kyma-project.io/#/istio/user/00-30-overview-istio-sidecars). Then, check how to [Enable Automatic Istio Sidecar Proxy Injection](https://kyma-project.io/#/istio/user/operation-guides/02-20-enable-sidecar-injection). For more details, see [Default Istio Setup](https://kyma-project.io/#/istio/user/00-40-overview-istio-setup) in Kyma. +> Read about the [Purpose and Benefits of Istio Sidecar Proxies](https://kyma-project.io/#/istio/user/00-00-istio-sidecar-proxies?id=purpose-and-benefits-of-istio-sidecar-proxies). Then, check how to [Enable Istio Sidecar Proxy Injection](https://kyma-project.io/#/istio/user/tutorials/01-40-enable-sidecar-injection). For more details, see [Default Istio Configuration](https://kyma-project.io/#/istio/user/00-15-overview-istio-setup) in Kyma. ## Create an Application diff --git a/docs/user/tutorials/01-20-register-manage-services.md b/docs/user/tutorials/01-20-register-manage-services.md index d1c9e62b..7f3ec4ea 100644 --- a/docs/user/tutorials/01-20-register-manage-services.md +++ b/docs/user/tutorials/01-20-register-manage-services.md @@ -32,7 +32,7 @@ This guide shows you how to register a service of your external solution in Kyma > [!NOTE] > Replace the example values above with your actual values. -2. Enable [Istio sidecar injection](https://kyma-project.io/#/istio/user/00-30-overview-istio-sidecars) in the namespace: +2. Enable [Istio sidecar injection](https://kyma-project.io/#/istio/user/tutorials/01-40-enable-sidecar-injection) in the namespace: ```bash kubectl label namespace $NAMESPACE istio-injection=enabled diff --git a/docs/user/tutorials/01-40-call-registered-service-from-kyma.md b/docs/user/tutorials/01-40-call-registered-service-from-kyma.md index a28f65d9..364e24e0 100644 --- a/docs/user/tutorials/01-40-call-registered-service-from-kyma.md +++ b/docs/user/tutorials/01-40-call-registered-service-from-kyma.md @@ -16,7 +16,7 @@ This guide shows how to call a registered external service from Kyma using a sim export APIRULE_NAME=$FUNCTION_NAME-ar ``` -- [Istio sidecar injection](https://kyma-project.io/#/istio/user/00-30-overview-istio-sidecars) enabled in your namespace +- [Istio sidecar injection](https://kyma-project.io/#/istio/user/tutorials/01-40-enable-sidecar-injection) enabled in your namespace ```bash kubectl label namespace $NAMESPACE istio-injection=enabled