Skip to content

Commit 99fac4e

Browse files
authored
Update the swift repo urls to swiftlang/swift (#735)
1 parent 0144292 commit 99fac4e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

documentation/standard-library/_stdlib-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ The Swift standard library is written in Swift, but because it is the lowest-lev
2525

2626
* **Testing is tightly coupled with the compiler**: The standard library and the compiler evolve together and are tightly coupled. Changes in core data types (e.g., `Array` or `Int`) can require compiler-side changes, and vice-versa, so the standard library test suite is stored within the same directory structure as the compiler, in [test/stdlib](https://github.com/apple/swift/tree/main/test/stdlib) and [validation-test/stdlib](https://github.com/apple/swift/tree/main/validation-test/stdlib).
2727

28-
[swift-repo]: https://github.com/apple/swift "Swift repository"
28+
[swift-repo]: https://github.com/swiftlang/swift "Swift repository"

documentation/standard-library/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ are a part of the [main Swift repository][swift-repo].
1313
{% include_relative _preview-package.md %}
1414
{% include_relative _stdlib-design.md %}
1515

16-
[swift-repo]: https://github.com/apple/swift "Swift repository"
16+
[swift-repo]: https://github.com/swiftlang/swift "Swift repository"

documentation/swift-compiler/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ existing compiler driver.
1919
{% include_relative _compiler-architecture.md %}
2020

2121
[bugtracker]: https://github.com/apple/swift/issues
22-
[swift-repo]: https://github.com/apple/swift "Swift repository"
22+
[swift-repo]: https://github.com/swiftlang/swift "Swift repository"
2323
[swift-driver-repo]: https://github.com/apple/swift-driver "Swift driver repository"

quickstart-contribution/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ port install cmake ninja
5555
* Clone Swift repository
5656

5757
~~~bash
58-
git clone [email protected]:apple/swift.git
58+
git clone [email protected]:swiftlang/swift.git
5959
~~~
6060
* Clone other required repositories
6161

@@ -133,7 +133,7 @@ TOOLCHAIN_BIN_DIR=$PWD/toolchain/usr/bin
133133
* Clone Swift repository:
134134

135135
~~~bash
136-
git clone [email protected]:apple/swift.git
136+
git clone [email protected]:swiftlang/swift.git
137137
~~~
138138
* Clone other required repositories:
139139

@@ -188,7 +188,7 @@ git clone [email protected]:apple/swift.git
188188
* Clone Swift repository
189189
190190
~~~bash
191-
git clone [email protected]:apple/swift.git
191+
git clone [email protected]:swiftlang/swift.git
192192
~~~
193193
* Clone other required repositories
194194

0 commit comments

Comments
 (0)