diff options
author | OBATA Akio <obache@wizdas.com> | 2020-07-09 11:53:02 +0900 |
---|---|---|
committer | OBATA Akio <obache@wizdas.com> | 2020-07-09 11:53:02 +0900 |
commit | a92e2272b838de6cf3045eaf8307de07cfae57ac (patch) | |
tree | 783986d98276d362bfc502e58418f2b84373ecaf | |
parent | 962abeeb8171e720748352c04edec8561f740dc9 (diff) | |
download | tqt3-a92e2272b838de6cf3045eaf8307de07cfae57ac.tar.gz tqt3-a92e2272b838de6cf3045eaf8307de07cfae57ac.zip |
Replace dead URLs of "SEE ALSO" section in man pages to trinity ones
Signed-off-by: OBATA Akio <obache@wizdas.com>
-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 | 4 | ||||
-rw-r--r-- | doc/man/man1/tquic.1 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man1/tqlrelease.1 b/doc/man/man1/tqlrelease.1 index fd3abacb9..d5eecf878 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 32cc4e146..da84be56f 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 cbf201a4c..301e95cc3 100644 --- a/doc/man/man1/tqmoc.1 +++ b/doc/man/man1/tqmoc.1 @@ -34,7 +34,7 @@ when required, so you will not need to use the directly. .PP In brief, the meta object system is a structure used by TQt (see -.BR http://doc.trolltech.com ")" +.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 TQt 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 53126fdd9..c99b0fb6e 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 <info@trolltech.com> |