diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 00:06:16 -0700 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 14:29:46 -0700 |
commit | a6be21e7b3a20ce2e25ef26140c43b59cc356f38 (patch) | |
tree | 25a5fcd6f7390e654d715d60e62939ff50ac0454 /docs | |
parent | 477ab740c0c105daef0e8411f95c06ad49f7f782 (diff) | |
download | kafka-python-a6be21e7b3a20ce2e25ef26140c43b59cc356f38.tar.gz |
Update remote urls: snappy, https, etc
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 |