From a7154e916c6fab01dfb67629dae8c4430daff669 Mon Sep 17 00:00:00 2001 From: Sergey Vlasov Date: Mon, 19 Sep 2005 14:10:51 +0400 Subject: [PATCH] Documentation: Update all files to use the new gitlink: macro The replacement was performed automatically by these commands: perl -pi -e 's/link:(git.+)\.html\[\1\]/gitlink:$1\[1\]/g' \ README Documentation/*.txt perl -pi -e 's/link:git\.html\[git\]/gitlink:git\[7\]/g' \ README Documentation/*.txt Signed-off-by: Sergey Vlasov Signed-off-by: Junio C Hamano --- Documentation/git-ls-files.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation/git-ls-files.txt') diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 9c5ef8e7a4..628d424ec0 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -180,7 +180,7 @@ An example: See Also -------- -link:git-read-tree.html[git-read-tree] +gitlink:git-read-tree[1] Author @@ -193,5 +193,5 @@ Documentation by David Greaves, Junio C Hamano and the git-list