From 5babdbd2474141b0bbda355ed451f67727a3970e Mon Sep 17 00:00:00 2001 From: Jonathan Torres Date: Sun, 7 Feb 2016 11:44:42 -0500 Subject: [PATCH 1/3] Update link on systematic program design pt. 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c5dd2..93b58b4 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Courses | Duration | Effort Courses | Duration | Effort :-- | :--: | :--: [Systematic Program Design- Part 1: The Core Method](https://www.edx.org/course/systematic-program-design-part-1-core-ubcx-spd1x-0)| 5 weeks | 8-12 hours/week -[Systematic Program Design- Part 2: Arbitrary Sized Data](https://www.edx.org/course/systematic-program-design-part-2-ubcx-spd2x)| 5 weeks | 8-12 hours/week +[Systematic Program Design- Part 2: Arbitrary Sized Data](https://www.edx.org/course/how-code-systematic-program-design-part-ubcx-spd2x)| 5 weeks | 8-12 hours/week [Systematic Program Design- Part 3: Abstraction, Search and Graphs](https://www.edx.org/course/systematic-program-design-part-3-ubcx-spd3x)| 5 weeks | 8-12 hours/week ### Math (Discrete Math) From bedf09f9d576edb1fdd451b383eeb215ccb340a1 Mon Sep 17 00:00:00 2001 From: Jonathan Torres Date: Sun, 6 Mar 2016 12:32:59 -0500 Subject: [PATCH 2/3] Bump curriculum version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b58b4..969666e 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**. ## Change Log -**Curriculum Version**: `1.3.9` +**Curriculum Version**: `1.3.10` To show **respect** to all of our students, we will keep a [CHANGELOG](CHANGELOG.md) file that contains all the alterations that our curriculum may suffer. From dfa0c6a7cbf1c0ee54e95bdcc82958f2c5de9d3c Mon Sep 17 00:00:00 2001 From: Jonathan Torres Date: Sun, 6 Mar 2016 12:36:30 -0500 Subject: [PATCH 3/3] Update changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f83bd..a994e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.10] 2016-03-06 +### Fixed +- Link from Systematic Program Design Part 2 course + ## [1.3.9] 2015-11-09 ### Fixed - Link for the correct Natural Language Processing course