From e0d0b0dae429adbeb61801f51da4a20047e05de1 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 20 Mar 2015 14:01:06 +0100 Subject: [PATCH] updated git links --- doc/usermanual/Usermanual.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/usermanual/Usermanual.tex b/doc/usermanual/Usermanual.tex index 23fa5580..08259c29 100644 --- a/doc/usermanual/Usermanual.tex +++ b/doc/usermanual/Usermanual.tex @@ -147,7 +147,7 @@ As protobuf does neither provide an installer nor the libraries needed for Cocka The Cockatrice installer will search for the protobuf libraries within the Cockatrice sources, so before unpacking and building protobuf, you need to download the Cockatrice sources first: \begin{enumerate} \item Right click into a folder, select Git Gui, then Clone Existing Directory, - \item enter Source Location \url{https://github.com/Daenyth/Cockatrice} + \item enter Source Location \url{https://github.com/Cockatrice/Cockatrice} \item enter target directory (from now on called Cockatrice), click clone and wait until the sources have been downloaded, \item close Git Gui. \end{enumerate} @@ -241,7 +241,7 @@ Before you install new software, you should update your system. The following in \item[FreeBSD 10] \shellcmd{pkg install qt4 qt4-linguist qt4-moc qt4-qmake qt4-rcc qt4-uic git cmake protobuf} \item[OS X] \shellcmd{brew install qt cmake protobuf} \end{description} - \item Download the sources from github via \\ \shellcmd{cd\\ git clone https://github.com/Daenyth/Cockatrice.git} + \item Download the sources from github via \\ \shellcmd{cd\\ git clone https://github.com/Cockatrice/Cockatrice.git} \item To compile the sources, change into the newly created directory, create a build directory and invoke cmake:\\ \shellcmd{cd Cockatrice \\ mkdir build \\ @@ -714,7 +714,7 @@ USE AT YOUR OWN RISK. \item Download the source code: \begin{enumerate} - \item \shellcmd{git clone https://github.com/Daenyth/Cockatrice} + \item \shellcmd{git clone https://github.com/Cockatrice/Cockatrice} \item \shellcmd{cd Cockatrice} \item \shellcmd{mkdir build} \item \shellcmd{cd build}