Skip to content

Commit b94be63

Browse files
committed
Merge pull request #5 from torbjoernk/fix-links-on-process-html
add missing links to ProGit and GitHub Help Page
2 parents 78fc095 + c3f1c11 commit b94be63

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎process.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ <h1>Pull Requests</h1>
7070
development workflow. If you need an introduction to git, please
7171
refer to the following links for git-specific information.</p>
7272
<ul>
73-
<li><a href="">ProGit</a> &mdash; a website dedicated to basic
74-
and advanced git usage.</li>
75-
<li><a href="">GitHub Git Setup</a> &mdash; the GitHub help pages
76-
on setting up git to work with GitHub.</li>
73+
<li><a href="http://git-scm.com/book">ProGit</a> &mdash; a website
74+
dedicated to basic and advanced git usage.</li>
75+
<li><a href="https://help.github.com/articles/set-up-git">GitHub
76+
Git Setup</a> &mdash; the GitHub help pages on setting up git
77+
to work with GitHub.</li>
7778
</ul>
7879
<p>What follows in this section assumes that you're already
7980
familiar with the basic git workflow.</p>

0 commit comments

Comments
 (0)