-Using ikiwiki with the [[git]] backend, some interesting things can be done
+Using ikiwiki with the [[rcs/git]] backend, some interesting things can be done
with creating mirrors (or, really, branches) of a wiki. In this tip, I'll
assume your wiki is located on a server, and you want to take a copy with
you on your laptop.
needs to be done here, just follow the regular instructions in [[setup]]
for setting up ikiwiki with git.
-Next, git clone the source from the server to the laptop.
+Next, `git clone` the source (`$REPOSITORY`, not `$SRCDIR`)
+from the server to the laptop.
Now, set up a web server on your laptop, if it doesn't already have one.