From eebc3878fffcb69d56a6fd3facfd0e42a538d405 Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Sat, 11 Aug 2012 12:26:21 +0200 Subject: [PATCH] The git clone path within the documentation is wrong. Using gitosis, it looks like the following: gitosis@host:repo.git Using the git protocol, it looks rather like this: git://host/repo.git --- documentation/text/compilation.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/text/compilation.dox b/documentation/text/compilation.dox index 56e7d218..c883820c 100644 --- a/documentation/text/compilation.dox +++ b/documentation/text/compilation.dox @@ -14,7 +14,7 @@ * * The MetalSVM project is hosted in a Git repository. To check it out, just type: * - * \verbatim$ git clone git://git.lfbs.rwth-aachen.de:metalsvm.git \endverbatim + * \verbatim$ git clone git://git.lfbs.rwth-aachen.de/metalsvm.git \endverbatim * * If you are asked for a password you are not authorized to clone the repository. In this case you will need to get your public SSH key authorized. *