summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-07-01 15:52:52 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-07-01 15:52:52 +0200
commit3fcbeef084f778509b1ae3753c375295f61cd1f3 (patch)
treefc060029d4f152d8149081e5c0e04f4b881306d8
parentb07c9747b94c9b87b0b4328e55a31ac4a02d3da6 (diff)
downloadtdenetwork-3fcbeef0.tar.gz
tdenetwork-3fcbeef0.zip
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--README2
-rw-r--r--doc/krdc/index.docbook2
-rw-r--r--doc/krfb/index.docbook2
-rw-r--r--kopete/README2
-rw-r--r--kopete/plugins/nowlistening/README2
-rw-r--r--kopete/protocols/gadu/README.gadu2
-rw-r--r--kopete/protocols/jabber/jabbercontactpool.cpp2
-rw-r--r--kopete/protocols/oscar/oscaraccount.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index c2deb293..d98851ef 100644
--- a/README
+++ b/README
@@ -40,6 +40,6 @@ Have a look at the individual subdirectories, if you want to know, what
versions of apps are included.
Please direct any bug reports to our bug list by visiting
-http://bugs.kde.org.
+http://bugs.trinitydesktop.org.
General TDE discussions should go to the Trinity mailing list (http://trinitydesktop.org/mailinglist.php).
diff --git a/doc/krdc/index.docbook b/doc/krdc/index.docbook
index 3c5219d9..3406b5b3 100644
--- a/doc/krdc/index.docbook
+++ b/doc/krdc/index.docbook
@@ -80,7 +80,7 @@ You would typically use &krdc; with the &kde; VNC server, which is
<para>
Please report any problems or feature requests to the &kde; mailing
lists or file a bug at <ulink
-url="http://bugs.kde.org">http://www.bugs.kde.org</ulink>.
+url="http://bugs.trinitydesktop.org">http://www.bugs.trinitydesktop.org</ulink>.
</para>
</chapter>
diff --git a/doc/krfb/index.docbook b/doc/krfb/index.docbook
index 85f46665..acf50940 100644
--- a/doc/krfb/index.docbook
+++ b/doc/krfb/index.docbook
@@ -113,7 +113,7 @@ to help you perform a task.
<para>
Please report any problems or feature requests to the &kde; mailing
lists or file a bug at <ulink
-url="http://bugs.kde.org">http://bugs.kde.org</ulink>.
+url="http://bugs.trinitydesktop.org">http://bugs.trinitydesktop.org</ulink>.
</para>
</chapter>
diff --git a/kopete/README b/kopete/README
index 6da033f1..137dcc22 100644
--- a/kopete/README
+++ b/kopete/README
@@ -21,7 +21,7 @@ all over the world and the high-quality bug reports from active users.
Thanks to all of you for your support and your interest in Kopete!
As always, more bug reports and patches are welcome.
-Please use http://bugs.kde.org.
+Please use http://bugs.trinitydesktop.org.
The Kopete main developers can be contacted on our mailing list,
kopete-devel@kde.org, and on IRC in #kopete, on irc.freenode.net.
diff --git a/kopete/plugins/nowlistening/README b/kopete/plugins/nowlistening/README
index 83bdd6d1..67e67826 100644
--- a/kopete/plugins/nowlistening/README
+++ b/kopete/plugins/nowlistening/README
@@ -35,7 +35,7 @@ You can force a notification by typing the string "/media" at the start of a new
BUGS
-Please report to bugs.kde.org. If you need help contact me at lists@stevello.free-online.co.uk.
+Please report to bugs.trinitydesktop.org. If you need help contact me at lists@stevello.free-online.co.uk.
TODO
More media players!
diff --git a/kopete/protocols/gadu/README.gadu b/kopete/protocols/gadu/README.gadu
index 6c7a929e..85ad6fb8 100644
--- a/kopete/protocols/gadu/README.gadu
+++ b/kopete/protocols/gadu/README.gadu
@@ -37,7 +37,7 @@ If you're looking for more information, please refer to http://kopete.kde.org
and read the FAQ .
If you have found an error in kopete, or in the gadu-gadu plugin
-- please use the kde bug tracking system at http://bugs.kde.org/
+- please use the kde bug tracking system at http://bugs.trinitydesktop.org/
Grzegorz Jaskiewicz aka Kain/K4
gj AT pointblue DOT com DOT pl
diff --git a/kopete/protocols/jabber/jabbercontactpool.cpp b/kopete/protocols/jabber/jabbercontactpool.cpp
index 5f68b9dc..2d580957 100644
--- a/kopete/protocols/jabber/jabbercontactpool.cpp
+++ b/kopete/protocols/jabber/jabbercontactpool.cpp
@@ -81,7 +81,7 @@ JabberContact *JabberContactPool::addContact ( const XMPP::RosterItem &contact,
{
KMessageBox::error ( Kopete::UI::Global::mainWidget (),
"Fatal error in the Jabber contact pool. Please restart Kopete and submit a debug log "
- "of your session to http://bugs.kde.org.",
+ "of your session to http://bugs.trinitydesktop.org.",
"Fatal Jabber Error" );
}
diff --git a/kopete/protocols/oscar/oscaraccount.cpp b/kopete/protocols/oscar/oscaraccount.cpp
index 63402b34..a28a8035 100644
--- a/kopete/protocols/oscar/oscaraccount.cpp
+++ b/kopete/protocols/oscar/oscaraccount.cpp
@@ -878,7 +878,7 @@ TQString OscarAccount::getFLAPErrorMessage( int code )
else
{
reason = i18n("The %1 server thinks the client you are using is " \
- "too old. Please report this as a bug at http://bugs.kde.org")
+ "too old. Please report this as a bug at http://bugs.trinitydesktop.org")
.arg( acctType );
}
break;