From d13f10212a081a18bc95aebf1de2a0828a936811 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 29 May 2021 10:59:06 -0300 Subject: [PATCH] Update broken link to compiler features (close #2677) --- docs/CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 43997b40c..5c1e66614 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -142,4 +142,4 @@ We are using some modern C++ (C++11, C++14, etc.) features, mainly: * You can use ``, ``, ``, and `` * We can use `using T = ...;` instead of `typedef ... T` * We use gcc 9.2 or clang 9.0 on Linux, so check the features available in - https://developer.mozilla.org/en-US/docs/Mozilla/Using_CXX_in_Mozilla_code + https://en.cppreference.com/w/cpp/compiler_support