aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarcus R. Brown <mrossbrown@gmail.com>2015-09-21 10:30:03 -0700
committerMarcus R. Brown <mrossbrown@gmail.com>2015-09-21 10:30:03 -0700
commit7d07140cd1a93feb3ad571f09515ed8e7c2ae5fc (patch)
treed7c93ebb33859c010359dc400c276b18c92f935e /README.md
parent53b866a1097d869f00953ef5709aad3d49ca96ae (diff)
downloadplatform_external_Microsoft-GSL-7d07140cd1a93feb3ad571f09515ed8e7c2ae5fc.tar.gz
platform_external_Microsoft-GSL-7d07140cd1a93feb3ad571f09515ed8e7c2ae5fc.tar.bz2
platform_external_Microsoft-GSL-7d07140cd1a93feb3ad571f09515ed8e7c2ae5fc.zip
Fix the broken isocpp.org link in README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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.