summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAaron Feldman <agf@fb.com>2015-06-22 09:31:52 -0700
committerAaron Feldman <agf@fb.com>2015-06-22 09:31:52 -0700
commit7160f5d80cab4ccbb0959e453e57ec20ac25f3ce (patch)
treeba7402e6747b379809190a03da1b525c4324f6a6 /INSTALL.md
parente1d3c7dbe42a9812ae6ab8e4e3ca5cf2ed8438cd (diff)
Fix broken gflags link
Summary: Fix broken gflags link Test Plan: Follow the link Reviewers: igor Reviewed By: igor Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D40503
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c6af083a3..c1b13986f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -28,7 +28,7 @@ your make commands, like this: `PORTABLE=1 make static_lib`
data compression.
* All our tools depend on:
- - [gflags](https://code.google.com/p/gflags/) - a library that handles
+ - [gflags](https://gflags.github.io/gflags/) - a library that handles
command line flags processing. You can compile rocksdb library even
if you don't have gflags installed.