diff --git a/CODING b/CODING index ca49c5a49552..d393f9e11de1 100644 --- a/CODING +++ b/CODING @@ -476,7 +476,7 @@ If you don't need any of the extras, Perl, Python or TclTk (GUI), you can disabl To clone QGIS master: - git://github.com/qgis/Quantum-GIS.git + git://github.com/qgis/QGIS.git 2.3. Check out a branch @@ -1240,7 +1240,7 @@ I'm assuming you have already got a local QGIS clone containing the source code, and have installed all needed build dependencies etc. There are detailed in instructions on doing that here: -http://github.com/qgis/Quantum-GIS/blob/master/CODING +http://github.com/qgis/QGIS/blob/master/CODING On my system I have checked out the code into $HOME/dev/cpp/QGIS and the rest of the article is written assuming that, you should update these paths as diff --git a/doc/CODING.t2t b/doc/CODING.t2t index 261d67fffbe3..58e75953efd4 100644 --- a/doc/CODING.t2t +++ b/doc/CODING.t2t @@ -456,7 +456,7 @@ export NO_PYTHON= To clone QGIS master: ``` -git://github.com/qgis/Quantum-GIS.git +git://github.com/qgis/QGIS.git ``` == Check out a branch == @@ -1246,7 +1246,7 @@ I'm assuming you have already got a local QGIS clone containing the source code, and have installed all needed build dependencies etc. There are detailed in instructions on doing that here: -http://github.com/qgis/Quantum-GIS/blob/master/CODING +http://github.com/qgis/QGIS/blob/master/CODING On my system I have checked out the code into $HOME/dev/cpp/QGIS and the diff --git a/doc/jenkins.t2t b/doc/jenkins.t2t index b3db8bc362a2..8dd75473864e 100644 --- a/doc/jenkins.t2t +++ b/doc/jenkins.t2t @@ -42,9 +42,9 @@ procedure is: - Tick enable project based security (you need to elsewhere configure your Jenkins security to per project settings) - Allow Anonymous user Read and Discover access - - Set the github project to https://github.com/qgis/Quantum-GIS/ + - Set the github project to https://github.com/qgis/QGIS/ - Set source code management to Git - - Set repository url to git://github.com/qgis/Quantum-GIS.git + - Set repository url to git://github.com/qgis/QGIS.git - In advanced repository url settings set refspec to : ``` diff --git a/doc/linux.t2t b/doc/linux.t2t index 28780d1c0940..611f1160c8f8 100644 --- a/doc/linux.t2t +++ b/doc/linux.t2t @@ -131,14 +131,14 @@ if you do not have edit privileges for the QGIS source repository, or use ``` cd ${HOME}/dev/cpp -git clone git://github.com/qgis/Quantum-GIS.git +git clone git://github.com/qgis/QGIS.git ``` 2. Developer Checkout ``` cd ${HOME}/dev/cpp -git clone git@github.com:qgis/Quantum-GIS.git +git clone git@github.com:qgis/QGIS.git ``` == Starting the compile == @@ -155,7 +155,7 @@ mkdir -p ${HOME}/apps Now we create a build directory and run ccmake: ``` -cd Quantum-GIS +cd QGIS mkdir build-master cd build-master ccmake .. @@ -437,7 +437,7 @@ As for GRASS you can obtain the QGIS source code from different sources as descr in section 2 above. Once you have the sources, create a build directory in them: ``` -cd Quantum-GIS +cd QGIS mkdir build cd build ``` diff --git a/doc/msvc.t2t b/doc/msvc.t2t index 35bc5e0de6c1..190fc6b5e428 100644 --- a/doc/msvc.t2t +++ b/doc/msvc.t2t @@ -96,11 +96,11 @@ call "%OSGEO4W_ROOT%\bin\o4w_env.bat" ``` Start the batch file and on the command prompt checkout the QGIS source from -git to the source directory ``Quantum-GIS``: +git to the source directory ``QGIS``: ``` -git clone git://github.com/qgis/Quantum-GIS.git +git clone git://github.com/qgis/QGIS.git ``` Create a 'build' directory somewhere. This will be where all the build output diff --git a/doc/msys.t2t b/doc/msys.t2t index ac90aa4831f4..1b991ea4e5fb 100644 --- a/doc/msys.t2t +++ b/doc/msys.t2t @@ -136,7 +136,7 @@ cd c:\dev\cpp Check out sources from GIT: ``` -git clone git://github.com/qgis/Quantum-GIS.git +git clone git://github.com/qgis/QGIS.git ``` === Compiling === diff --git a/doc/osx.t2t b/doc/osx.t2t index 9d1828149a18..99f6f28eb0c5 100644 --- a/doc/osx.t2t +++ b/doc/osx.t2t @@ -762,19 +762,19 @@ this. If you want to experiment with the latest development sources, go to the github QGIS project page: -http://github.com/qgis/Quantum-GIS +http://github.com/qgis/QGIS It should default to the master branch. Click the __Downloads__ button and select __Download .tar.gz__. Double-click the tarball to unzip it. //Alternatively//, install git from http://git-scm.com and do the following. -Make a specific repository directory somewhere, e.g. ~/QGIS/Quantum-GIS, and cd +Make a specific repository directory somewhere, e.g. ~/QGIS/QGIS, and cd into it. The following will read-only clone the master branch to the directory: ``` git init -git remote add -f -t master -m master qgisupstream git://github.com/qgis/Quantum-GIS.git +git remote add -f -t master -m master qgisupstream git://github.com/qgis/QGIS.git git merge qgisupstream ``` diff --git a/doc/wcs-test-server.t2t b/doc/wcs-test-server.t2t index 346c20b5b67b..1c3cc3c22265 100644 --- a/doc/wcs-test-server.t2t +++ b/doc/wcs-test-server.t2t @@ -42,7 +42,7 @@ Then do: chmod +x cgi-bin/wcstest-1.9.0 mkdir -p /var/www/wcs/testdata/qgis-1.9.0/raster/ cd /var/www/wcs/testdata/qgis-1.9.0/raster/ - cp -r /home/timlinux/Quantum-GIS/tests/testdata/raster/* . + cp -r /home/timlinux/QGIS/tests/testdata/raster/* . ``` Edit wcs.map and set the shapepath to this: