diff options
-rw-r--r-- | help.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -87,7 +87,7 @@ first star in the pattern, $2 for the second and so on. For regular expression $1 is for the first parentheses, $2 for the second etc.</li> <li><a name="patterntype"></a><strong>Pattern type:</strong> This specifies how Redirector should interpret the patterns, either as - <a href="#wildcards">wildcards</a> or <a href="#regularexpressions#">regular expressions</a>.</li> + <a href="#wildcards">wildcards</a> or <a href="#regularexpressions">regular expressions</a>.</li> <li><a name="processmatches"></a><strong>Process Matches:</strong> In some cases parameters in urls are encoded in different ways. The Process Matches option allows you to select a few different ways to process the Regular expression matches before using them. The decoding options available are: @@ -291,4 +291,4 @@ </li> </ol> </body> -</html>
\ No newline at end of file +</html> |