summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-04-07 12:52:47 +0000
committerEric Covener <covener@apache.org>2023-04-07 12:52:47 +0000
commit46f27966b042b73017b3c181fdcaa450a8ee77b8 (patch)
treef09273868428a4a5ad2aa636f3a43e4e91d4b406 /docs
parent4859071fd0efc6e962c0941810ab614cb54157b1 (diff)
downloadhttpd-46f27966b042b73017b3c181fdcaa450a8ee77b8.tar.gz
use anchors
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909013 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-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 b5c8965281..13152a42ed 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>