Skip to content

Commit 8e20a6f

Browse files
committed
Update links for repositories moved to the swiftlang org on GitHub
1 parent 76d5dd4 commit 8e20a6f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/ContinuousIntegration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ https://github.com/apple/swift/pull/4574
262262
```
263263
Please test with following PR:
264264
https://github.com/apple/swift-lldb/pull/48
265-
https://github.com/apple/swift-package-manager/pull/632
265+
https://github.com/swiftlang/swift-package-manager/pull/632
266266
267267
@swift-ci Please test macOS platform
268268
```

docs/WindowsBuild.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ From the settings application, go to `Update & Security`. In the `For developer
4646
## Clone the repositories
4747

4848
1. Clone `swift/main` branch of `apple/llvm-project` into the build workspace
49-
2. Clone `apple/swift-cmark`, `apple/swift`, `apple/swift-corelibs-libdispatch`, `apple/swift-corelibs-foundation`, `apple/swift-corelibs-xctest`, `apple/swift-tools-support-core`, `apple/swift-llbuild`, `apple/swift-argument-parser`, `apple/swift-driver`, `apple/swift-package-manager`, `JPSim/Yams`, `apple/indexstore-db` into the build workspace
49+
2. Clone `apple/swift-cmark`, `apple/swift`, `apple/swift-corelibs-libdispatch`, `apple/swift-corelibs-foundation`, `apple/swift-corelibs-xctest`, `apple/swift-tools-support-core`, `apple/swift-llbuild`, `apple/swift-argument-parser`, `apple/swift-driver`, `swiftlang/swift-package-manager`, `JPSim/Yams`, `swiftlang/indexstore-db` into the build workspace
5050

5151
- Currently, other repositories in the Swift project have not been tested and may not be supported.
5252

@@ -69,8 +69,8 @@ git clone -c core.symlinks=true https://github.com/apple/swift-llbuild swift-llb
6969
git clone https://github.com/JPSim/Yams Yams
7070
git clone https://github.com/apple/swift-driver swift-driver
7171
git clone https://github.com/apple/swift-argument-parser swift-argument-parser
72-
git clone -c core.autocrlf=input https://github.com/apple/swift-package-manager swift-package-manager
73-
git clone https://github.com/apple/indexstore-db indexstore-db
72+
git clone -c core.autocrlf=input https://github.com/swiftlang/swift-package-manager swift-package-manager
73+
git clone https://github.com/swiftlang/indexstore-db indexstore-db
7474
```
7575

7676
## Dependencies (ICU, SQLite3, curl, libxml2 and zlib)

docs/tools/swift.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ L<https://developer.apple.com/swift/resources>
103103

104104
Swift Programming Language at L<https://github.com/apple/swift>
105105

106-
Swift Package Manager at L<https://github.com/apple/swift-package-manager>
106+
Swift Package Manager at L<https://github.com/swiftlang/swift-package-manager>

tools/swift-inspect/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ swift-inspect uses the reflection APIs to introspect the live process. It relie
66

77
### Building
88

9-
swift-inspect can be built using [swift-package-manager](https://github.com/apple/swift-package-manager).
9+
swift-inspect can be built using [swift-package-manager](https://github.com/swiftlang/swift-package-manager).
1010

1111
##### Windows
1212

0 commit comments

Comments
 (0)