Skip to content

Commit

Permalink
Sync docs from master to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Sep 18, 2019
1 parent a09fa31 commit fbb4920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ <h3 id="rewritepath-gatewayfilter-factory"><a class="anchor" href="#rewritepath-
predicates:
- Path=/foo/**
filters:
- RewritePath=/foo/(?&lt;segment&gt;.*), /$\{segment}</code></pre>
- RewritePath=/foo(?&lt;segment&gt;/?.*), $\{segment}</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down
2 changes: 1 addition & 1 deletion reference/html/spring-cloud-gateway.html
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ <h3 id="rewritepath-gatewayfilter-factory"><a class="anchor" href="#rewritepath-
predicates:
- Path=/foo/**
filters:
- RewritePath=/foo/(?&lt;segment&gt;.*), /$\{segment}</code></pre>
- RewritePath=/foo(?&lt;segment&gt;/?.*), $\{segment}</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down

0 comments on commit fbb4920

Please sign in to comment.