From 73f37745b1c758a095c4f2a2dfedca4e1d7caad6 Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Mon, 1 Apr 2019 11:54:39 -0400 Subject: [PATCH] fix typo --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 8421797..2401153 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -19775,7 +19775,7 @@ Architectural rule summary: * [A.1: Separate stable from less stable part of code](#Ra-stable) * [A.2: Express potentially reusable parts as a library](#Ra-lib) -* [A.4: There should be no cycles among libraries](#?Ra-dag) +* [A.4: There should be no cycles among libraries](#Ra-dag) * [???](#???) * [???](#???) * [???](#???)