aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-06-07 04:45:14 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-06-07 18:04:35 +0000
commite931336a2dd96b2fbc3f454b0b2a47f9f960a0a2 (patch)
treec69801fced606f8b750e3f11f2c22b0480f5c3ff /doc
parent44a615e854e1e8281cf7d88dcb435fbbaba9e2ab (diff)
doc: Replace link to pcrepattern(3)
Diffstat (limited to 'doc')
-rw-r--r--doc/wireshark-filter.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/wireshark-filter.pod b/doc/wireshark-filter.pod
index 8d6b4ecc16..084353d056 100644
--- a/doc/wireshark-filter.pod
+++ b/doc/wireshark-filter.pod
@@ -92,8 +92,8 @@ You can force case sensitivity using
This is an example of PCRE's B<(?>optionB<)> construct. B<(?-i)> performs a
case-sensitive pattern match but other options can be specified as well. More
-information can be found in the pcrepattern(3) man page at
-L<https://perldoc.perl.org/perlre.html>).
+information can be found in the
+L<pcrepattern(3)|https://www.pcre.org/original/doc/html/pcrepattern.html> man page.
=head2 Functions