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-var.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Documentation/git-var.txt') diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt index ebe87d6847..31f80a8b30 100644 --- a/Documentation/git-var.txt +++ b/Documentation/git-var.txt @@ -43,8 +43,8 @@ Your sysadmin must hate you!:: See Also -------- -link:git-commit-tree.html[git-commit-tree] -link:git-tag.html[git-tag] +gitlink:git-commit-tree[1] +gitlink:git-tag[1] Author ------ @@ -56,5 +56,5 @@ Documentation by Eric Biederman and the git-list . GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite -- cgit v1.2.3