Skip to content

Commit e51431c

Browse files
committed
Fix relative link in docs (nginx#2596)
Problem: One of our relative links was incorrect and causing docs to fail to build. Solution: Fix link.
1 parent 76e882e commit e51431c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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]({{< relref "/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)