Browse Source

Merge pull request #15187 from hashicorp/nathancoleman-patch-1

Fix broken link in Consul API Gateway docs
pull/15196/head
Nathan Coleman 2 years ago committed by GitHub
parent
commit
87581a223f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx

2
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

Loading…
Cancel
Save