Skip to content

Commit e9a0b14

Browse files
authored
Update git urls
1 parent 6867fb4 commit e9a0b14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "cmake/cmake-d"]
22
path = cmake/cmake-d
3-
url = git@github.com:Dadoum/cmake-d.git
3+
url = https://github.com/Dadoum/cmake-d

LISEZMOI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GTK+ et libimobiledevice.
3535
Clonez le projet et compilez le avec CMake:
3636

3737
```bash
38-
git clone git@github.com:Dadoum/Provision.git --recursive
38+
git clone https://github.com/Dadoum/Provision --recursive
3939
cd Provision
4040
mkdir build
4141
cd build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To build *sideload_ipa*, you also need GTK+ and libimobiledevice development pac
3434
Clone the project and compile it with CMake:
3535

3636
```bash
37-
git clone git@github.com:Dadoum/Provision.git --recursive
37+
git clone https://github.com/Dadoum/Provision --recursive
3838
cd Provision
3939
mkdir build
4040
cd build

0 commit comments

Comments
 (0)