You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/HowToGuides/GettingStarted.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ toolchain as a one-off, there are a couple of differences:
82
82
If you plan on contributing regularly, cloning over SSH provides a better
83
83
experience. After you've [uploaded your SSH keys to GitHub][]:
84
84
```sh
85
-
git clone git@github.com:apple/swift.git swift
85
+
git clone git@github.com:swiftlang/swift.git swift
86
86
cd swift
87
87
utils/update-checkout --clone-with-ssh
88
88
```
@@ -91,15 +91,15 @@ toolchain as a one-off, there are a couple of differences:
91
91
or are not familiar with setting up SSH,
92
92
you can use HTTPS instead:
93
93
```sh
94
-
git clone https://github.com/apple/swift.git swift
94
+
git clone https://github.com/swiftlang/swift.git swift
95
95
cd swift
96
96
utils/update-checkout --clone
97
97
```
98
98
>**Note**
99
99
> If you've already forked the project on GitHub at this stage, **do not
100
100
> clone your fork** to start off. We describe [how to setup your fork](#setting-up-your-fork)
101
101
> in a subsection below.
102
-
<!-- Recommending against cloning the fork due to https://github.com/apple/swift/issues/55918 and https://github.com/apple/swift/issues/55947. -->
102
+
<!-- Recommending against cloning the fork due to https://github.com/swiftlang/swift/issues/55918 and https://github.com/swiftlang/swift/issues/55947. -->
103
103
3. Double-check that `swift`'s sibling directories are present.
104
104
```sh
105
105
ls ..
@@ -165,11 +165,11 @@ toolchain as a one-off, there are a couple of differences:
165
165
### Linux
166
166
167
167
1. The latest Linux dependencies are listed in the respective Dockerfiles:
0 commit comments