summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-04-07 12:53:19 +0000
committerEric Covener <covener@apache.org>2023-04-07 12:53:19 +0000
commit002b5f519f2455dc7851096eba8c75180f1058eb (patch)
tree654ad15af5137d7fdf605c4a1d25dd16c32a6666
parent0ef0aafaafe7e169c0ef771890eb86ab21eb265a (diff)
downloadhttpd-002b5f519f2455dc7851096eba8c75180f1058eb.tar.gz
use anchors
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909014 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/rewrite/flags.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index f3a7413b37..122f50a79d 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -118,8 +118,8 @@ and the space must not be the last character in the list.</p>
RewriteRule "^search/(.*)$" "/search.php?term=$1" "[B= ?]"
</highlight>
-<p>To limit the characters escaped this way, see <a href="flag_bne">flag_bne</a>
-and <a href="flag_bctls">flag_bctls</a></p>
+<p>To limit the characters escaped this way, see <a href="#flag_bne">#flag_bne</a>
+ and <a href="#flag_bctls">#flag_bctls</a></p>
</section>
<section id="flag_bnp"><title>BNP|backrefnoplus (don't escape space to +)</title>