diff options
-rw-r--r-- | docs/manual/rewrite/intro.html.en | 2 | ||||
-rw-r--r-- | docs/manual/rewrite/intro.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index 2a5df42a83..bb22280bd7 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -144,7 +144,7 @@ the expression.</p> RewriteRule, RewriteCond matching.</p> <p class="figure"> - <img src="../images/rewrite_rule_flow.png" alt="Flow of RewriteRule and RewriteCond matching" /><br /> + <img src="../images/rewrite_backreferences.png" alt="Flow of RewriteRule and RewriteCond matching" /><br /> <dfn>Figure 1:</dfn> The back-reference flow through a rule. </p> diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml index e9d2c19696..204e870599 100644 --- a/docs/manual/rewrite/intro.xml +++ b/docs/manual/rewrite/intro.xml @@ -151,7 +151,7 @@ the expression.</p> RewriteRule, RewriteCond matching.</p> <p class="figure"> - <img src="../images/rewrite_rule_flow.png" + <img src="../images/rewrite_backreferences.png" alt="Flow of RewriteRule and RewriteCond matching" /><br /> <dfn>Figure 1:</dfn> The back-reference flow through a rule. </p> |