From 5d73fda1f40745e94bbf266253bea29b1891abae Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Fri, 28 Oct 2022 15:01:38 -0400 Subject: [PATCH] Fix broken link in Consul API Gateway docs --- .../docs/api-gateway/configuration/gatewayclassconfig.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx index 15ae326b8f..2aba347737 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx @@ -20,7 +20,7 @@ The following outline shows how to format the configurations in the `GatewayClas * [`consul`](#consul): object | optional * [`address`](#consul-address): string | optional * [`authentication`](#consul-authentication): object | optional - * [`account`]([#consul-authentication-account): string | optional + * [`account`](#consul-authentication-account): string | optional * [`managed`](#consul-authentication-managed): bool | optional * [`method`](#consul-authentication-method): string | optional * [`namespace`](#consul-authentication-namespace): string | optional