]> git.notmuchmail.org Git - hgbook-git/blobdiff - tour.mdwn
Fix a mis-numbered section
[hgbook-git] / tour.mdwn
index 9b500420c36493551322ce51597511aee28c3009..2b908b3ee53be27947d21cbbf1182665c469dc79 100644 (file)
--- a/tour.mdwn
+++ b/tour.mdwn
@@ -29,6 +29,16 @@ Changes made by Carl include the following:
     * Eliminate line numbers from examples
     * Modified to describe git instead of mercurial
 
     * Eliminate line numbers from examples
     * Modified to describe git instead of mercurial
 
+The source of this modified version can be obtained via git:
+
+       git clone git://cworth.org/git/hgbook-git
+or
+       git clone http://cworth.org/git/hgbook-git
+
+and can be browsed online:
+
+    http://git.cworth.org/git/hgbook-git
+
 ### 2.1  Installing git on your system
 
 Prebuilt binary packages of git are available for many popular
 ### 2.1  Installing git on your system
 
 Prebuilt binary packages of git are available for many popular
@@ -385,7 +395,7 @@ created:
 Another useful option is -n or --max-count which, unsurprisingly,
 limits the maximum number of commits to be displayed.
 
 Another useful option is -n or --max-count which, unsurprisingly,
 limits the maximum number of commits to be displayed.
 
-#### 2.4.3  More detailed information
+#### 2.4.5  More detailed information
 
 While the default information printed by “git log” is useful if you
 already know what you’re looking for, you may need to see more details
 
 While the default information printed by “git log” is useful if you
 already know what you’re looking for, you may need to see more details