From fb94b2ece359fbdd46af8b9d7bb2c83ec12e0550 Mon Sep 17 00:00:00 2001 From: Reinaldo Moreira Date: Fri, 2 Oct 2015 17:39:22 -0300 Subject: [PATCH] Minor fixes on the markup for the links --- talks/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/talks/README.md b/talks/README.md index 3a10146..e4f1002 100644 --- a/talks/README.md +++ b/talks/README.md @@ -1,13 +1,13 @@ The guidelines were introduced during a number of talks at [CppCon](http://cppcon.org) 2015. Here are video recordings of those talks: -- Keynote: Writing Good C++ 14 (Bjarne Stroustrup): [https://www.youtube.com/watch?t=9&v=1OEu9C51K2A] -- Writing good C++ 14 By Default (Herb Sutter): [https://www.youtube.com/watch?v=hEx5DNLWGgA] +- [Keynote: Writing Good C++ 14 (Bjarne Stroustrup)](https://www.youtube.com/watch?t=9&v=1OEu9C51K2A) +- [Writing good C++ 14 By Default (Herb Sutter)](https://www.youtube.com/watch?v=hEx5DNLWGgA]) - Large Scale C++ With Modules: What You Should Know (Gabriel Dos Reis) - Contracts for Dependable C++ (Gabriel Dos Reis) - Static analysis and C++: more than lint (Neil MacIntosh): - A few good types: Evolving `array_view` and `string_view` for safe C++ code (Neil MacIntosh): -The YouTube channel for [CppCon](http://cppcon.org) is here: https://www.youtube.com/channel/UCMlGfpWw-RUdWX_JbLCukXg +The YouTube channel for [CppCon](http://cppcon.org) is [here](https://www.youtube.com/channel/UCMlGfpWw-RUdWX_JbLCukXg). Slides from the talks are available in this folder.