From 36aeeac5f0bfe5fe8054960ef4c67da124925bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Stru=C3=9F?= <31846129+applike-ss@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:13:42 +0100 Subject: [PATCH] Fix doc link reference in setupscaler.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Struß <31846129+applike-ss@users.noreply.github.com> --- content/docs/2.16/setupscaler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/2.16/setupscaler.md b/content/docs/2.16/setupscaler.md index a8efd7078..57b5e56da 100644 --- a/content/docs/2.16/setupscaler.md +++ b/content/docs/2.16/setupscaler.md @@ -12,7 +12,7 @@ description = "Procedure to Setup a Scaler in KEDA" 2. **KEDA Installation**: - KEDA needs to be installed on your Kubernetes cluster before you can use it. - - Follow the [KEDA installation guide](https://keda.sh/docs/2.14/deploy/) carefully, including any prerequisites specific to your Kubernetes setup. + - Follow the [KEDA installation guide](https://keda.sh/docs/deploy/) carefully, including any prerequisites specific to your Kubernetes setup. - The installation guide provides instructions for different installation methods (e.g., YAML, Helm charts, etc.). Choose the method that suits your needs. 3. **kubectl**: @@ -24,7 +24,7 @@ description = "Procedure to Setup a Scaler in KEDA" KEDA supports various scalers that correspond to different event sources or triggers. Determining the right scaler is crucial for scaling your application based on the desired event source. -1. Visit the [KEDA Scalers documentation](https://keda.sh/docs/2.14/scalers/) and browse through the list of available scalers. +1. Visit the [KEDA Scalers documentation](https://keda.sh/docs/scalers/) and browse through the list of available scalers. 2. Identify the scaler that matches the event source you want to use for scaling your application. For example: - If you want to scale based on incoming HTTP traffic, you would need the [HTTP Add-on](https://kedacore.github.io/http-add-on/).