1
0
Fork 0

fix incorrect link to inspection and comparison

This commit is contained in:
Joel Stemmer 2010-07-09 05:28:46 +08:00 committed by Scott Chacon
parent e4cd83ea71
commit e105f0b29e
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ layout: reference
<div class="block">
<p>There are two main uses of the <code>git diff</code> command. One use we
will describe here, the other we will describe later in the
<a href="/inspection">"Inspection and Comparison"</a>
<a href="/inspect">"Inspection and Comparison"</a>
section. The way we're going to use it here is to describe the
changes that are staged or modified on disk but unstaged.</p>