Skip to content

Commit cd98c28

Browse files
committed
Make git clone consistently https
1 parent 310c877 commit cd98c28

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Docs/source/install/artemis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Clone AMReX (dependency)
2020

2121
.. code-block:: bash
2222
23-
git clone git@github.com:AMReX-Codes/amrex.git
23+
git clone https://github.com/AMReX-Codes/amrex.git
2424
2525
Clone ARTEMIS
2626
~~~~~~~~~~~~~
@@ -29,7 +29,7 @@ Clone ARTEMIS in the same directory as AMReX:
2929

3030
.. code-block:: bash
3131
32-
git clone git@github.com:AMReX-Microelectronics/artemis.git
32+
git clone https://github.com/AMReX-Microelectronics/artemis.git
3333
3434
Make sure ``amrex/`` and ``artemis/`` are placed alongside each other in your filesystem.
3535

Docs/source/install/eleqtroneX.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Download AMReX Repository as
3030

3131
.. code-block:: bash
3232
33-
git clone git@github.com:AMReX-Codes/amrex.git
33+
git clone https://github.com/AMReX-Codes/amrex.git
3434
3535
Download ELEQTRONeX Repository in the folder hierarchy level as AMReX as
3636

3737
.. code-block:: bash
3838
39-
git@github.com:AMReX-Microelectronics/ELEQTRONeX.git
39+
git clone https://github.com/AMReX-Microelectronics/ELEQTRONeX.git
4040
4141
2. Build Parameters
4242
-------------------

Docs/source/install/ferrox.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ First, download the AMReX repository:
2828

2929
.. code-block:: bash
3030
31-
git clone https://github.com:AMReX-Codes/amrex.git
31+
git clone https://github.com/AMReX-Codes/amrex.git
3232
3333
At the same directory level as AMReX, download the FerroX Repository:
3434

Docs/source/install/magnex.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Make sure that AMReX and MagneX are cloned at the same root location.
3232

3333
.. code-block:: bash
3434
35-
git clone https://github.com:AMReX-Codes/amrex.git
36-
git clone https://github.com:AMReX-Microelectronics/MagneX.git
35+
git clone https://github.com/AMReX-Codes/amrex.git
36+
git clone https://github.com/AMReX-Microelectronics/MagneX.git
3737
3838
Dependencies
3939
------------

0 commit comments

Comments
 (0)