From 3fb824312ae7915a519fa5fab65d8dbf6e67ea9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Leli=C3=A8vre?= Date: Fri, 10 Aug 2018 15:12:03 +0200 Subject: [PATCH] Update link to snappy home page in README.md Part of an effort to update links... Would also appreciate ideas on where to send requests to update snappy-related links elsewhere, as suggested on the "snappy-compression" mailing list: https://groups.google.com/d/msg/snappy-compression/iKpuTpTcjOI/-1ryGHegBgAJ --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e56b5c1..efb480f 100644 --- a/README.rst +++ b/README.rst @@ -13,9 +13,9 @@ Dependencies You can install Snappy C library with following commands: - - APT: :code:`sudo apt-get install libsnappy-dev` - - RPM: :code:`sudo yum install libsnappy-devel` - - Brew: :code:`brew install snappy` + - APT: :code:`sudo apt-get install libsnappy-dev` + - RPM: :code:`sudo yum install libsnappy-devel` + - Brew: :code:`brew install snappy` To use with pypy: @@ -118,7 +118,7 @@ You can get help by running Snappy - compression library from Google (c) - http://code.google.com/p/snappy + http://google.github.io/snappy Frequently Asked Questions ==========================