From 367ee4612257110843fd3779aac561904de4bee6 Mon Sep 17 00:00:00 2001 From: "Y. Luis" Date: Tue, 9 May 2023 19:45:18 +0100 Subject: [PATCH] Fixed scaling runners doc link (#2474) Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com> --- contrib/examples/actions-runner/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/examples/actions-runner/README.md b/contrib/examples/actions-runner/README.md index 8e24f00f17..1c8a352a2e 100644 --- a/contrib/examples/actions-runner/README.md +++ b/contrib/examples/actions-runner/README.md @@ -31,6 +31,6 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `autoscaler.enabled` | Enable the HorizontalRunnerAutoscaler, if its enabled then replica count will not be used | true | | `autoscaler.minReplicas` | Minimum no of replicas | 1 | | `autoscaler.maxReplicas` | Maximum no of replicas | 5 | -| `autoscaler.scaleDownDelaySecondsAfterScaleOut` | [Anti-Flapping Configuration](https://github.com/actions/actions-runner-controller#anti-flapping-configuration) | 120 | -| `autoscaler.metrics` | [Pull driven scaling](https://github.com/actions/actions-runner-controller#pull-driven-scaling) | default | -| `autoscaler.scaleUpTriggers` | [Webhook driven scaling](https://github.com/actions/actions-runner-controller#webhook-driven-scaling) | | +| `autoscaler.scaleDownDelaySecondsAfterScaleOut` | [Anti-Flapping Configuration](https://github.com/actions/actions-runner-controller/blob/master/docs/automatically-scaling-runners.md#anti-flapping-configuration) | 120 | +| `autoscaler.metrics` | [Pull driven scaling](https://github.com/actions/actions-runner-controller/blob/master/docs/automatically-scaling-runners.md#pull-driven-scaling) | default | +| `autoscaler.scaleUpTriggers` | [Webhook driven scaling](https://github.com/actions/actions-runner-controller/blob/master/docs/automatically-scaling-runners.md#webhook-driven-scaling) | |