diff options
author | hut <hut@lepus.uberspace.de> | 2014-08-22 23:46:26 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-08-22 23:48:24 +0200 |
commit | dc4216a55e80361177675118944a69514618f6c9 (patch) | |
tree | ada8deb72979f8e5b67e553556168d1753035253 | |
parent | 8a289dd26b9474639e6c004df80fe19532ca54f7 (diff) | |
download | ranger-dc4216a55e80361177675118944a69514618f6c9.tar.gz |
change the bug tracker URL
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/ranger.1 | 2 | ||||
-rw-r--r-- | doc/ranger.pod | 2 | ||||
-rw-r--r-- | ranger/core/main.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index 70980681..a517add3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ About * License: GNU General Public License Version 3 * Website: http://ranger.nongnu.org/ * Download: http://ranger.nongnu.org/ranger-stable.tar.gz -* Bug reports: https://savannah.nongnu.org/bugs/?group=ranger&func=additem +* Bug reports: https://github.com/hut/ranger/issues * git clone http://git.sv.gnu.org/r/ranger.git diff --git a/doc/ranger.1 b/doc/ranger.1 index c62f4563..8130ed67 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1214,7 +1214,7 @@ copy, run: \&\fIrifle\fR\|(1) .SH "BUGS" .IX Header "BUGS" -Report bugs here: <http://savannah.nongnu.org/bugs/?group=ranger> +Report bugs here: <https://github.com/hut/ranger/issues> .PP Please include as much relevant information as possible. For the most diagnostic output, run ranger like this: \f(CW\*(C`PYTHONOPTIMIZE= ranger \-\-debug\*(C'\fR diff --git a/doc/ranger.pod b/doc/ranger.pod index 182de859..5ad58bca 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1330,7 +1330,7 @@ rifle(1) =head1 BUGS -Report bugs here: L<http://savannah.nongnu.org/bugs/?group=ranger> +Report bugs here: L<https://github.com/hut/ranger/issues> Please include as much relevant information as possible. For the most diagnostic output, run ranger like this: C<PYTHONOPTIMIZE= ranger --debug> diff --git a/ranger/core/main.py b/ranger/core/main.py index b0ae4a26..628748bf 100644 --- a/ranger/core/main.py +++ b/ranger/core/main.py @@ -165,7 +165,7 @@ def main(): print(crash_traceback) print("ranger crashed. " \ "Please report this traceback at:") - print("http://savannah.nongnu.org/bugs/?group=ranger&func=additem") + print("https://github.com/hut/ranger/issues") return 1 return 0 |