Skip to content

Commit 3185f97

Browse files
committed
Switch to HTTPS URLs in documentation
1 parent 8be5d72 commit 3185f97

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ You can get help by running
6565

6666

6767
Snappy - compression library from Google (c)
68-
http://google.github.io/snappy
68+
https://google.github.io/snappy

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
long_description = """
3636
Python bindings for the snappy compression library from Google.
3737
38-
More details about Snappy library: http://google.github.io/snappy
38+
More details about Snappy library: https://google.github.io/snappy
3939
"""
4040

4141
packages = ['snappy']
@@ -47,7 +47,7 @@
4747
version=version,
4848
author='Andres Moreira',
4949
author_email='andres@andresmoreira.com',
50-
url='http://github.com/intake/python-snappy',
50+
url='https://github.com/intake/python-snappy',
5151
description='Python library for the snappy compression library from Google',
5252
long_description=long_description,
5353
keywords='snappy, compression, google',

0 commit comments

Comments
 (0)