From c67289d2cf5185c421420204fb34f0b7140d4475 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Thu, 14 Dec 2023 04:22:19 +0900 Subject: [PATCH] Fix link for Assigning AWX pods to specific nodes (#1656) * Fix link for Assigning AWX pods to specific nodes * fix word --- .../scaling-the-web-and-task-pods-independently.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/advanced-configuration/scaling-the-web-and-task-pods-independently.md b/docs/user-guide/advanced-configuration/scaling-the-web-and-task-pods-independently.md index f7ccf76d..1dc9c344 100644 --- a/docs/user-guide/advanced-configuration/scaling-the-web-and-task-pods-independently.md +++ b/docs/user-guide/advanced-configuration/scaling-the-web-and-task-pods-independently.md @@ -5,4 +5,4 @@ You can scale replicas up or down for each deployment by using the `web_replicas - If you specify the `replicas` field, the key passed will scale both the `web` and `task` replicas to the same number. - If `web_replicas` or `task_replicas` is ever passed, it will override the existing `replicas` field on the specific deployment with the new key value. -These new replicas can be constrained in a similar manner to previous single deployments by appending the particular deployment name in front of the constraint used. More about those new constraints can be found below in the [Assigning AWX pods to specific nodes](#assigning-awx-pods-to-specific-nodes) section. +These new replicas can be constrained in a similar manner to previous single deployments by appending the particular deployment name in front of the constraint used. More about those new constraints can be found in the [Assigning AWX pods to specific nodes](./assigning-awx-pods-to-specific-nodes.md) page.