summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-28 20:33:49 +0100
committerhut <hut@hut.pm>2018-01-28 20:33:49 +0100
commiteb118aa860d5b9ab335560cec0ab9d65c72206e1 (patch)
treefcabfcf96d5826df652499e784b08deb4f98f6f6
parentdb2d4b1c644d6aaceb91ff6a07a8a738349aec4d (diff)
update homepage references
-rw-r--r--README.md4
-rw-r--r--doc/cheatsheet.svg4
-rw-r--r--doc/ranger.18
-rw-r--r--doc/ranger.pod4
-rwxr-xr-xsetup.py2
5 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 9f2e5af6..e16ea540 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ About
-----
* Authors: see `AUTHORS` file
* License: GNU General Public License Version 3
-* Website: http://ranger.nongnu.org/
-* Download: http://ranger.nongnu.org/ranger-stable.tar.gz
+* Website: http://ranger.github.io/
+* Download: http://ranger.github.io/ranger-stable.tar.gz
* Bug reports: https://github.com/ranger/ranger/issues
* git clone http://git.sv.gnu.org/r/ranger.git
diff --git a/doc/cheatsheet.svg b/doc/cheatsheet.svg
index d84ef87f..f8a97bff 100644
--- a/doc/cheatsheet.svg
+++ b/doc/cheatsheet.svg
@@ -4059,7 +4059,7 @@
sodipodi:role="line">ranger cheatsheet</tspan></text>
<a
id="a5535"
- xlink:href="http://ranger.nongnu.org"
+ xlink:href="http://ranger.github.io"
style="fill:#0000ff"
transform="translate(10,-296.00002)">
<text
@@ -4073,7 +4073,7 @@
sodipodi:role="line"
x="230"
y="567.36218"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#0000ff">http://ranger.nongnu.org</tspan></text>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#0000ff">http://ranger.github.io</tspan></text>
</a>
<text
xml:space="preserve"
diff --git a/doc/ranger.1 b/doc/ranger.1
index 53967021..ab47de61 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -1533,11 +1533,11 @@ provided along with the source code.
\&\s-1GNU\s0 General Public License 3 or (at your option) any later version.
.SH "LINKS"
.IX Header "LINKS"
-.IP "Download: <http://ranger.nongnu.org/ranger\-stable.tar.gz>" 4
-.IX Item "Download: <http://ranger.nongnu.org/ranger-stable.tar.gz>"
+.IP "Download: <http://ranger.github.io/ranger\-stable.tar.gz>" 4
+.IX Item "Download: <http://ranger.github.io/ranger-stable.tar.gz>"
.PD 0
-.IP "The project page: <http://ranger.nongnu.org/>" 4
-.IX Item "The project page: <http://ranger.nongnu.org/>"
+.IP "The project page: <http://ranger.github.io/>" 4
+.IX Item "The project page: <http://ranger.github.io/>"
.IP "The mailing list: <http://savannah.nongnu.org/mail/?group=ranger>" 4
.IX Item "The mailing list: <http://savannah.nongnu.org/mail/?group=ranger>"
.IP "\s-1IRC\s0 channel: #ranger on freenode.net" 4
diff --git a/doc/ranger.pod b/doc/ranger.pod
index ee0ba846..ee869393 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1670,9 +1670,9 @@ GNU General Public License 3 or (at your option) any later version.
=over
-=item Download: L<http://ranger.nongnu.org/ranger-stable.tar.gz>
+=item Download: L<http://ranger.github.io/ranger-stable.tar.gz>
-=item The project page: L<http://ranger.nongnu.org/>
+=item The project page: L<http://ranger.github.io/>
=item The mailing list: L<http://savannah.nongnu.org/mail/?group=ranger>
diff --git a/setup.py b/setup.py
index 8d762013..f8b8df14 100755
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ def main():
author=ranger.__author__,
author_email=ranger.__email__,
license=ranger.__license__,
- url='http://ranger.nongnu.org',
+ url='http://ranger.github.io',
keywords='file-manager vim console file-launcher file-preview',
classifiers=[
'Environment :: Console',