Fixes the links back to the source pages
authorMike Griffin <griffinm@gmail.com>
Sun, 6 Oct 2013 17:07:09 +0000 (18:07 +0100)
committerMike Griffin <griffinm@gmail.com>
Sun, 6 Oct 2013 17:07:09 +0000 (18:07 +0100)
They were all set to the wrong date.
The other languages page also had the wrong name

courses/_posts/2001-02-21-other-languages.md
courses/_posts/2001-02-22-github-for-publishing-course.md
courses/_posts/2001-02-24-git-guts-course.md
courses/_posts/2001-02-25-git-advanced-course.md
courses/_posts/2001-02-26-git-intermediate-course.md
courses/_posts/2001-02-27-git-and-github-foundations-course.md
courses/_posts/2001-02-28-github-class-prerequisites.md

index 0974b67..4e23ff3 100644 (file)
@@ -2,7 +2,7 @@
 layout: barewithrelated
 title: Other languages
 description: Git courses in languages other than English
-path: courses/_posts/2001-01-01-cursodegit.md
+path: courses/_posts/2001-02-21-other-languages.md
 ---
 
 ## Spanish
index 0831b6f..58e28e3 100644 (file)
@@ -2,7 +2,7 @@
 layout: barewithrelated
 title: GitHub workshop for Publishers and Authors
 description: A GitHub class for document-focused contributors
-path: courses/_posts/2001-01-01-github-for-publishing-course.md
+path: courses/_posts/2001-02-22-github-for-publishing-course.md
 tags: [outline, course]
 ---
 
index 1079602..3d1ab0c 100644 (file)
@@ -2,7 +2,7 @@
 layout: barewithrelated
 title: Graphs, Hashes, an Compression, Oh My!
 description: An advanced Git talk directed at very technical User Groups.
-path: courses/_posts/2001-01-01-git-guts-course.md
+path: courses/_posts/2001-02-24-git-guts-course.md
 ---
 
 Git is a version control system. We can look at it from that high level. Git is a content tracking system. Some teachers advise us to look at it from that lowered elevation. But I will take you to the very bottom. The floor. The code. The algorithms. The directed acyclic graph of hashed bit sequences made efficient through LZW compression and deferred garbage collection determined by node reachability via hash relationships.
index 77fbf13..4a29f3c 100644 (file)
@@ -2,7 +2,7 @@
 layout: barewithrelated
 title: Advanced Git Workshop
 description: An advanced Git workshop outline and course plan.
-path: courses/_posts/2001-01-01-git-advanced-course.md
+path: courses/_posts/2001-02-25-git-advanced-course.md
 ---
 
 # Objectives v1
index 30b83e3..2cb09e0 100644 (file)
@@ -2,7 +2,7 @@
 layout: barewithrelated
 title: Git Beyond the Basics
 description: An intermediate Git workshop.
-path: courses/_posts/2001-01-01-git-intermediate-course.md
+path: courses/_posts/2001-02-26-git-intermediate-course.md
 ---
 
 This full day Git workshop takes you beyond the basic edit, add, and commit workflow to deep Git features that benefit developers appreciative of what Git's flexible DVCS model brings to hard-core software development. You'll learn how to harvest and inspect commit-specific merges, leverage interactive rebase, and search through history with precision and speed. Tags, GPG signatures, and other cryptographic integrity features will become clear, and pushing and pulling will be controlled with newfound precision.
index 0bd038c..a77f728 100644 (file)
@@ -2,7 +2,7 @@
 layout: barewithrelated
 title: GitHub and Git Foundations Course
 description: A curriculum for our GitHub and Git Foundations Course
-path: courses/_posts/2001-01-01-git-and-github-foundations-course.md
+path: courses/_posts/2001-02-27-git-and-github-foundations-course.md
 tags: [outline, course]
 ---
 
index 6fc7d8f..a8af214 100644 (file)
@@ -2,7 +2,7 @@
 layout: barewithrelated
 title: GitHub and Git Class Prerequisites
 description: Installation, setup, and configuration prior to attending a GitHub and Git workshop.
-path: courses/_posts/2001-01-01-github-class-prerequisites.md
+path: courses/_posts/2001-02-28-github-class-prerequisites.md
 tags: [email, reference, resource]
 ---