Skip to content

Commit 6dc1fbb

Browse files
authored
Update rewrite-url-portal.md
1 parent 102ab70 commit 6dc1fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/rewrite-url-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In the following example, whenever the request URL contains `/article`, the URL
7373

7474
1. Enter a regular expression pattern. In this example, we use the pattern `.*article/(.*)/(.*)`
7575

76-
Parentheses ( ) are used to capture the substring for later use in composing the expression for rewriting the URL path. For more information, see [Pattern matching and capturing](rewrite-http-headers-url.md#pattern-matching-and-capturing).
76+
Parentheses ( ) are used to capture the substring for later use in composing the expression for rewriting the URL path. For more information, see [Pattern matching and capturing](rewrite-http-headers-url.md#pattern-matching-and-capturing).
7777

7878
1. Select **OK**.
7979

0 commit comments

Comments
 (0)