Skip to content

Commit d18e073

Browse files
authored
Fix broken URLs in documentation (#2474)
Fix broken URLs
1 parent ad76033 commit d18e073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/content/how-to/monitoring/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ If you `describe` your HTTPRoute and see the following error:
426426
The Service associated with your HTTPRoute is configured with a IP Family different than the one specified in the NginxProxy configuration.
427427
To **resolve** this, you can do one of the following:
428428
429-
- Update the NginxProxy configuration with the proper [`ipFamily`](({{< relref "reference/api.md" >}})) field. You can edit the NginxProxy configuration using `kubectl edit`. For example:
429+
- Update the NginxProxy configuration with the proper [`ipFamily`]({{< relref "reference/api.md" >}}) field. You can edit the NginxProxy configuration using `kubectl edit`. For example:
430430
431431
```shell
432432
kubectl edit -n nginx-gateway nginxproxies.gateway.nginx.org ngf-proxy-config

site/content/overview/resource-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ More information on CEL in Kubernetes can be found [here](https://kubernetes.io/
5252

5353
This step catches the following cases of invalid values:
5454

55-
- Valid values from the Gateway API perspective but not supported by NGINX Gateway Fabric yet. For example, a feature in an HTTPRoute routing rule. For the list of supported features see [Gateway API Compatibility](gateway-api-compatibility.md) doc.
55+
- Valid values from the Gateway API perspective but not supported by NGINX Gateway Fabric yet. For example, a feature in an HTTPRoute routing rule. For the list of supported features see [Gateway API Compatibility]({{< relref "/gateway-api-compatibility.md" >}}) doc.
5656
- Valid values from the Gateway API perspective, but invalid for NGINX, because NGINX has stricter validation requirements for certain fields. These values will cause NGINX to fail to reload or operate erroneously.
5757
- Invalid values (both from the Gateway API and NGINX perspectives) that were not rejected because Step 1 was bypassed. Similar to the previous case, these values will cause NGINX to fail to reload or operate erroneously.
5858
- Malicious values that inject unrestricted NGINX config into the NGINX configuration (similar to an SQL injection attack).

0 commit comments

Comments
 (0)