diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2018-01-21 22:20:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 22:20:54 +0000 |
commit | e6b1d38fc3711bb0a0fa48e0d5ffea67e2b826b8 (patch) | |
tree | 2fed012a3182bb55e51df4b9ce219f33ce0a5717 | |
parent | 6a42bbf0200df10163bd6ae8f07fce5d63d90557 (diff) |
Fix typo
-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> |