From b58354d6396ba4ee884cb540729bd7ff7a75f3f3 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 11 Jun 2017 01:02:06 +0800 Subject: [PATCH] Replace videos link for CS 61C of Berkeley --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b2548..ed20ef8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Courses - [CS 61C](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/) **Great Ideas in Computer Architecture (Machine Structures)** *UC Berkeley* Lecture VideosLecture Notes Assignments Readings - The subjects covered in this course include: C and assembly language programming, translation of high-level programs into machine language, computer organization, caches, performance measurement, parallelism, CPU design, warehouse-scale computing, and related topics. - - [Lecture Videos](https://www.youtube.com/playlist?list=PL-XXv-cvA_iCl2-D-FS5mk0jFF6cYSJs_) + - [Lecture Videos](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iCl2-D-FS5mk0jFF6cYSJs_?sort=titleSorter) - [Lecture Notes](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/#Calendar) - [Resources](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/#Resources) - [Old Exams](https://hkn.eecs.berkeley.edu/exams/course/CS/61C)