From 1be918f768f19699868608a5b792efd2ee21f82d Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Fri, 16 Oct 2020 11:32:51 -0600 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3cf3c0..5913527 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,11 @@ Collaborative Collection of C++ Best Practices -This document is available as a download via [gitbook](https://www.gitbook.com/book/lefticus/cpp-best-practices) - For more information please see the [Preface](01-Preface.md). -This book has inspired an O'Reilly video: [Learning C++ Best Practices](http://shop.oreilly.com/product/0636920049814.do) +This online resource is part of Jason Turner's collection of C++ Best Practices resources. + +* [C++ Best Practices Book](https://leanpub.com/cppbestpractices) +* [C++ Weekly YouTube Channel](https://www.youtube.com/c/JasonTurner-lefticus) +* [The Ultimate CMake/C++ Starter Project](https://github.com/lefticus/cpp_starter_project/) +* [Learning C++ Best Practices - O'Reilly Video](http://shop.oreilly.com/product/0636920049814.do)