Fix the broken isocpp.org link in README.md.

This commit is contained in:
Marcus R. Brown 2015-09-21 10:30:03 -07:00
parent 53b866a109
commit 7d07140cd1

View File

@ -1,9 +1,9 @@
# GSL: Guidelines Support Library # GSL: Guidelines Support Library
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the 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: 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). [C++ Core Guidelines](https://github.com/Microsoft/CppCoreGuidelines).
The library includes types like `array_view<>`, `string_view<>`, `owner<>` and others. The library includes types like `array_view<>`, `string_view<>`, `owner<>` and others.