]> git.cworth.org Git - cworth.org/blobdiff - src/hgbook-git/tour.mdwn
Convert prefix directives to new syntax.
[cworth.org] / src / hgbook-git / tour.mdwn
index 87f9733dc81a0922c13f0267739565473aaddb65..5c3a3234b973152b3d2a3807b14e4bf45ddb2188 100644 (file)
@@ -1,4 +1,4 @@
-[[meta title="A tour of git: the basics"]]
+[[!meta title="A tour of git: the basics"]]
 A tour of git: the basics
 
 ### 2.0 Copyright
@@ -1067,7 +1067,7 @@ Another helpful way of visualizing what happened with "git fetch" here
 is to run "gitk --all", which gives a graphical representation of all
 branches. Here is what it would look like:
 
-[[img gitk-fetch.png]]
+[[!img gitk-fetch.png]]
 
 Notice that origin/master points to a single commit that was committed
 on top of the state pointed to by the "master" branch.