From 3f755ad3e9f9fff4e2ae31b5d1f03802e4958041 Mon Sep 17 00:00:00 2001 From: Mitchell Phillips <100593043+mitchell-liatrio@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:48:23 -0600 Subject: [PATCH] update autoscaling-with-self-hosted-runners.md Since GitHub has taken over the actions-runner-controller project, I'm submitting this change to reflect the new hyperlink. --- .../autoscaling-with-self-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md index 01c8c1cb9f49..a4c81d506a52 100644 --- a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md @@ -23,7 +23,7 @@ You can automatically increase or decrease the number of self-hosted runners in The following repositories have detailed instructions for setting up these autoscalers: -- [actions-runner-controller/actions-runner-controller](https://github.com/actions-runner-controller/actions-runner-controller) - A Kubernetes controller for {% data variables.product.prodname_actions %} self-hosted runners. +- [actions/actions-runner-controller](https://github.com/actions/actions-runner-controller) - A Kubernetes controller for {% data variables.product.prodname_actions %} self-hosted runners. - [philips-labs/terraform-aws-github-runner](https://github.com/philips-labs/terraform-aws-github-runner) - A Terraform module for scalable {% data variables.product.prodname_actions %} runners on Amazon Web Services. Each solution has certain specifics that may be important to consider: