From c3f1c113a44b60f77a0d08595ae814f3661cb418 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Torbj=C3=B6rn=20Klatt?=
Date: Sat, 6 Apr 2013 00:51:37 +0300
Subject: [PATCH] add missing links to ProGit and GitHub Help Page
the href attributes were empty thus pointing to
the displayed page, which is kind of irritating.
---
process.html | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/process.html b/process.html
index 64b66a0..1e5c5b0 100644
--- a/process.html
+++ b/process.html
@@ -70,10 +70,11 @@ Pull Requests
development workflow. If you need an introduction to git, please
refer to the following links for git-specific information.
- - ProGit — a website dedicated to basic
- and advanced git usage.
- - GitHub Git Setup — the GitHub help pages
- on setting up git to work with GitHub.
+ - ProGit — a website
+ dedicated to basic and advanced git usage.
+ - GitHub
+ Git Setup — the GitHub help pages on setting up git
+ to work with GitHub.
What follows in this section assumes that you're already
familiar with the basic git workflow.