summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-08-22 23:46:26 +0200
committerhut <hut@lepus.uberspace.de>2014-08-22 23:48:24 +0200
commitdc4216a55e80361177675118944a69514618f6c9 (patch)
treeada8deb72979f8e5b67e553556168d1753035253
parent8a289dd26b9474639e6c004df80fe19532ca54f7 (diff)
downloadranger-dc4216a55e80361177675118944a69514618f6c9.tar.gz
change the bug tracker URL
-rw-r--r--README.md2
-rw-r--r--doc/ranger.12
-rw-r--r--doc/ranger.pod2
-rw-r--r--ranger/core/main.py2
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
 
nger/blame/CHANGELOG?h=v1.7.0&id=5dbaad4db675802d6021cfdcb176b3ad10451e3b'>^
95e021ae ^

c928a9eb ^
95e021ae ^
cbcd3325 ^
95e021ae ^















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95