From 70c4997f8412b413caa257987c23c95e7880943d Mon Sep 17 00:00:00 2001 From: Lukasz Towarek Date: Tue, 15 Mar 2016 20:38:06 +0100 Subject: [PATCH] Fix broken links in P.8 --- CppCoreGuidelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index ef30aca..2fdf5d3 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -845,9 +845,9 @@ if they can be cleanly and safely de-allocated, they should be.) ##### Note -Enforcing (#In.force)[the lifetime profile] eliminates leaks. -When combined with resource safety provided by (#Rr-raii)[RAII], it eliminates the need for "garbage collection" (by generating no garbage). -Combine this with enforcement of (the type and bounds profiles)[In.force] and you get complete type- and resource-safety, guaranteed by tools. +Enforcing [the lifetime profile](#In.force) eliminates leaks. +When combined with resource safety provided by [RAII](#Rr-raii), it eliminates the need for "garbage collection" (by generating no garbage). +Combine this with enforcement of [the type and bounds profiles](#In.force) and you get complete type- and resource-safety, guaranteed by tools. ##### Enforcement