[PATCH] course/svn: Fix a link pointing to a .txt instead of its .html page
From: Carlos Rica <hidden>
Date: 2016-06-15 22:43:32
Signed-off-by: Carlos Rica <redacted> --- course/svn.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/course/svn.html b/course/svn.html
index ccadfac..fbb9d91 100644
--- a/course/svn.html
+++ b/course/svn.html@@ -514,7 +514,7 @@ repositories with no working copy at all - so called <em>bare</em> repositories which are commonly used for public access or developers' meeting point - just for exchange of history where a checked out copy would be a waste of space anyway. You can create such a repository. -See <a href="http://www.kernel.org/pub/software/scm/git/docs/user-manual.txt#setting-up-a-public-repository">Setting up a public repository</a> for details.</p> +See <a href="http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#setting-up-a-public-repository">Setting up a public repository</a> for details.</p> <p>Git can work with the same workflow as Subversion, with a group of developers using a single repository for exchange of their work. The only change
--
1.5.0