diff options
Diffstat (limited to 'scripts/tdesvn-build')
-rwxr-xr-x | scripts/tdesvn-build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/tdesvn-build b/scripts/tdesvn-build index 657b0390..ec48e3e9 100755 --- a/scripts/tdesvn-build +++ b/scripts/tdesvn-build @@ -224,7 +224,7 @@ Since tdesvn-build doesn't generally save information related to the build and prior settings, you may need to manually re-run tdesvn-build with a flag like B<--recreate-configure> if you change some options, including B<use-unsermake>. -Please use KDE bugzilla at http://bugs.kde.org for information and +Please use KDE bugzilla at http://bugs.trinitydesktop.org for information and reporting bugs. =head1 SEE ALSO @@ -1863,7 +1863,7 @@ $version was written (mostly) by: Many people have contributed code, bugfixes, and documentation. -Please report bugs using the KDE Bugzilla, at http://bugs.kde.org/ +Please report bugs using the KDE Bugzilla, at http://bugs.trinitydesktop.org/ DONE my @argv; @@ -4215,7 +4215,7 @@ if ($@) # We encountered an error. print "Encountered an error in the execution of the script.\n"; print "The error reported was $@\n"; - print "Please submit a bug against tdesvn-build on http://bugs.kde.org/\n"; + print "Please submit a bug against tdesvn-build on http://bugs.trinitydesktop.org/\n"; # Don't finish, because we haven't attained the lock yet. exit 99; @@ -4276,7 +4276,7 @@ if ($@) # We encountered an error. print "Encountered an error in the execution of the script.\n"; print "The error reported was $@\n"; - print "Please submit a bug against tdesvn-build on http://bugs.kde.org/\n"; + print "Please submit a bug against tdesvn-build on http://bugs.trinitydesktop.org/\n"; $result = 99; } |