From 99a5a04373177d460a178ba08070602a2120bf85 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 20 Mar 2015 13:10:41 +0100 Subject: [PATCH 1/3] updated git links --- doc/usermanual/Usermanual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/usermanual/Usermanual.md b/doc/usermanual/Usermanual.md index 1656be14..c2e57ee6 100644 --- a/doc/usermanual/Usermanual.md +++ b/doc/usermanual/Usermanual.md @@ -98,7 +98,7 @@ the process so far ever again. 1. Start Git Bash and type the following command exactly: - 2. `git clone https://github.com/Daenyth/Cockatrice` + 2. `git clone https://github.com/Cockatrice/Cockatrice/` 3. Close Git Bash @@ -214,7 +214,7 @@ FreeBSD 9.1 until the systems were updated. : `pkg_add -r qt4 qt4-linguist qt4-moc qt4-qmake qt4-rcc qt4-uic git cmake protobuf` 2. Download the sources from github via - `git clone https://github.com/Daenyth/Cockatrice.git` + `git clone https://github.com/Cockatrice/Cockatrice.git` 3. To compile the sources, change into the newly created directory, create a build directory and invoke cmake: @@ -1143,7 +1143,7 @@ USE AT YOUR OWN RISK. 2. Download the source code: - 1. `git clone https://github.com/Daenyth/Cockatrice` + 1. `git clone https://github.com/Cockatrice/Cockatrice` 2. `cd Cockatrice` From d8fb99908ecf5d874c4fc2796f9a8485c1f32f07 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 20 Mar 2015 13:12:09 +0100 Subject: [PATCH 2/3] removed one slash --- doc/usermanual/Usermanual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usermanual/Usermanual.md b/doc/usermanual/Usermanual.md index c2e57ee6..92e91a54 100644 --- a/doc/usermanual/Usermanual.md +++ b/doc/usermanual/Usermanual.md @@ -98,7 +98,7 @@ the process so far ever again. 1. Start Git Bash and type the following command exactly: - 2. `git clone https://github.com/Cockatrice/Cockatrice/` + 2. `git clone https://github.com/Cockatrice/Cockatrice` 3. Close Git Bash From e0d0b0dae429adbeb61801f51da4a20047e05de1 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 20 Mar 2015 14:01:06 +0100 Subject: [PATCH 3/3] 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}