From 3d90e999f64877e48bb68354f43f17c614b1c9d3 Mon Sep 17 00:00:00 2001 From: ilya-hontarau Date: Wed, 16 Oct 2024 15:04:43 +0200 Subject: [PATCH] Fix load balancer link --- docs/product/administration/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/administration/changelog.md b/docs/product/administration/changelog.md index 1dcad69ac..27623c212 100644 --- a/docs/product/administration/changelog.md +++ b/docs/product/administration/changelog.md @@ -11,7 +11,7 @@ description: Find out about the latest changes to the Self-Hosted Spacelift. - Our bulk actions feature has been reworked, making it simpler to perform actions on multiple items at once. - We've added support for [OIDC Based API Keys](../../integrations/api.md#oidc-based-api-keys) to provide a more secure way of accessing our API without requiring static credentials. - We've added the ability to add custom headers to your [audit trail webhooks](../../integrations/audit-trail.md), making it easier than ever to integrate with external systems. -- We've added [an option](./install.md#Load balancer) to `config.json` to set `load_balancer.subnet_placement` to either public (default) or private. If the option is omitted, the default remains public. +- We've added [an option](./install.md#load-balancer) to `config.json` to set `load_balancer.subnet_placement` to either public (default) or private. If the option is omitted, the default remains public. ### Fixes