Skip to content

Commit 08ca7f1

Browse files
committed
Merge pull request #1 from AndreasPrang/fixed-urls-1
fixed urls for cloning repositories in README.md
2 parents c6382a6 + a212f66 commit 08ca7f1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ compiler for C++14 support and create a symlink:
6666

6767
### Getting Sources for Swift and Related Projects
6868

69-
git clone git@github.com:apple/swift.git swift
70-
git clone git@github.com:apple/swift-llvm.git llvm
71-
git clone git@github.com:apple/swift-clang.git clang
72-
git clone git@github.com:apple/swift-lldb.git lldb
73-
git clone git@github.com:apple/swift-cmark.git cmark
74-
git clone git@github.com:apple/swift-llbuild.git llbuild
75-
git clone git@github.com:apple/swift-package-manager.git swiftpm
76-
git clone git@github.com:apple/swift-corelibs-xctest.git
77-
git clone git@github.com:apple/swift-corelibs-foundation.git
69+
git clone https://github.com/apple/swift.git swift
70+
git clone https://github.com/apple/swift-llvm.git llvm
71+
git clone https://github.com/apple/swift-clang.git clang
72+
git clone https://github.com/apple/swift-lldb.git lldb
73+
git clone https://github.com/apple/swift-cmark.git cmark
74+
git clone https://github.com/apple/swift-llbuild.git llbuild
75+
git clone https://github.com/apple/swift-package-manager.git swiftpm
76+
git clone https://github.com/apple/swift-corelibs-xctest.git
77+
git clone https://github.com/apple/swift-corelibs-foundation.git
7878

7979

8080
[CMake](http://cmake.org) is the core infrastructure used to configure builds of

0 commit comments

Comments
 (0)