diff --git a/en/basemaps/install.txt b/en/basemaps/install.txt index cffb4481195..65de8d096c5 100644 --- a/en/basemaps/install.txt +++ b/en/basemaps/install.txt @@ -119,7 +119,7 @@ Project deployment .. code-block:: bash $ cd /var/www/somewhere/ - $ git clone git@github.com:MapServer/basemaps.git + $ git clone https://github.com/MapServer/basemaps.git $ cd basemaps That's easy enough to not need much explanation. diff --git a/en/development/git.txt b/en/development/git.txt index 396f43ee089..0813194d65b 100644 --- a/en/development/git.txt +++ b/en/development/git.txt @@ -55,8 +55,12 @@ installed on your machine. Here's how to access the source: 2. See GitHub's `help guidelines `__ to install Git locally -3. Issue `git clone git@github.com:MapServer/MapServer.git` to +3. Issue the following command to check out a copy of the current source/main into your working directory. + + .. code-block:: bash + + git clone https://github.com/MapServer/MapServer.git Support Libraries =================