This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 63ea6ad6e3490c34d8915090f7e312fafbd5148f Author: Felix Schumacher <fschumac...@apache.org> AuthorDate: Fri Oct 25 13:00:34 2019 +0200 Correct link target for RewriteMap in documentation --- webapps/docs/rewrite.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/rewrite.xml b/webapps/docs/rewrite.xml index 0b810bf..142680c 100644 --- a/webapps/docs/rewrite.xml +++ b/webapps/docs/rewrite.xml @@ -98,7 +98,7 @@ <strong>RewriteMap expansions</strong>: These are expansions of the form <strong><code >${mapname:key|default}</code></strong>. - See <a href="#mapfunc">the documentation for + See <a href="#RewriteMap">the documentation for RewriteMap</a> for more details. </li> <li> @@ -509,7 +509,7 @@ cannot use <code>$N</code> in the substitution string! <li>server-variables as in rule condition test-strings (<code>%{VARNAME}</code>)</li> - <li><a href="#mapfunc">mapping-function</a> calls + <li><a href="#RewriteMap">mapping-function</a> calls (<code>${mapname:key|default}</code>)</li> </ol> <p>Back-references are identifiers of the form --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org