diff options
author | hut <hut@hut.pm> | 2018-02-05 20:06:01 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-02-05 20:13:59 +0100 |
commit | 03dae5f034cad6103d432c2882943a610cd80a33 (patch) | |
tree | e0acb9ab18775205e977a68d9d8839bfe1a6c5de | |
parent | 08e43b29066c886cf4f7461dc573aaf74307d35d (diff) | |
download | ranger-03dae5f034cad6103d432c2882943a610cd80a33.tar.gz |
change website URLS to HTTPS
(Thanks to Klemens Nanni for pointing it out)
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | doc/cheatsheet.svg | 4 | ||||
-rw-r--r-- | doc/ranger.1 | 14 | ||||
-rw-r--r-- | doc/ranger.pod | 6 | ||||
-rwxr-xr-x | setup.py | 2 |
5 files changed, 16 insertions, 16 deletions
diff --git a/README.md b/README.md index e16ea540..ca181b95 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ About ----- * Authors: see `AUTHORS` file * License: GNU General Public License Version 3 -* Website: http://ranger.github.io/ -* Download: http://ranger.github.io/ranger-stable.tar.gz +* Website: https://ranger.github.io/ +* Download: https://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 +* git clone https://github.com/ranger/ranger.git Design Goals diff --git a/doc/cheatsheet.svg b/doc/cheatsheet.svg index f8a97bff..3794a2da 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.github.io" + xlink:href="https://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.github.io</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">https://ranger.github.io</tspan></text> </a> <text xml:space="preserve" diff --git a/doc/ranger.1 b/doc/ranger.1 index ab47de61..f4bdc02f 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.0" "2018-01-28" "ranger manual" +.TH RANGER 1 "ranger-1.9.0" "2018-02-05" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -1533,13 +1533,13 @@ 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.github.io/ranger\-stable.tar.gz>" 4 -.IX Item "Download: <http://ranger.github.io/ranger-stable.tar.gz>" +.IP "Download: <https://ranger.github.io/ranger\-stable.tar.gz>" 4 +.IX Item "Download: <https://ranger.github.io/ranger-stable.tar.gz>" .PD 0 -.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 "The project page: <https://ranger.github.io/>" 4 +.IX Item "The project page: <https://ranger.github.io/>" +.IP "The mailing list: <https://savannah.nongnu.org/mail/?group=ranger>" 4 +.IX Item "The mailing list: <https://savannah.nongnu.org/mail/?group=ranger>" .IP "\s-1IRC\s0 channel: #ranger on freenode.net" 4 .IX Item "IRC channel: #ranger on freenode.net" .PD diff --git a/doc/ranger.pod b/doc/ranger.pod index ee869393..523d8d9d 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1670,11 +1670,11 @@ GNU General Public License 3 or (at your option) any later version. =over -=item Download: L<http://ranger.github.io/ranger-stable.tar.gz> +=item Download: L<https://ranger.github.io/ranger-stable.tar.gz> -=item The project page: L<http://ranger.github.io/> +=item The project page: L<https://ranger.github.io/> -=item The mailing list: L<http://savannah.nongnu.org/mail/?group=ranger> +=item The mailing list: L<https://savannah.nongnu.org/mail/?group=ranger> =item IRC channel: #ranger on freenode.net diff --git a/setup.py b/setup.py index f8b8df14..d7c54b00 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.github.io', + url='https://ranger.github.io', keywords='file-manager vim console file-launcher file-preview', classifiers=[ 'Environment :: Console', |