summaryrefslogtreecommitdiffstats
path: root/doc/en/details-investments.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/details-investments.docbook')
-rw-r--r--doc/en/details-investments.docbook4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/details-investments.docbook b/doc/en/details-investments.docbook
index e9cae48..ffe902c 100644
--- a/doc/en/details-investments.docbook
+++ b/doc/en/details-investments.docbook
@@ -598,8 +598,8 @@
The page parser looks for a symbol, a date, and a price. Regular expressions
tell it how to extract those items from the page. Please review the
documentation for the <ulink
- url="http://qt.nokia.com/doc/3.3/qregexp.html#1">QRegExp class</ulink> at
- http://qt.nokia.com/doc/3.3/qregexp.html#1 for the exact makeup of the
+ url="https://www.trinitydesktop.org/docs/qt3/ntqregexp.html#1">QRegExp class</ulink> at
+ https://www.trinitydesktop.org/docs/qt3/ntqregexp.html#1 for the exact makeup of the
regular expressions. There should be exactly one capture expression,
surrounded by parentheses, in each regexp. The date format further tells the
date parser the order of year, month, and day. This date format should always