From a6be21e7b3a20ce2e25ef26140c43b59cc356f38 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 22 Oct 2018 00:06:16 -0700 Subject: Update remote urls: snappy, https, etc Snappy URL was outdated. Similarly, many of these sites now support https. --- docs/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1