From d9c3375e2799ac5efba2bd24141b72c39da0439d Mon Sep 17 00:00:00 2001 From: CleberPeter Date: Sun, 28 Mar 2021 11:53:57 -0300 Subject: [PATCH] fixed broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 686d977..fea8828 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ While designing distributed systems are hard enough, testing them is even harder - [Distributed Systems in One Lesson](https://www.youtube.com/watch?v=Y6Ev8GIlbxc&t=17s) Distributed Systems in One Lesson by Tim Berglund ## Courses -- [Reliable Distributed Algorithms, Part 1](https://www.edx.org/course/reliable-distributed-algorithms-part-1-kthx-id2203-1x-0), KTH Sweden -- [Reliable Distributed Algorithms, Part 2](https://www.edx.org/course/reliable-distributed-algorithms-part-2-kthx-id2203-2x), KTH Sweden +- [Reliable Distributed Algorithms, Part 1](https://learning.edx.org/course/course-v1:KTHx+ID2203.1x+3T_2017), KTH Sweden +- [Reliable Distributed Algorithms, Part 2](https://learning.edx.org/course/course-v1:KTHx+ID2203.2x+2016T4), KTH Sweden - [Cloud Computing Concepts](https://class.coursera.org/cloudcomputing-001), University of Illinois - [CMU: Distributed Systems](http://www.cs.cmu.edu/~dga/15-440/F12/syllabus.html) in Go Programming Language - [Software Defined Networking](https://www.coursera.org/course/sdn) , Georgia Tech.