Git commit 0fca64ff79c252358eb1593726001d4adb5031dc by Yuri Chornoivan. Committed on 19/07/2013 at 14:41. Pushed by yurchor into branch 'master'.
Use qt-project links M +2 -2 doc/details-database.docbook M +2 -2 doc/details-investments.docbook M +1 -1 doc/details-search.docbook http://commits.kde.org/kmymoney/0fca64ff79c252358eb1593726001d4adb5031dc diff --git a/doc/details-database.docbook b/doc/details-database.docbook index 672bc38..1caae28 100644 --- a/doc/details-database.docbook +++ b/doc/details-database.docbook @@ -55,7 +55,7 @@ In addition to the database software itself, you must also install the corresponding &Qt; driver module. Most distributions will include driver modules for the more popular databases. Otherwise, check with the <ulink - url="http://qt.nokia.com">&Qt; software web site</ulink> and search for + url="http://qt-project.org">&Qt; software web site</ulink> and search for 'SQL drivers' </para> @@ -160,7 +160,7 @@ This box lists all &Qt; SQL drivers installed on your system. Select the driver for your database type. If the one you want is not in the list, you need to install the appropriate driver. See your distribution documentation, - or visit the <ulink url="http://qt.nokia.com/" type="">&Qt; software web + or visit the <ulink url="http://qt-project.org/" type="">&Qt; software web site</ulink> and search for 'SQL drivers'. </para> </sect3> diff --git a/doc/details-investments.docbook b/doc/details-investments.docbook index 9e3c9c0..42fa2c7 100644 --- a/doc/details-investments.docbook +++ b/doc/details-investments.docbook @@ -607,8 +607,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/4.5/qregexp.html#1">QRegExp class</ulink> at - http://qt.nokia.com/doc/4.5/qregexp.html#1 for the exact makeup of the + url="http://qt-project.org/doc/qt-4.8/qregexp.html#1">QRegExp class</ulink> + 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 diff --git a/doc/details-search.docbook b/doc/details-search.docbook index f47365a..529b378 100644 --- a/doc/details-search.docbook +++ b/doc/details-search.docbook @@ -115,7 +115,7 @@ If you check the <guilabel>Treat Text as regular expression</guilabel> box, the text will be treated as a regular expression. For details on how to craft a regular expression, visit the &Qt; documentation about the - <ulink url="http://qt.nokia.com/doc/3.3/qregexp.html#1">QRegExp + <ulink url="http://qt-project.org/doc/qt-4.8/qregexp.html#1">QRegExp class</ulink>. </para> </sect2>
