From a8550417416ed7796408fe7a92824fe1510b9cae Mon Sep 17 00:00:00 2001 From: dormando Date: Thu, 3 Oct 2024 22:16:07 -0700 Subject: [PATCH] Fix broken link to Sets docs The markdown parser isn't parsing something immediately after an html tag. think I see some href's working around this elsewhere. --- content/features/proxy/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/features/proxy/_index.md b/content/features/proxy/_index.md index 9866ee2..bd53810 100644 --- a/content/features/proxy/_index.md +++ b/content/features/proxy/_index.md @@ -39,6 +39,7 @@ Once it has selected a pool to route a request to, the proxy chooses a single ba
Set
+ More complex routing topologies might require another layer of grouping. You can further group pools into sets. For more information, see [Gather related pools into sets]({{}}configure#sets). Sets can be useful for gathering pools into named zones, in order to set up failover priorities. For more information, see [Prioritize a route using local zones]({{}}configure#zones).