All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] course/svn: Fix a link pointing to a .txt instead of its .html page
@ 2007-09-01  3:41 Carlos Rica
  2007-09-01 11:01 ` Petr Baudis
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Rica @ 2007-09-01  3:41 UTC (permalink / raw)
  To: git, Petr Baudis

Signed-off-by: Carlos Rica <jasampler@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-01 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-01  3:41 [PATCH] course/svn: Fix a link pointing to a .txt instead of its .html page Carlos Rica
2007-09-01 11:01 ` Petr Baudis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.