Skip to content

Commit c3f1c11

Browse files
committed
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.
1 parent 78fc095 commit c3f1c11

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

process.html

Lines changed: 5 additions & 4 deletions
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)