From 15a2bb7d3a642bda848212ca56744a1636e2b71b Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Mon, 30 Nov 2015 12:00:49 +0100 Subject: [PATCH] Fix markdown --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 98f56c2..884d20c 100644 --- a/README.md +++ b/README.md @@ -72,14 +72,14 @@ laptop. ## Further reading -- (Code School - Try Git)[https://try.github.io/] (you could even try this +- [Code School - Try Git](https://try.github.io/) (you could even try this before the course) -- (The entire Pro Git book)[http://git-scm.com/book] on the official (Git - website)[http://git-scm.com/] -- (Ry's Git Tutorial)[http://rypress.com/tutorials/git/index.html] -- (Git tutorials at Atlassian)[https://www.atlassian.com/git/tutorial] -- (Learn Git Branching)[http://pcottle.github.io/learnGitBranching/] -- (Git cheat sheet)[https://git.wiki.kernel.org/index.php/GitCheatSheet] +- [The entire Pro Git book](http://git-scm.com/book) on the official [Git + website](http://git-scm.com/) +- [Ry's Git Tutorial](http://rypress.com/tutorials/git/index.html) +- [Git tutorials at Atlassian](https://www.atlassian.com/git/tutorial) +- [Learn Git Branching](http://pcottle.github.io/learnGitBranching/) +- [Git cheat sheet](https://git.wiki.kernel.org/index.php/GitCheatSheet) (useful for printing) -- GitLab