diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 00:06:16 -0700 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 00:06:16 -0700 |
commit | 2205a36f5b2796f2d24ecfc69c102f9633d49de1 (patch) | |
tree | f6d27836fb204dd5b07a0285e5247e9fb07b179f /docs | |
parent | 08c77499a2e8bc79d6788d70ef96d77752ed6325 (diff) | |
download | kafka-python-add-a-snappy-dose-of-https.tar.gz |
Update remote urls: snappy, https, etcadd-a-snappy-dose-of-https
Snappy URL was outdated. Similarly, many of these sites now support
https.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install.rst b/docs/install.rst index fe740f6..d6473ec 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -37,7 +37,7 @@ Optional Snappy install Install Development Libraries ============================= -Download and build Snappy from http://code.google.com/p/snappy/downloads/list +Download and build Snappy from https://google.github.io/snappy/ Ubuntu: @@ -55,9 +55,9 @@ From Source: .. code:: bash - wget http://snappy.googlecode.com/files/snappy-1.0.5.tar.gz - tar xzvf snappy-1.0.5.tar.gz - cd snappy-1.0.5 + wget https://github.com/google/snappy/releases/download/1.1.3/snappy-1.1.3.tar.gz + tar xzvf snappy-1.1.3.tar.gz + cd snappy-1.1.3 ./configure make sudo make install |