diff options
author | OBATA Akio <[email protected]> | 2020-07-09 11:53:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-07-09 17:38:51 +0900 |
commit | 4ebe4e17618ebd8d87a55c2e940750431d8b875f (patch) | |
tree | 90a44f221ab01efc0b16c9d76de0407a9da534e3 | |
parent | 7417fecf5b419f502aef49a5bc129d23091ff4d4 (diff) | |
download | tqt3-4ebe4e17618ebd8d87a55c2e940750431d8b875f.tar.gz tqt3-4ebe4e17618ebd8d87a55c2e940750431d8b875f.zip |
Replace dead URLs of "SEE ALSO" section in man pages to trinity ones
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit a92e2272b838de6cf3045eaf8307de07cfae57ac)
-rw-r--r-- | doc/man/man1/tqlrelease.1 | 2 | ||||
-rw-r--r-- | doc/man/man1/tqlupdate.1 | 2 | ||||
-rw-r--r-- | doc/man/man1/tqmoc.1 | 6 | ||||
-rw-r--r-- | doc/man/man1/tquic.1 | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man1/tqlrelease.1 b/doc/man/man1/tqlrelease.1 index eaeb4ebff..30256e506 100644 --- a/doc/man/man1/tqlrelease.1 +++ b/doc/man/man1/tqlrelease.1 @@ -98,4 +98,4 @@ tqlrelease gnomovision_*.ts .SH "SEE ALSO" .BR tqlupdate (1) and -.BR http://doc.trolltech.com/i18n.html +.BR https://trinitydesktop.org/docs/qt3/i18n.html diff --git a/doc/man/man1/tqlupdate.1 b/doc/man/man1/tqlupdate.1 index 35db1add5..36a316563 100644 --- a/doc/man/man1/tqlupdate.1 +++ b/doc/man/man1/tqlupdate.1 @@ -104,4 +104,4 @@ tqlupdate *.cpp *.h *.ui -ts gnomovision_dk.ts .SH "SEE ALSO" .BR tqlrelease (1) and -.BR http://doc.trolltech.com/i18n.html +.BR https://trinitydesktop.org/docs/qt3/i18n.html diff --git a/doc/man/man1/tqmoc.1 b/doc/man/man1/tqmoc.1 index 73ad9b44e..7087e530c 100644 --- a/doc/man/man1/tqmoc.1 +++ b/doc/man/man1/tqmoc.1 @@ -33,8 +33,8 @@ when required, so you will not need to use the .B tqmoc directly. .PP -In brief, the meta object system is a structure used by Qt (see -.BR http://doc.trolltech.com ")" +In brief, the meta object system is a structure used by TQt (see +.BR https://trinitydesktop.org/docs/qt3/ ")" for component programming and run time type information. It adds properties and inheritance information to (some) classes and provides a new type of communication between those instances of those @@ -446,4 +446,4 @@ public: .SH "SEE ALSO" .BR http://www.trolltech.com ", " .BR "C++ ARM, section r.11.3" " (for the answer to the quiz), and" -.BR http://doc.trolltech.com " (for complete Qt documentation)." +.BR https://trinitydesktop.org/docs/qt3/ " (for complete TQt documentation)." diff --git a/doc/man/man1/tquic.1 b/doc/man/man1/tquic.1 index ecbd3dfc3..ca558185b 100644 --- a/doc/man/man1/tquic.1 +++ b/doc/man/man1/tquic.1 @@ -131,6 +131,6 @@ doesn't care, so you can use .C, .cc, .CC, .cxx or even .c++ if you prefer.) .PP .SH "SEE ALSO" -.BR http://www.trolltech.com/ " " +.BR https://trinitydesktop.org/docs/qt3/ " " .SH AUTHOR Trolltech ASA <[email protected]> |