Re: [PATCH] check-ignore doc: fix broken link to ls-files page

2013-06-30 Thread Junio C Hamano
Ramkumar Ramachandra  writes:

> Signed-off-by: Ramkumar Ramachandra 
> ---

Thanks, good eyes.

I wonder if we can come up with an automated and reliable way to add
to check-docs target of the main Makefile to catch this kind of thing.

>  Documentation/git-check-ignore.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-check-ignore.txt 
> b/Documentation/git-check-ignore.txt
> index 8e1f7ab..d2df487 100644
> --- a/Documentation/git-check-ignore.txt
> +++ b/Documentation/git-check-ignore.txt
> @@ -102,7 +102,7 @@ SEE ALSO
>  
>  linkgit:gitignore[5]
>  linkgit:gitconfig[5]
> -linkgit:git-ls-files[5]
> +linkgit:git-ls-files[1]
>  
>  GIT
>  ---
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] check-ignore doc: fix broken link to ls-files page

2013-06-30 Thread Ramkumar Ramachandra
Signed-off-by: Ramkumar Ramachandra 
---
 Documentation/git-check-ignore.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-check-ignore.txt 
b/Documentation/git-check-ignore.txt
index 8e1f7ab..d2df487 100644
--- a/Documentation/git-check-ignore.txt
+++ b/Documentation/git-check-ignore.txt
@@ -102,7 +102,7 @@ SEE ALSO
 
 linkgit:gitignore[5]
 linkgit:gitconfig[5]
-linkgit:git-ls-files[5]
+linkgit:git-ls-files[1]
 
 GIT
 ---
-- 
1.8.3.1.643.gebeea52.dirty

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html