From e51d7fb7c94ff76fa7f06b1a635b5b0420f48408 Mon Sep 17 00:00:00 2001 From: bjee19 <139261241+bjee19@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:56:35 -0700 Subject: [PATCH] (Cherry pick) docs-fix-broken-url (#2585) (#2592) cherry pick docs-fix-broken-url (#2585) Co-authored-by: nginx-aoife <50101789+nginx-aoife@users.noreply.github.com> --- .../includes/installation/expose-nginx-gateway-fabric.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/includes/installation/expose-nginx-gateway-fabric.md b/site/content/includes/installation/expose-nginx-gateway-fabric.md index 316b22b6ef..bfa704c3ef 100644 --- a/site/content/includes/installation/expose-nginx-gateway-fabric.md +++ b/site/content/includes/installation/expose-nginx-gateway-fabric.md @@ -50,4 +50,4 @@ There are two options for accessing NGINX Gateway Fabric depending on the type o NGINX Gateway Fabric uses the created service to update the **Addresses** field in the **Gateway Status** resource. Using a **LoadBalancer** service sets this field to the IP address and/or hostname of that service. Without a service, the pod IP address is used. -This gateway is associated with the NGINX Gateway Fabric through the **gatewayClassName** field. The default installation of NGINX Gateway Fabric creates a **GatewayClass** with the name **nginx**. NGINX Gateway Fabric will only configure gateways with a **gatewayClassName** of **nginx** unless you change the name via the `--gatewayclass` [command-line flag](/docs/cli-help.md#static-mode). +This gateway is associated with the NGINX Gateway Fabric through the **gatewayClassName** field. The default installation of NGINX Gateway Fabric creates a **GatewayClass** with the name **nginx**. NGINX Gateway Fabric will only configure gateways with a **gatewayClassName** of **nginx** unless you change the name via the `--gatewayclass` [command-line flag]({{< relref "reference/cli-help.md#static-mode">}}).