From 5b2548c340fa33552afad3b1e1064f0fdb95cbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 4 Nov 2018 09:04:18 +0100 Subject: [PATCH] Update bug tracker URLs --- README | 2 +- ecleankernel/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index ef88d88..82a1ffb 100644 --- a/README +++ b/README @@ -136,7 +136,7 @@ reporting a bug, please attach the outputs of:: If relevant, please attach bootloader configuration files as well. -.. _the issue tracker: https://bitbucket.org/mgorny/eclean-kernel/issues/ +.. _the issue tracker: https://github.com/mgorny/eclean-kernel/issues .. _Gentoo Bugzilla: https://bugs.gentoo.org/ diff --git a/ecleankernel/cli.py b/ecleankernel/cli.py index 67a3167..bf8ed65 100644 --- a/ecleankernel/cli.py +++ b/ecleankernel/cli.py @@ -266,6 +266,6 @@ def main(argv): print(''' If you believe that the mentioned issue is a bug, please report it -to https://bitbucket.org/mgorny/eclean-kernel/issues. If possible, +to https://github.com/mgorny/eclean-kernel/issues. If possible, please attach the output of 'eclean-kernel --list-kernels' and your regular eclean-kernel call with additional '--debug' argument.''')