From 842c2ed96b353d4fea24a2401710476c50807246 Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Thu, 8 Sep 2022 10:19:14 -0700 Subject: [PATCH] Update website/content/docs/api-gateway/usage.mdx Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --- website/content/docs/api-gateway/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/api-gateway/usage.mdx b/website/content/docs/api-gateway/usage.mdx index b37c476772..f83c5df9d3 100644 --- a/website/content/docs/api-gateway/usage.mdx +++ b/website/content/docs/api-gateway/usage.mdx @@ -11,7 +11,7 @@ description: >- This topic describes the basic workflow for implementing Consul API Gateway configurations. 1. Verify that the [requirements](/docs/api-gateway/tech-specs) have been met. -1. Verify that the Consul API Gateway CRDs and controller have been installed and applied (see [Installation](/docs/api-gateway/install)). +1. Verify that the Consul API Gateway CRDs and controller have been installed and applied. For additional information, refer to [Installation](/docs/api-gateway/install)). 1. Configure your [`Gateway`](/docs/api-gateway/configuration/gateway) and [`Routes`](/docs/api-gateway/configuration/routes) . as describe in the [Configuration](/docs/api-gateway/configuration) section.