summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-07-09 11:53:02 +0900
committerSlávek Banko <slavek.banko@axis.cz>2021-02-02 01:21:24 +0100
commit0a9cd6f754e4b5a4c52ecb1be37e09328016fa57 (patch)
tree2e50dbaa3259ba7fee379f4e6363982c40d6f85e
parent441ec666a923e29e10256fba24c6ed4cb75ab2df (diff)
downloadqt3-0a9cd6f754e4b5a4c52ecb1be37e09328016fa57.tar.gz
qt3-0a9cd6f754e4b5a4c52ecb1be37e09328016fa57.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/lrelease.12
-rw-r--r--doc/man/man1/lupdate.12
-rw-r--r--doc/man/man1/moc.14
-rw-r--r--doc/man/man1/uic.12
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man1/lrelease.1 b/doc/man/man1/lrelease.1
index 4b28272..c97189a 100644
--- a/doc/man/man1/lrelease.1
+++ b/doc/man/man1/lrelease.1
@@ -98,4 +98,4 @@ lrelease gnomovision_*.ts
.SH "SEE ALSO"
.BR lupdate (1)
and
-.BR http://doc.trolltech.com/i18n.html
+.BR https://trinitydesktop.org/docs/qt3/i18n.html
diff --git a/doc/man/man1/lupdate.1 b/doc/man/man1/lupdate.1
index cb0f652..92043fd 100644
--- a/doc/man/man1/lupdate.1
+++ b/doc/man/man1/lupdate.1
@@ -104,4 +104,4 @@ lupdate *.cpp *.h *.ui -ts gnomovision_dk.ts
.SH "SEE ALSO"
.BR lrelease (1)
and
-.BR http://doc.trolltech.com/i18n.html
+.BR https://trinitydesktop.org/docs/qt3/i18n.html
diff --git a/doc/man/man1/moc.1 b/doc/man/man1/moc.1
index 3e4f43f..6fc8415 100644
--- a/doc/man/man1/moc.1
+++ b/doc/man/man1/moc.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 Qt (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 Qt documentation)."
+.BR https://trinitydesktop.org/docs/qt3/ " (for complete Qt documentation)."
diff --git a/doc/man/man1/uic.1 b/doc/man/man1/uic.1
index 154e494..be53526 100644
--- a/doc/man/man1/uic.1
+++ b/doc/man/man1/uic.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>