aboutsummaryrefslogtreecommitdiff
path: root/help.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2018-01-21 22:20:54 +0000
committerGitHub <noreply@github.com>2018-01-21 22:20:54 +0000
commite6b1d38fc3711bb0a0fa48e0d5ffea67e2b826b8 (patch)
tree2fed012a3182bb55e51df4b9ce219f33ce0a5717 /help.html
parent6a42bbf0200df10163bd6ae8f07fce5d63d90557 (diff)
Fix typo
Diffstat (limited to 'help.html')
-rw-r--r--help.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/help.html b/help.html
index 760aa50..8616d70 100644
--- a/help.html
+++ b/help.html
@@ -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>