diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 12:33:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-10 19:19:23 +0900 |
commit | 41c1fd1fc0486eb29655f220b412867c173ac059 (patch) | |
tree | d6db30543864a393c4987bc160ecdcfe144ed24f /doc/en/details-investments.docbook | |
parent | ed48a3f80bd140c2d28e9537a7ffc8c2f674a50b (diff) | |
download | kmymoney-41c1fd1fc0486eb29655f220b412867c173ac059.tar.gz kmymoney-41c1fd1fc0486eb29655f220b412867c173ac059.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/en/details-investments.docbook')
-rw-r--r-- | doc/en/details-investments.docbook | 4 |
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 |