From 199b2ff1243005c2e8e4be8982fbe7ff1effcb3b Mon Sep 17 00:00:00 2001 From: Guo Xiao Date: Mon, 17 Aug 2015 01:55:44 +0800 Subject: [PATCH] gflags has been moved to github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15df98e..c962ec1 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin *Console/Terminal User Interface, Command Line Interface* * [Boost.Program_options](http://www.boost.org/doc/libs/1_57_0/doc/html/program_options.html) - A library to obtain program options via conventional methods such as command line and config file. [Boost] - * [gflags](http://code.google.com/p/gflags/?redir=1) - Commandline flags module for C++. [BSD] + * [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD] * [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT] * [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]