Replace misdescribed link with one matching its description

The link, allegedly to the pcrepattern(3) man page, was in fact a link
to a .txt file giving an over-view of the pcre library, but not
describing the pattern syntax. Link, instead, to the actual HTML
version of the pcrepattern(3) man page.

Change-Id: I566fa5185b909bceb51dfe9f253c98f858f6a182
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
bb10
Edward Welbourne 2021-06-15 14:08:20 +02:00
parent a93a9ea915
commit 320e9c7623
1 changed files with 3 additions and 3 deletions

View File

@ -105,9 +105,9 @@ QT_BEGIN_NAMESPACE
\list
\li \e {Mastering Regular Expressions} (Third Edition) by Jeffrey E. F.
Friedl, ISBN 0-596-52812-4;
\li the \l{http://pcre.org/pcre.txt} {pcrepattern(3)} man page, describing
the pattern syntax supported by PCRE (the reference implementation of
Perl-compatible regular expressions);
\li the \l{https://pcre.org/original/doc/html/pcrepattern.html}
{pcrepattern(3)} man page, describing the pattern syntax supported by PCRE
(the reference implementation of Perl-compatible regular expressions);
\li the \l{http://perldoc.perl.org/perlre.html} {Perl's regular expression
documentation} and the \l{http://perldoc.perl.org/perlretut.html} {Perl's
regular expression tutorial}.