Code

Documentation: more "git-" versus "git " changes
[git.git] / Documentation / gitcvs-migration.txt
index 518d5d6d195bddc019df22e4409b23aed967e717..4dc7ec5407fdcf58cc4e2c876a9093e6a58a2794 100644 (file)
@@ -53,7 +53,7 @@ page for details.
 ================================
 
 You can update the shared repository with your changes by first committing
-your changes, and then using the linkgit:git-push[1] command:
+your changes, and then using the `git-push` command:
 
 ------------------------------------------------
 $ git push origin master
@@ -118,7 +118,7 @@ Importing a CVS archive
 First, install version 2.1 or higher of cvsps from
 link:http://www.cobite.com/cvsps/[http://www.cobite.com/cvsps/] and make
 sure it is in your path.  Then cd to a checked out CVS working directory
-of the project you are interested in and run linkgit:git-cvsimport[1]:
+of the project you are interested in and run `git-cvsimport`:
 
 -------------------------------------------
 $ git cvsimport -C <destination> <module>