From 0c641bdc9e46a443a6ca456a41d3619d61452904 Mon Sep 17 00:00:00 2001 From: Gabriel Galli Date: Thu, 14 Mar 2019 10:57:19 -0300 Subject: [PATCH 1/2] Added CppChat to list of podcasts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f5a32c..a802954 100644 --- a/README.md +++ b/README.md @@ -963,6 +963,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua ## Podcasts * [CppCast](http://cppcast.com) - The first podcast by C++ developers for C++ developers. +* [CppChat](cpp.chat) - A (sometimes) weekly look at what's going on in the world of C++ chatting with a guest from the community. ## Talks From 38c9c415841c517cd804ecced14cea6ee74e76db Mon Sep 17 00:00:00 2001 From: Gabriel Galli Date: Thu, 14 Mar 2019 10:59:06 -0300 Subject: [PATCH 2/2] Fixed CppChat URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a802954..22c9e84 100644 --- a/README.md +++ b/README.md @@ -963,7 +963,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua ## Podcasts * [CppCast](http://cppcast.com) - The first podcast by C++ developers for C++ developers. -* [CppChat](cpp.chat) - A (sometimes) weekly look at what's going on in the world of C++ chatting with a guest from the community. +* [CppChat](http://cpp.chat) - A (sometimes) weekly look at what's going on in the world of C++ chatting with a guest from the community. ## Talks