Skip to content

Commit d3ff3c2

Browse files
authored
Update the URLs from github.com/apple to github.com/swiftlang for multiple repos (#817)
1 parent 92d7987 commit d3ff3c2

File tree

56 files changed

+207
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+207
-207
lines changed

_posts/2016-03-21-swift-2.2-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ The `swift-2.2-branch` will remain open — but under the same [release mana
5858
[swift-llvm]: https://github.com/apple/swift-llvm
5959
[swift-clang]: https://github.com/apple/swift-clang
6060
[swift-lldb]: https://github.com/apple/swift-lldb
61-
[swift-cmark]: https://github.com/apple/swift-cmark
61+
[swift-cmark]: https://github.com/swiftlang/swift-cmark

_posts/2016-05-06-swift-3.0-release-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ pull requests** that are accepted by the corresponding release manager.
178178
[swift-llvm]: https://github.com/apple/swift-llvm
179179
[swift-clang]: https://github.com/apple/swift-clang
180180
[swift-lldb]: https://github.com/apple/swift-lldb
181-
[swift-cmark]: https://github.com/apple/swift-cmark
182-
[swift-llbuild]: https://github.com/apple/swift-llbuild
183-
[swift-package-manager]: https://github.com/apple/swift-package-manager
184-
[swift-corelibs-foundation]: https://github.com/apple/swift-corelibs-foundation
181+
[swift-cmark]: https://github.com/swiftlang/swift-cmark
182+
[swift-llbuild]: https://github.com/swiftlang/swift-llbuild
183+
[swift-package-manager]: https://github.com/swiftlang/swift-package-manager
184+
[swift-corelibs-foundation]: https://github.com/swiftlang/swift-corelibs-foundation
185185
[swift-corelibs-libdispatch]: https://github.com/apple/swift-corelibs-libdispatch
186-
[swift-corelibs-xctest]: https://github.com/apple/swift-corelibs-xctest
186+
[swift-corelibs-xctest]: https://github.com/swiftlang/swift-corelibs-xctest

_posts/2016-09-13-swift-3.0-released.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ The `swift-3.0-branch` will remain open, but under the same [release management
148148
[swift-llvm]: https://github.com/apple/swift-llvm
149149
[swift-clang]: https://github.com/apple/swift-clang
150150
[swift-lldb]: https://github.com/apple/swift-lldb
151-
[swift-cmark]: https://github.com/apple/swift-cmark
152-
[swift-corelibs-foundation]: https://github.com/apple/swift-corelibs-foundation
151+
[swift-cmark]: https://github.com/swiftlang/swift-cmark
152+
[swift-corelibs-foundation]: https://github.com/swiftlang/swift-corelibs-foundation
153153
[swift-corelibs-libdispatch]: https://github.com/apple/swift-corelibs-libdispatch
154-
[swift-corelibs-xctest]: https://github.com/apple/swift-corelibs-xctest
155-
[swift-llbuild]: https://github.com/apple/swift-llbuild
156-
[swift-package-manager]: https://github.com/apple/swift-package-manager
154+
[swift-corelibs-xctest]: https://github.com/swiftlang/swift-corelibs-xctest
155+
[swift-llbuild]: https://github.com/swiftlang/swift-llbuild
156+
[swift-package-manager]: https://github.com/swiftlang/swift-package-manager
157157
[Swift Package Manager]: /documentation/package-manager
158158
[Xcode 8.0]: https://itunes.apple.com/app/xcode/id497799835

_posts/2016-1-05-swift-2.2-release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ into `swift-2.2-branch`.
156156
[swift-llvm]: https://github.com/apple/swift-llvm
157157
[swift-clang]: https://github.com/apple/swift-clang
158158
[swift-lldb]: https://github.com/apple/swift-lldb
159-
[swift-cmark]: https://github.com/apple/swift-cmark
159+
[swift-cmark]: https://github.com/swiftlang/swift-cmark

_posts/2016-12-9-swift-3.1-release-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ useful.
135135
[swift-llvm]: https://github.com/apple/swift-llvm
136136
[swift-clang]: https://github.com/apple/swift-clang
137137
[swift-lldb]: https://github.com/apple/swift-lldb
138-
[swift-cmark]: https://github.com/apple/swift-cmark
139-
[swift-llbuild]: https://github.com/apple/swift-llbuild
140-
[swift-package-manager]: https://github.com/apple/swift-package-manager
141-
[swift-corelibs-foundation]: https://github.com/apple/swift-corelibs-foundation
138+
[swift-cmark]: https://github.com/swiftlang/swift-cmark
139+
[swift-llbuild]: https://github.com/swiftlang/swift-llbuild
140+
[swift-package-manager]: https://github.com/swiftlang/swift-package-manager
141+
[swift-corelibs-foundation]: https://github.com/swiftlang/swift-corelibs-foundation
142142
[swift-corelibs-libdispatch]: https://github.com/apple/swift-corelibs-libdispatch
143-
[swift-corelibs-xctest]: https://github.com/apple/swift-corelibs-xctest
143+
[swift-corelibs-xctest]: https://github.com/swiftlang/swift-corelibs-xctest

_posts/2017-04-24-swift-source-compatibility-test-suite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: lplarson
77
---
88

99
We are pleased to announce the release of a new [Swift source compatibility test
10-
suite](https://github.com/apple/swift-source-compat-suite) as part of the effort
10+
suite](https://github.com/swiftlang/swift-source-compat-suite) as part of the effort
1111
to maintain source compatibility in future Swift releases.
1212

1313
The source compatibility test suite is community driven, meaning open source

_posts/2017-09-19-swift-4.0-released.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ The `swift-4.0-branch` will remain open, but under the same release management p
139139
[swift-llvm]: https://github.com/apple/swift-llvm
140140
[swift-clang]: https://github.com/apple/swift-clang
141141
[swift-lldb]: https://github.com/apple/swift-lldb
142-
[swift-cmark]: https://github.com/apple/swift-cmark
143-
[swift-llbuild]: https://github.com/apple/swift-llbuild
144-
[swift-package-manager]: https://github.com/apple/swift-package-manager
145-
[swift-corelibs-foundation]: https://github.com/apple/swift-corelibs-foundation
142+
[swift-cmark]: https://github.com/swiftlang/swift-cmark
143+
[swift-llbuild]: https://github.com/swiftlang/swift-llbuild
144+
[swift-package-manager]: https://github.com/swiftlang/swift-package-manager
145+
[swift-corelibs-foundation]: https://github.com/swiftlang/swift-corelibs-foundation
146146
[swift-corelibs-libdispatch]: https://github.com/apple/swift-corelibs-libdispatch
147147
[swift-compiler-rt]: https://github.com/apple/swift-compiler-rt
148-
[swift-corelibs-xctest]: https://github.com/apple/swift-corelibs-xctest
148+
[swift-corelibs-xctest]: https://github.com/swiftlang/swift-corelibs-xctest
149149
[swift-xcode-playground-support]: https://github.com/apple/swift-xcode-playground-support
150-
[swift-integration-tests]: https://github.com/apple/swift-integration-tests
150+
[swift-integration-tests]: https://github.com/swiftlang/swift-integration-tests

_posts/2017-10-17-swift-4.1-release-process.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ useful.
128128
[swift-llvm]: https://github.com/apple/swift-llvm
129129
[swift-clang]: https://github.com/apple/swift-clang
130130
[swift-lldb]: https://github.com/apple/swift-lldb
131-
[swift-cmark]: https://github.com/apple/swift-cmark
132-
[swift-llbuild]: https://github.com/apple/swift-llbuild
131+
[swift-cmark]: https://github.com/swiftlang/swift-cmark
132+
[swift-llbuild]: https://github.com/swiftlang/swift-llbuild
133133
[swift-compiler-rt]: https://github.com/apple/swift-compiler-rt
134-
[swift-package-manager]: https://github.com/apple/swift-package-manager
135-
[swift-corelibs-foundation]: https://github.com/apple/swift-corelibs-foundation
134+
[swift-package-manager]: https://github.com/swiftlang/swift-package-manager
135+
[swift-corelibs-foundation]: https://github.com/swiftlang/swift-corelibs-foundation
136136
[swift-corelibs-libdispatch]: https://github.com/apple/swift-corelibs-libdispatch
137137
[swift-xcode-playground-support]: https://github.com/apple/swift-xcode-playground-support
138-
[swift-integration-tests]: https://github.com/apple/swift-integration-tests
139-
[swift-corelibs-xctest]: https://github.com/apple/swift-corelibs-xctest
138+
[swift-integration-tests]: https://github.com/swiftlang/swift-integration-tests
139+
[swift-corelibs-xctest]: https://github.com/swiftlang/swift-corelibs-xctest

_posts/2017-2-16-swift-4.0-release-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ useful.
152152
[swift-llvm]: https://github.com/apple/swift-llvm
153153
[swift-clang]: https://github.com/apple/swift-clang
154154
[swift-lldb]: https://github.com/apple/swift-lldb
155-
[swift-cmark]: https://github.com/apple/swift-cmark
156-
[swift-llbuild]: https://github.com/apple/swift-llbuild
157-
[swift-package-manager]: https://github.com/apple/swift-package-manager
158-
[swift-corelibs-foundation]: https://github.com/apple/swift-corelibs-foundation
155+
[swift-cmark]: https://github.com/swiftlang/swift-cmark
156+
[swift-llbuild]: https://github.com/swiftlang/swift-llbuild
157+
[swift-package-manager]: https://github.com/swiftlang/swift-package-manager
158+
[swift-corelibs-foundation]: https://github.com/swiftlang/swift-corelibs-foundation
159159
[swift-corelibs-libdispatch]: https://github.com/apple/swift-corelibs-libdispatch
160-
[swift-corelibs-xctest]: https://github.com/apple/swift-corelibs-xctest
160+
[swift-corelibs-xctest]: https://github.com/swiftlang/swift-corelibs-xctest

_posts/2017-3-27-swift-3.1-released.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See more at: [SE-0147: Move UnsafeMutablePointer.initialize(from:) to UnsafeMuta
5858
* Implementation of `Progress`
5959
* Many improvements to `URLSession` functionality, including API coverage and optimized usage of `libdispatch`
6060
* Improved API coverage in `NSArray`, `NSAttributedString` and many others
61-
* Significant performance improvements in `Data`. [See more details here](https://github.com/apple/swift-corelibs-foundation/blob/master/Docs/Performance%20Refinement%20of%20Data.md)
61+
* Significant performance improvements in `Data`. [See more details here](https://github.com/swiftlang/swift-corelibs-foundation/blob/master/Docs/Performance%20Refinement%20of%20Data.md)
6262
* Improved JSON serialization performance
6363
* Memory leaks fixed in `NSUUID`, `NSURLComponents` and others
6464
* Improved test coverage, especially in `URLSession`
@@ -95,7 +95,7 @@ See more at: [SE-0151: Package Manager Swift Language Compatibility Version](htt
9595

9696
* `swift test` now supports running tests in parallel with the `--parallel` flag. `swift build`, `swift test`, and all `swift package` commands which resolve dependencies now support fetching those dependencies in parallel with the `--enable-prefetching` flag.
9797

98-
Documentation for the Swift Package Manager can be found [in the repository](https://github.com/apple/swift-package-manager/tree/swift-3.1-branch/Documentation).
98+
Documentation for the Swift Package Manager can be found [in the repository](https://github.com/swiftlang/swift-package-manager/tree/swift-3.1-branch/Documentation).
9999

100100

101101
### Migrating to Swift 3.1
@@ -120,12 +120,12 @@ Development on Swift 3.1 was tracked in the `swift-3.1-branch` on the following
120120
* [swift-llvm](https://github.com/apple/swift-llvm)
121121
* [swift-clang](https://github.com/apple/swift-clang)
122122
* [swift-lldb](https://github.com/apple/swift-lldb)
123-
* [swift-cmark](https://github.com/apple/swift-cmark)
124-
* [swift-corelibs-foundation](https://github.com/apple/swift-corelibs-foundation)
123+
* [swift-cmark](https://github.com/swiftlang/swift-cmark)
124+
* [swift-corelibs-foundation](https://github.com/swiftlang/swift-corelibs-foundation)
125125
* [swift-corelibs-libdispatch](https://github.com/apple/swift-corelibs-libdispatch)
126-
* [swift-corelibs-xctest](https://github.com/apple/swift-corelibs-xctest)
127-
* [swift-llbuild](https://github.com/apple/swift-llbuild)
128-
* [swift-package-manager](https://github.com/apple/swift-package-manager)
126+
* [swift-corelibs-xctest](https://github.com/swiftlang/swift-corelibs-xctest)
127+
* [swift-llbuild](https://github.com/swiftlang/swift-llbuild)
128+
* [swift-package-manager](https://github.com/swiftlang/swift-package-manager)
129129
* [swift-xcode-playground-support](https://github.com/apple/swift-xcode-playground-support)
130130
* [swift-compiler-rt](https://github.com/apple/swift-compiler-rt)
131131

0 commit comments

Comments
 (0)