From c17b4be1e88be79e82dd339363c745944e5a3f26 Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Thu, 4 May 2023 17:16:52 -0400 Subject: [PATCH] RF.rules: archive AUTOSAR pdf link (closes #2070) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 167942e..71bf648 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -20916,7 +20916,7 @@ Reference sections: ## RF.rules: Coding rules -* [AUTOSAR Guidelines for the use of the C++14 language in critical and safety-related systems v17.10](https://www.autosar.org/fileadmin/user_upload/standards/adaptive/17-10/AUTOSAR_RS_CPP14Guidelines.pdf) +* [AUTOSAR Guidelines for the use of the C++14 language in critical and safety-related systems v17.10](https://web.archive.org/web/20220629085753/https://www.autosar.org/fileadmin/user_upload/standards/adaptive/17-03/AUTOSAR_RS_CPP14Guidelines.pdf) * [Boost Library Requirements and Guidelines](http://www.boost.org/development/requirements.html). ???. * [Bloomberg: BDE C++ Coding](https://github.com/bloomberg/bde/wiki/CodingStandards.pdf).