Skip to content

Commit 7274fe4

Browse files
docs: Fix typo in anchor link (#3013) (#3020)
Fix typo in anchor link (#3013) Co-authored-by: tomasohaodha <[email protected]>
1 parent d8105f6 commit 7274fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/configuration/virtualserver-and-virtualserverroute-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
|``dos`` | A reference to a DosProtectedResource, setting this enables DOS protection of the VirtualServer. | ``string`` | No |
5858
|``policies`` | A list of policies. | [[]policy](#virtualserverpolicy) | No |
5959
|``upstreams`` | A list of upstreams. | [[]upstream](#upstream) | No |
60-
|``routes`` | A list of routes. | [[]route](#virtualserver-route) | No |
60+
|``routes`` | A list of routes. | [[]route](#virtualserverroute) | No |
6161
|``ingressClassName`` | Specifies which Ingress Controller must handle the VirtualServer resource. | ``string`` | No |
6262
|``http-snippets`` | Sets a custom snippet in the http context. | ``string`` | No |
6363
|``server-snippets`` | Sets a custom snippet in server context. Overrides the ``server-snippets`` ConfigMap key. | ``string`` | No |

0 commit comments

Comments
 (0)