We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a179c3c commit b7c25d4Copy full SHA for b7c25d4
.gitmodules
@@ -1,6 +1,6 @@
1
[submodule "cmake"]
2
path = cmake
3
- url = git://github.com/dlech/vala-cmake-modules
+ url = https://github.com/dlech/vala-cmake-modules
4
[submodule "doc/sphinx/_html_extra"]
5
path = doc/sphinx/_html_extra
6
url = https://github.com/ev3dev/ev3devKit.git
README.md
@@ -20,7 +20,7 @@ This is currently in the development stages and is unstable.
20
21
This project uses git and git submodules.
22
23
- git clone --recursive git://github.com/ev3dev/ev3devKit
+ git clone --recursive https://github.com/ev3dev/ev3devKit
24
25
26
## Cross-compiling for the EV3
0 commit comments