Skip to content

Update links for repositories moved to the swiftlang org on GitHub #74686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ContinuousIntegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ https://github.com/apple/swift/pull/4574
```
Please test with following PR:
https://github.com/apple/swift-lldb/pull/48
https://github.com/apple/swift-package-manager/pull/632
https://github.com/swiftlang/swift-package-manager/pull/632

@swift-ci Please test macOS platform
```
Expand Down
6 changes: 3 additions & 3 deletions docs/WindowsBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ From the settings application, go to `Update & Security`. In the `For developer
## Clone the repositories

1. Clone `swift/main` branch of `apple/llvm-project` into the build workspace
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
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

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

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

## Dependencies (ICU, SQLite3, curl, libxml2 and zlib)
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/swift.pod
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ L<https://developer.apple.com/swift/resources>

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

Swift Package Manager at L<https://github.com/apple/swift-package-manager>
Swift Package Manager at L<https://github.com/swiftlang/swift-package-manager>
2 changes: 1 addition & 1 deletion tools/swift-inspect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ swift-inspect uses the reflection APIs to introspect the live process. It relie

### Building

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

##### Windows

Expand Down