]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
point to github issues instead of freedesktop bugzilla
authorKay Sievers <kay@vrfy.org>
Wed, 3 Jun 2015 12:48:55 +0000 (14:48 +0200)
committerKay Sievers <kay@vrfy.org>
Wed, 3 Jun 2015 12:48:55 +0000 (14:48 +0200)
README
configure.ac

diff --git a/README b/README
index b8100446cf99900f74b4e48cf2a38fbb4a4ecdd4..a0ee4878abc07616bc39f2ccc7b8afdedeb0e034 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,6 @@ IRC:
         #systemd on irc.freenode.org
 
 BUG REPORTS:
-        https://bugs.freedesktop.org/enter_bug.cgi?product=systemd
         https://github.com/systemd/systemd/issues
 
 AUTHOR:
index 0532c542f60509b4f6edae8b9f609a3d5ea38ff6..c8f86581564b9d9845cbec946793f4ce65ec0b31 100644 (file)
@@ -21,7 +21,7 @@ AC_PREREQ([2.64])
 
 AC_INIT([systemd],
         [220],
-        [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
+        [http://github.com/systemd/systemd/issues]
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])