From 9f25ff572147d25b561dcbba55afc400c7d677b6 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Thu, 9 Jul 2020 11:53:02 +0900 Subject: Replace dead URLs of "SEE ALSO" section in man pages to trinity ones Signed-off-by: OBATA Akio (cherry picked from commit 0a9cd6f754e4b5a4c52ecb1be37e09328016fa57) --- doc/man/man1/moc.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man1/moc.1') 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)." -- cgit v1.2.1