From 8ba5c8a4de143688ea480ea90bc638a8e738183e Mon Sep 17 00:00:00 2001 From: Andrew Pardoe Date: Sun, 13 Sep 2015 20:50:02 -0700 Subject: [PATCH] Fixed hyperlink --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7541d6489..4a2386b15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,8 +10,7 @@ they can be freely copied and modified to meet your organization's needs. We encourage contributions to the C++ Core Guidelines in a number of ways: - **Individual feedback** Are you a developer who is passionate about your code? Join the discussion in [Issues](https://github.com/isocpp/CppCoreGuidelines/issues). We want to know which rules resonate with you and which don't. Were any rules -inordinately difficult to apply? Does your compiler vendor's Guideline Support Library (e.g., -[Microsoft's implementation of the GSL](https://github.com/microsoft/gsl)) suit your needs in adopting these guidelines? +inordinately difficult to apply? Does your compiler vendor's Guideline Support Library suit your needs in adopting these guidelines? - **Organizational adoption** While the guidelines are designed to be broadly adoptable they are also intended to be modified to fit your organization's particular needs. We encourage your organization to fork this repo and create your own copy of these guidelines with changes that reflect your needs. We suggest that you make it clear in the title of your guidelines that these are your organization's fork of the