From 7160f5d80cab4ccbb0959e453e57ec20ac25f3ce Mon Sep 17 00:00:00 2001 From: Aaron Feldman Date: Mon, 22 Jun 2015 09:31:52 -0700 Subject: [PATCH] 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 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.