diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index eaa0f18..f7305c0 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -1,4 +1,4 @@
-# C++ Core Guidelines
+d# C++ Core Guidelines
March 7, 2019
@@ -2708,6 +2708,7 @@ low-level functions.
##### Note
Destructors, `swap` functions, move operations, and default constructors should never throw.
+See also [C.44](#Rc-default00).
##### Enforcement