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
 
17616f367bc'>^
1a6d1846 ^
d4598be6 ^
8a5944e1 ^
3cd8a402 ^
b3d031a9 ^
397106b6 ^
d8b807c5 ^



397106b6 ^
d8b807c5 ^


397106b6 ^

d8b807c5 ^

397106b6 ^
d8b807c5 ^
397106b6 ^

31277e06 ^

20f0f2ba ^












144de554 ^


d1a1173d ^





b3660b9a ^
fc5648cd ^





















144de554 ^
20f0f2ba ^

397106b6 ^



3b96a37f ^
6bc13af0 ^












1a6d1846 ^



3cd8a402 ^
76791a70 ^

6bc13af0 ^

76791a70 ^


6bc13af0 ^







fe5f90d3 ^
6bc13af0 ^



144de554 ^



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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147