Skip to content

Commit aa42baf

Browse files
authored
Fix doc link reference in setupscaler.md (#1502)
Signed-off-by: Sebastian Struß <31846129+applike-ss@users.noreply.github.com>
1 parent b423c03 commit aa42baf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

content/docs/2.14/setupscaler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Procedure to Setup a Scaler in KEDA"
1212

1313
2. **KEDA Installation**:
1414
- KEDA needs to be installed on your Kubernetes cluster before you can use it.
15-
- Follow the [KEDA installation guide](https://keda.sh/docs/2.14/deploy/) carefully, including any prerequisites specific to your Kubernetes setup.
15+
- Follow the [KEDA installation guide](../deploy/) carefully, including any prerequisites specific to your Kubernetes setup.
1616
- The installation guide provides instructions for different installation methods (e.g., YAML, Helm charts, etc.). Choose the method that suits your needs.
1717

1818
3. **kubectl**:
@@ -24,7 +24,7 @@ description = "Procedure to Setup a Scaler in KEDA"
2424

2525
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.
2626

27-
1. Visit the [KEDA Scalers documentation](https://keda.sh/docs/2.14/scalers/) and browse through the list of available scalers.
27+
1. Visit the [KEDA Scalers documentation](../scalers/) and browse through the list of available scalers.
2828
2. Identify the scaler that matches the event source you want to use for scaling your application. For example:
2929
- If you want to scale based on incoming HTTP traffic, you would need the [HTTP Add-on](https://kedacore.github.io/http-add-on/).
3030

content/docs/2.15/setupscaler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Procedure to Setup a Scaler in KEDA"
1212

1313
2. **KEDA Installation**:
1414
- KEDA needs to be installed on your Kubernetes cluster before you can use it.
15-
- Follow the [KEDA installation guide](https://keda.sh/docs/2.14/deploy/) carefully, including any prerequisites specific to your Kubernetes setup.
15+
- Follow the [KEDA installation guide](../deploy/) carefully, including any prerequisites specific to your Kubernetes setup.
1616
- The installation guide provides instructions for different installation methods (e.g., YAML, Helm charts, etc.). Choose the method that suits your needs.
1717

1818
3. **kubectl**:
@@ -24,7 +24,7 @@ description = "Procedure to Setup a Scaler in KEDA"
2424

2525
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.
2626

27-
1. Visit the [KEDA Scalers documentation](https://keda.sh/docs/2.14/scalers/) and browse through the list of available scalers.
27+
1. Visit the [KEDA Scalers documentation](../scalers/) and browse through the list of available scalers.
2828
2. Identify the scaler that matches the event source you want to use for scaling your application. For example:
2929
- If you want to scale based on incoming HTTP traffic, you would need the [HTTP Add-on](https://kedacore.github.io/http-add-on/).
3030

content/docs/2.16/setupscaler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Procedure to Setup a Scaler in KEDA"
1212

1313
2. **KEDA Installation**:
1414
- KEDA needs to be installed on your Kubernetes cluster before you can use it.
15-
- Follow the [KEDA installation guide](https://keda.sh/docs/2.14/deploy/) carefully, including any prerequisites specific to your Kubernetes setup.
15+
- Follow the [KEDA installation guide](../deploy/) carefully, including any prerequisites specific to your Kubernetes setup.
1616
- The installation guide provides instructions for different installation methods (e.g., YAML, Helm charts, etc.). Choose the method that suits your needs.
1717

1818
3. **kubectl**:
@@ -24,7 +24,7 @@ description = "Procedure to Setup a Scaler in KEDA"
2424

2525
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.
2626

27-
1. Visit the [KEDA Scalers documentation](https://keda.sh/docs/2.14/scalers/) and browse through the list of available scalers.
27+
1. Visit the [KEDA Scalers documentation](../scalers/) and browse through the list of available scalers.
2828
2. Identify the scaler that matches the event source you want to use for scaling your application. For example:
2929
- If you want to scale based on incoming HTTP traffic, you would need the [HTTP Add-on](https://kedacore.github.io/http-add-on/).
3030

content/docs/2.17/setupscaler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Procedure to Setup a Scaler in KEDA"
1212

1313
2. **KEDA Installation**:
1414
- KEDA needs to be installed on your Kubernetes cluster before you can use it.
15-
- Follow the [KEDA installation guide](https://keda.sh/docs/2.14/deploy/) carefully, including any prerequisites specific to your Kubernetes setup.
15+
- Follow the [KEDA installation guide](../deploy/) carefully, including any prerequisites specific to your Kubernetes setup.
1616
- The installation guide provides instructions for different installation methods (e.g., YAML, Helm charts, etc.). Choose the method that suits your needs.
1717

1818
3. **kubectl**:
@@ -24,7 +24,7 @@ description = "Procedure to Setup a Scaler in KEDA"
2424

2525
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.
2626

27-
1. Visit the [KEDA Scalers documentation](https://keda.sh/docs/2.14/scalers/) and browse through the list of available scalers.
27+
1. Visit the [KEDA Scalers documentation](../scalers/) and browse through the list of available scalers.
2828
2. Identify the scaler that matches the event source you want to use for scaling your application. For example:
2929
- If you want to scale based on incoming HTTP traffic, you would need the [HTTP Add-on](https://kedacore.github.io/http-add-on/).
3030

0 commit comments

Comments
 (0)