Skip to content

Commit b75a78d

Browse files
authored
docs: Fix path formatting for green tea route (#1185)
1 parent 5e56256 commit b75a78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
- path: ~ ^/decaf/.*\\.jpg$
5252
action:
5353
pass: coffee
54-
- path: = /green/tea
54+
- path: =/green/tea
5555
action:
5656
pass: tea
5757
```

0 commit comments

Comments
 (0)