diff --git a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx index 92c695a248..58f7af80d4 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx @@ -47,7 +47,7 @@ The following outline shows how to format the configurations in the `GatewayClas This topic provides details about the configuration parameters. ### consul -Specifies configurations that enable an instance of Consul API Gateway to interact with Consul +Specifies configurations that enable an instance of Consul API Gateway to interact with Consul. * Type: object * Required: optional diff --git a/website/content/docs/api-gateway/usage.mdx b/website/content/docs/api-gateway/usage.mdx index 83779a1884..e89c0556fc 100644 --- a/website/content/docs/api-gateway/usage.mdx +++ b/website/content/docs/api-gateway/usage.mdx @@ -81,7 +81,7 @@ consul-api-gateway 0.1.0 ## Error Messages -This topic provides information about potential error messages associated with Consul API Gateway. If your receive an error message that does not appear in this section, refer to the following resources: +This topic provides information about potential error messages associated with Consul API Gateway. If you receive an error message that does not appear in this section, refer to the following resources: * [Common Consul errors](/docs/troubleshoot/common-errors#common-errors-on-kubernetes) * [Consul troubleshooting guide](/docs/troubleshoot/common-errors) @@ -131,5 +131,5 @@ Consul API Gateway generates this error when the required CRD files have not bee The installation process typically fails after this error message is generated. **Recommended Action:** -Install the required CRDs by using the command in Step 1 of the [Consul API Gateway installation instructions](/docs/api-gateway/consul-api-gateway-install) and then retry installing Consul API Gateway. +Install the required CRDs by using the command in Step 1 of the [Consul API Gateway installation instructions](/docs/api-gateway/install#installation) and then retry installing Consul API Gateway. diff --git a/website/redirects.js b/website/redirects.js index dfd6026ac0..52a313b046 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -1275,7 +1275,7 @@ module.exports = [ }, { source: '/docs/api-gateway/common-errors', - destination: '/docs/api-gateway/usage/basic-usage#Common_Error_Messages', + destination: '/docs/api-gateway/usage#error-messages', permanent: true, }, {