From 310b26cddec146ff50efd2efe845adc6d147430c Mon Sep 17 00:00:00 2001 From: hsutter Date: Thu, 16 May 2019 12:20:54 -0700 Subject: [PATCH] Moved links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4027049..6669c40 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# **gcpp**: Deferred and unordered destruction - > You can find a talk that describes this library here: > - [Video: "Leak-Freedom in C++... By Default" (CppCon 2016)](https://www.youtube.com/watch?v=JfmTagWcqoE) > - [PDF slides](https://github.com/CppCon/CppCon2016/blob/master/Presentations/Lifetime%20Safety%20By%20Default%20-%20Making%20Code%20Leak-Free%20by%20Construction/Lifetime%20Safety%20By%20Default%20-%20Making%20Code%20Leak-Free%20by%20Construction%20-%20Herb%20Sutter%20-%20CppCon%202016.pdf) +# **gcpp**: Deferred and unordered destruction + Herb Sutter -- Updated 2016-10-16 ## Motivation, goals, and disclaimers