From 728ed7c65f50432a39f1f0de1e1b2b715c077a08 Mon Sep 17 00:00:00 2001 From: Andrey Sikorin Date: Tue, 13 Sep 2022 08:15:12 -0700 Subject: [PATCH] Fix Adobe and CERT links (#1971) --- CppCoreGuidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 22da416..046d910 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -20860,7 +20860,7 @@ Reference sections: ???. * [Possibility.com: C++ Coding Standard](http://www.possibility.com/Cpp/CppCodingStandard.html). ???. -* [SEI CERT: Secure C++ Coding Standard](https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=637). +* [SEI CERT: Secure C++ Coding Standard](https://wiki.sei.cmu.edu/confluence/x/Wnw-BQ). A very nicely done set of rules (with examples and rationales) done for security-sensitive code. Many of their rules apply generally. * [High Integrity C++ Coding Standard](http://www.codingstandard.com/). @@ -20904,7 +20904,7 @@ A textbook for beginners and relative novices. * [Bjarne Stroustrup's home pages](http://www.stroustrup.com) * [WG21](http://www.open-std.org/jtc1/sc22/wg21/) * [Boost](http://www.boost.org) -* [Adobe open source](http://www.adobe.com/open-source.html) +* [Adobe open source](https://opensource.adobe.com/) * [Poco libraries](http://pocoproject.org/) * Sutter's Mill? * ???