Merge pull request #864 from tooomm/cleanup-git-links

Cleanup git links
This commit is contained in:
ctrlaltca 2015-03-20 14:48:15 +01:00
commit 894a4316d3
2 changed files with 6 additions and 6 deletions

View file

@ -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`

View file

@ -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}