Merge pull request #20 from igetgames/fix/broken-isocpp-link

Fix the broken isocpp.org link in README.md.
This commit is contained in:
Gabriel Dos Reis 2015-09-21 11:24:19 -07:00
commit 3d033a3ec9

View File

@ -1,7 +1,7 @@
# GSL: Guidelines Support Library
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](isocpp.org).
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](https://isocpp.org).
This repo contains Microsoft's implementation of GSL, tracking Microsoft's fork of the Guidelines. Microsoft's fork can be found here:
[C++ Core Guidelines](https://github.com/Microsoft/CppCoreGuidelines).