From 73bb1e87c94e1aaa1969bc9bf0c4144ee0ee0f70 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Tue, 24 Mar 2015 23:07:20 +0000 Subject: [PATCH] fix: GitHub URLs to point to gflags organization --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 56037aa..2d04378 100644 --- a/index.html +++ b/index.html @@ -96,12 +96,12 @@ translates directly to Python.

Download and Installation

-

The gflags library can be downloaded from GitHub. +

The gflags library can be downloaded from GitHub. You can clone the project using the command:

-   git clone git@github.com:schuhschuh/gflags.git
+   git clone git@github.com:gflags/gflags.git
 
-

Build and installation instructions are provided in the INSTALL file.

+

Build and installation instructions are provided in the INSTALL file.

Finding and Linking to gflags using CMake

@@ -575,8 +575,8 @@ useful for security reasons.

Issues and Feature Requests

-

Please report any issues or ideas for additional features on GitHub. -We would also like to encourage pull requests for bug fixes and implementations of new features.

+

Please report any issues or ideas for additional features on GitHub. +We would also like to encourage pull requests for bug fixes and implementations of new features.