From 7d07140cd1a93feb3ad571f09515ed8e7c2ae5fc Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Mon, 21 Sep 2015 10:30:03 -0700 Subject: [PATCH] Fix the broken isocpp.org link in README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44d05e4..4678637 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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). +[C++ Core Guidelines](https://github.com/Microsoft/CppCoreGuidelines). The library includes types like `array_view<>`, `string_view<>`, `owner<>` and others.