mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
fix: GitHub URLs to point to gflags organization
This commit is contained in:
parent
d7a69edf66
commit
73bb1e87c9
1 changed files with 5 additions and 5 deletions
10
index.html
10
index.html
|
@ -96,12 +96,12 @@ translates directly to Python.</p>
|
|||
|
||||
<h2> <A NAME=download>Download and Installation</A> </h2>
|
||||
|
||||
<p>The gflags library can be downloaded from <A href="https://github.com/schuhschuh/gflags">GitHub</A>.
|
||||
<p>The gflags library can be downloaded from <A href="https://github.com/gflags/gflags">GitHub</A>.
|
||||
You can clone the project using the command:</p>
|
||||
<pre>
|
||||
git clone git@github.com:schuhschuh/gflags.git
|
||||
git clone git@github.com:gflags/gflags.git
|
||||
</pre>
|
||||
<p>Build and installation instructions are provided in the <A href="https://github.com/schuhschuh/gflags/blob/master/INSTALL.md">INSTALL</A> file.</p>
|
||||
<p>Build and installation instructions are provided in the <A href="https://github.com/gflags/gflags/blob/master/INSTALL.md">INSTALL</A> file.</p>
|
||||
|
||||
<h2> <A name=cmake>Finding and Linking to gflags </A> using CMake</h2>
|
||||
|
||||
|
@ -575,8 +575,8 @@ useful for security reasons.</p>
|
|||
|
||||
<h2> <A name="issues">Issues and Feature Requests</code> </h2>
|
||||
|
||||
<p>Please report any issues or ideas for additional features on <A href="https://github.com/schuhschuh/gflags/issues">GitHub</A>.
|
||||
We would also like to encourage <A href="https://github.com/schuhschuh/gflags/pulls">pull requests</A> for bug fixes and implementations of new features.</p>
|
||||
<p>Please report any issues or ideas for additional features on <A href="https://github.com/gflags/gflags/issues">GitHub</A>.
|
||||
We would also like to encourage <A href="https://github.com/gflags/gflags/pulls">pull requests</A> for bug fixes and implementations of new features.</p>
|
||||
|
||||
<hr>
|
||||
<address>
|
||||
|
|
Loading…
Add table
Reference in a new issue