diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 2 | ||||
-rwxr-xr-x | bin/lo-commit-stat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index a45281d55da7..f0a6e9cb6e71 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -218,7 +218,7 @@ def get_launchpad_bugs(prefix): f.write(handle.read()) f.close() -freedesktop = 'http://bugs.freedesktop.org/buglist.cgi' +freedesktop = 'http://bugs.libreoffice.org/buglist.cgi' abisource = 'http://bugzilla.abisource.com/buglist.cgi' #added for abiword gnome = 'http://bugzilla.gnome.org/buglist.cgi' # added for gnumeric kde = 'http://bugs.kde.org/buglist.cgi' # added for koffice/calligra diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat index fadca4ec71bd..a372eeab00fd 100755 --- a/bin/lo-commit-stat +++ b/bin/lo-commit-stat @@ -17,7 +17,7 @@ my %module_dirname = ( my %bugzillas = ( - fdo => "https://bugs.freedesktop.org/show_bug.cgi?id=", + fdo => "https://bugs.libreoffice.org/show_bug.cgi?id=", bnc => "https://bugzilla.novell.com/show_bug.cgi?id=", rhbz => "https://bugzilla.redhat.com/show_bug.cgi?id=", i => "https://issues.apache.org/ooo/show_bug.cgi?id=", |