From 66567a985173b8f7852d6b2899919ba51de35814 Mon Sep 17 00:00:00 2001 From: Andrew Pardoe Date: Sun, 13 Dec 2015 10:30:28 -0800 Subject: [PATCH] Fix link to github io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 029e4ec..220f967 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#[C++ Core Guidelines](isocpp.github.io/CppCoreGuidelines) +#[C++ Core Guidelines](http://isocpp.github.io/CppCoreGuidelines) >"Within C++ is a smaller, simpler, safer language struggling to get out." >-- Bjarne Stroustrup