From e2c17f0fb28c1ccfa99d78adfe5d6787a1265cc7 Mon Sep 17 00:00:00 2001 From: Devang Chavan Date: Thu, 6 Apr 2023 16:21:10 +0530 Subject: [PATCH] modified broken links in readme.md file --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b6cc605..72ff790 100644 --- a/readme.md +++ b/readme.md @@ -67,8 +67,8 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Talks and Podcasts -- [Code Reviews: Honesty, Kindness, Inspiration: Pick Three - Jacob Stoebel RubyConf 2017](http://confreaks.tv/videos/rubyconf2017-code-reviews-honesty-kindness-inspiration-pick-three) How to do effective code review while remaining kind to the original author. -- [Goldilocks and the Three Code Reviews - Vaidehi Joshi RedDot Ruby Conf 2017](https://confreaks.tv/videos/reddotrubyconf2017-goldilocks-and-the-three-code-reviews) Finding just the right amount of code review by focussing on what is affecting. +- [Code Reviews: Honesty, Kindness, Inspiration: Pick Three - Jacob Stoebel RubyConf 2017](https://www.youtube.com/watch?v=hP_2XKYia9I) How to do effective code review while remaining kind to the original author. +- [Goldilocks and the Three Code Reviews - Vaidehi Joshi RedDot Ruby Conf 2017](https://www.youtube.com/watch?v=-6EzycFNwzY) Finding just the right amount of code review by focussing on what is affecting. - [Implementing a Strong Code-Review Culture - Derek Prior Railsconf 2015](https://www.youtube.com/watch?v=PJjmw9TRB7s) How to instill a healthy code review culture in a team. - [Michaela Greiler on Code Reviews - SE Radio 2020](https://www.se-radio.net/2020/02/episode-400-michaela-greiler-on-code-reviews/) Michaela Greiler discusses the importance of code reviews and how to conduct them on the Software Engineering Radio podcast.