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
Update all links to point to new swiftlang locations (#7729)
Update all links to point to new swiftlang locations
### Motivation:
Make sure that all links are pointing to the new canonical location
### Modifications:
apple/swift-evolution -> swiftlang/swift-evolution
apple/swift-package-manager -> swiftlang/swift-package-manager
### Result:
Shiny new links
Copy file name to clipboardExpand all lines: CHANGELOG.md
+63-63
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Swift 5.9
92
92
93
93
*[#6185], [#6200]
94
94
95
-
Add a new `CompilerPluginSupport` module which contains the definition for macro targets. Macro targets allow authoring and distribution of custom Swift macros such as [expression macros](https://github.com/apple/swift-evolution/blob/main/proposals/0382-expression-macros.md).
95
+
Add a new `CompilerPluginSupport` module which contains the definition for macro targets. Macro targets allow authoring and distribution of custom Swift macros such as [expression macros](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0382-expression-macros.md).
96
96
97
97
*[#6276]
98
98
@@ -358,70 +358,70 @@ Swift 3.0
358
358
359
359
* The `Package` initializer now requires the `name:` parameter.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
There are several types of contributions one can make. Bug fixes, documentation and enhancements that do not materially change the user facing semantics of Swift Package Manager should be submitted directly as PR.
4
4
5
-
Larger changes that do materially change the semantics of Swift Package Manager (e.g. changes to the manifest format or behavior) are required to go through [Swift Evolution Process](https://github.com/apple/swift-evolution/blob/master/process.md).
5
+
Larger changes that do materially change the semantics of Swift Package Manager (e.g. changes to the manifest format or behavior) are required to go through [Swift Evolution Process](https://github.com/swiftlang/swift-evolution/blob/master/process.md).
6
6
7
7
To see how previous evolution decisions for SwiftPM have been made and have some direction for the development of future features please check out the [Community Proposals](https://forums.swift.org/tag/packagemanager).
Copy file name to clipboardExpand all lines: Documentation/Design/PackageManagerCommunityProposal.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ Again, this initial release of the Swift Package Manager is just a starting poin
182
182
- Package Flavors
183
183
- User-Global Installation
184
184
185
-
Many of these ideas will eventually become concrete proposals following the [Swift evolution process](https://github.com/apple/swift-evolution). We welcome your input on which features to prioritize or how we might design and implement them. And we're excited to hear about any other ideas for new features.
185
+
Many of these ideas will eventually become concrete proposals following the [Swift evolution process](https://github.com/swiftlang/swift-evolution). We welcome your input on which features to prioritize or how we might design and implement them. And we're excited to hear about any other ideas for new features.
Swift Package Manager design is done in open source, and governed by Swift Evolution process.
4
-
As such, you can find up-to-date Swift Package Manager design docs [in the Swift Evolution repository](https://github.com/apple/swift-evolution/tree/main/proposals).
4
+
As such, you can find up-to-date Swift Package Manager design docs [in the Swift Evolution repository](https://github.com/swiftlang/swift-evolution/tree/main/proposals).
5
5
6
6
This directory contains documentation on the engineering design decisions and internals of the Swift Package Manager, outside the evolution process.
and the corresponding [service specification](Registry.md).
35
35
36
-
In a registry, packages are identified by [package identifier](https://github.com/apple/swift-evolution/blob/main/proposals/0292-package-registry-service.md#package-identity)
36
+
In a registry, packages are identified by [package identifier](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0292-package-registry-service.md#package-identity)
37
37
in the form of `scope.package-name`.
38
38
39
39
### Configuring a registry
@@ -92,7 +92,7 @@ resolve and download the appropriate release version.
92
92
### Registry authentication
93
93
94
94
If a registry requires authentication, it can be set up by using the
0 commit comments