Skip to content

Commit 2c59f94

Browse files
authored
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
1 parent bf0272c commit 2c59f94

16 files changed

+88
-88
lines changed

CHANGELOG.md

+63-63
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Swift 5.9
9292

9393
* [#6185], [#6200]
9494

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).
9696

9797
* [#6276]
9898

@@ -358,70 +358,70 @@ Swift 3.0
358358

359359
* The `Package` initializer now requires the `name:` parameter.
360360

361-
[SE-0129]: https://github.com/apple/swift-evolution/blob/main/proposals/0129-package-manager-test-naming-conventions.md
362-
[SE-0135]: https://github.com/apple/swift-evolution/blob/main/proposals/0135-package-manager-support-for-differentiating-packages-by-swift-version.md
363-
[SE-0201]: https://github.com/apple/swift-evolution/blob/main/proposals/0201-package-manager-local-dependencies.md
364-
[SE-0208]: https://github.com/apple/swift-evolution/blob/main/proposals/0208-package-manager-system-library-targets.md
365-
[SE-0209]: https://github.com/apple/swift-evolution/blob/main/proposals/0209-package-manager-swift-lang-version-update.md
366-
[SE-0292]: https://github.com/apple/swift-evolution/blob/main/proposals/0292-package-registry-service.md
367-
[SE-0303]: https://github.com/apple/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md
368-
[SE-0332]: https://github.com/apple/swift-evolution/blob/main/proposals/0332-swiftpm-command-plugins.md
369-
[SE-0339]: https://github.com/apple/swift-evolution/blob/main/proposals/0339-module-aliasing-for-disambiguation.md
370-
[SE-0362]: https://github.com/apple/swift-evolution/blob/main/proposals/0362-piecemeal-future-features.md
371-
[SE-0378]: https://github.com/apple/swift-evolution/blob/main/proposals/0378-package-registry-auth.md
372-
[SE-0386]: https://github.com/apple/swift-evolution/blob/main/proposals/0386-package-access-modifier.md
373-
[SE-0387]: https://github.com/apple/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md
374-
[SE-0391]: https://github.com/apple/swift-evolution/blob/main/proposals/0391-package-registry-publish.md
375-
[SE-0387 proposal text]: https://github.com/apple/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md#swift-sdk-installation-and-configuration
361+
[SE-0129]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0129-package-manager-test-naming-conventions.md
362+
[SE-0135]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0135-package-manager-support-for-differentiating-packages-by-swift-version.md
363+
[SE-0201]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0201-package-manager-local-dependencies.md
364+
[SE-0208]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0208-package-manager-system-library-targets.md
365+
[SE-0209]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0209-package-manager-swift-lang-version-update.md
366+
[SE-0292]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0292-package-registry-service.md
367+
[SE-0303]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md
368+
[SE-0332]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0332-swiftpm-command-plugins.md
369+
[SE-0339]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0339-module-aliasing-for-disambiguation.md
370+
[SE-0362]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0362-piecemeal-future-features.md
371+
[SE-0378]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0378-package-registry-auth.md
372+
[SE-0386]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0386-package-access-modifier.md
373+
[SE-0387]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md
374+
[SE-0391]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0391-package-registry-publish.md
375+
[SE-0387 proposal text]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md#swift-sdk-installation-and-configuration
376376

377377
[SR-5918]: https://bugs.swift.org/browse/SR-5918
378378
[SR-6978]: https://bugs.swift.org/browse/SR-6978
379379
[SR-13566]: https://bugs.swift.org/browse/SR-13566
380380

381-
[#1485]: https://github.com/apple/swift-package-manager/pull/1485
382-
[#1489]: https://github.com/apple/swift-package-manager/pull/1489
383-
[#1604]: https://github.com/apple/swift-package-manager/pull/1604
384-
[#2937]: https://github.com/apple/swift-package-manager/pull/2937
385-
[#3280]: https://github.com/apple/swift-package-manager/pull/3280
386-
[#3292]: https://github.com/apple/swift-package-manager/pull/3292
387-
[#3310]: https://github.com/apple/swift-package-manager/pull/3310
388-
[#3316]: https://github.com/apple/swift-package-manager/pull/3316
389-
[#3410]: https://github.com/apple/swift-package-manager/pull/3410
390-
[#3486]: https://github.com/apple/swift-package-manager/pull/3486
391-
[#3641]: https://github.com/apple/swift-package-manager/pull/3641
392-
[#3649]: https://github.com/apple/swift-package-manager/pull/3649
393-
[#3670]: https://github.com/apple/swift-package-manager/pull/3670
394-
[#3717]: https://github.com/apple/swift-package-manager/pull/3717
395-
[#3890]: https://github.com/apple/swift-package-manager/pull/3890
396-
[#3901]: https://github.com/apple/swift-package-manager/pull/3901
397-
[#3942]: https://github.com/apple/swift-package-manager/pull/3942
398-
[#4119]: https://github.com/apple/swift-package-manager/pull/4119
399-
[#4131]: https://github.com/apple/swift-package-manager/pull/4131
400-
[#4135]: https://github.com/apple/swift-package-manager/pull/4135
401-
[#4168]: https://github.com/apple/swift-package-manager/pull/4168
402-
[#5728]: https://github.com/apple/swift-package-manager/pull/5728
403-
[#5810]: https://github.com/apple/swift-package-manager/pull/5810
404-
[#5819]: https://github.com/apple/swift-package-manager/pull/5819
405-
[#5874]: https://github.com/apple/swift-package-manager/pull/5874
406-
[#5949]: https://github.com/apple/swift-package-manager/pull/5949
407-
[#5892]: https://github.com/apple/swift-package-manager/pull/5892
408-
[#5966]: https://github.com/apple/swift-package-manager/pull/5966
409-
[#6060]: https://github.com/apple/swift-package-manager/pull/6060
410-
[#6067]: https://github.com/apple/swift-package-manager/pull/6067
411-
[#6111]: https://github.com/apple/swift-package-manager/pull/6111
412-
[#6114]: https://github.com/apple/swift-package-manager/pull/6114
413-
[#6144]: https://github.com/apple/swift-package-manager/pull/6144
414-
[#6294]: https://github.com/apple/swift-package-manager/pull/6294
415-
[#6185]: https://github.com/apple/swift-package-manager/pull/6185
416-
[#6200]: https://github.com/apple/swift-package-manager/pull/6200
417-
[#6276]: https://github.com/apple/swift-package-manager/pull/6276
418-
[#6540]: https://github.com/apple/swift-package-manager/pull/6540
419-
[#6663]: https://github.com/apple/swift-package-manager/pull/6663
420-
[#7010]: https://github.com/apple/swift-package-manager/pull/7010
421-
[#7101]: https://github.com/apple/swift-package-manager/pull/7101
422-
[#7118]: https://github.com/apple/swift-package-manager/pull/7118
423-
[#7201]: https://github.com/apple/swift-package-manager/pull/7201
424-
[#7202]: https://github.com/apple/swift-package-manager/pull/7202
425-
[#7507]: https://github.com/apple/swift-package-manager/pull/7507
426-
[#7530]: https://github.com/apple/swift-package-manager/pull/7530
427-
[#7535]: https://github.com/apple/swift-package-manager/pull/7535
381+
[#1485]: https://github.com/swiftlang/swift-package-manager/pull/1485
382+
[#1489]: https://github.com/swiftlang/swift-package-manager/pull/1489
383+
[#1604]: https://github.com/swiftlang/swift-package-manager/pull/1604
384+
[#2937]: https://github.com/swiftlang/swift-package-manager/pull/2937
385+
[#3280]: https://github.com/swiftlang/swift-package-manager/pull/3280
386+
[#3292]: https://github.com/swiftlang/swift-package-manager/pull/3292
387+
[#3310]: https://github.com/swiftlang/swift-package-manager/pull/3310
388+
[#3316]: https://github.com/swiftlang/swift-package-manager/pull/3316
389+
[#3410]: https://github.com/swiftlang/swift-package-manager/pull/3410
390+
[#3486]: https://github.com/swiftlang/swift-package-manager/pull/3486
391+
[#3641]: https://github.com/swiftlang/swift-package-manager/pull/3641
392+
[#3649]: https://github.com/swiftlang/swift-package-manager/pull/3649
393+
[#3670]: https://github.com/swiftlang/swift-package-manager/pull/3670
394+
[#3717]: https://github.com/swiftlang/swift-package-manager/pull/3717
395+
[#3890]: https://github.com/swiftlang/swift-package-manager/pull/3890
396+
[#3901]: https://github.com/swiftlang/swift-package-manager/pull/3901
397+
[#3942]: https://github.com/swiftlang/swift-package-manager/pull/3942
398+
[#4119]: https://github.com/swiftlang/swift-package-manager/pull/4119
399+
[#4131]: https://github.com/swiftlang/swift-package-manager/pull/4131
400+
[#4135]: https://github.com/swiftlang/swift-package-manager/pull/4135
401+
[#4168]: https://github.com/swiftlang/swift-package-manager/pull/4168
402+
[#5728]: https://github.com/swiftlang/swift-package-manager/pull/5728
403+
[#5810]: https://github.com/swiftlang/swift-package-manager/pull/5810
404+
[#5819]: https://github.com/swiftlang/swift-package-manager/pull/5819
405+
[#5874]: https://github.com/swiftlang/swift-package-manager/pull/5874
406+
[#5949]: https://github.com/swiftlang/swift-package-manager/pull/5949
407+
[#5892]: https://github.com/swiftlang/swift-package-manager/pull/5892
408+
[#5966]: https://github.com/swiftlang/swift-package-manager/pull/5966
409+
[#6060]: https://github.com/swiftlang/swift-package-manager/pull/6060
410+
[#6067]: https://github.com/swiftlang/swift-package-manager/pull/6067
411+
[#6111]: https://github.com/swiftlang/swift-package-manager/pull/6111
412+
[#6114]: https://github.com/swiftlang/swift-package-manager/pull/6114
413+
[#6144]: https://github.com/swiftlang/swift-package-manager/pull/6144
414+
[#6294]: https://github.com/swiftlang/swift-package-manager/pull/6294
415+
[#6185]: https://github.com/swiftlang/swift-package-manager/pull/6185
416+
[#6200]: https://github.com/swiftlang/swift-package-manager/pull/6200
417+
[#6276]: https://github.com/swiftlang/swift-package-manager/pull/6276
418+
[#6540]: https://github.com/swiftlang/swift-package-manager/pull/6540
419+
[#6663]: https://github.com/swiftlang/swift-package-manager/pull/6663
420+
[#7010]: https://github.com/swiftlang/swift-package-manager/pull/7010
421+
[#7101]: https://github.com/swiftlang/swift-package-manager/pull/7101
422+
[#7118]: https://github.com/swiftlang/swift-package-manager/pull/7118
423+
[#7201]: https://github.com/swiftlang/swift-package-manager/pull/7201
424+
[#7202]: https://github.com/swiftlang/swift-package-manager/pull/7202
425+
[#7507]: https://github.com/swiftlang/swift-package-manager/pull/7507
426+
[#7530]: https://github.com/swiftlang/swift-package-manager/pull/7530
427+
[#7535]: https://github.com/swiftlang/swift-package-manager/pull/7535

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

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).
66

77
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).
88

Documentation/Design/EvolutionIdeas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you're interested in participating in a particular evolution idea, please
1313
familiarize yourself with the existing discussion on that topic and start
1414
participating in the discussion thread of that idea. If a thread doesn't exist
1515
for that idea, please start one with a [draft
16-
proposal](https://github.com/apple/swift-evolution/blob/master/proposal-templates/0000-swiftpm-template.md)
16+
proposal](https://github.com/swiftlang/swift-evolution/blob/master/proposal-templates/0000-swiftpm-template.md)
1717
that can be used as a starting point.
1818

1919
**Important Note**: This list is not in any particular order. I plan to keep

Documentation/Design/PackageManagerCommunityProposal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Again, this initial release of the Swift Package Manager is just a starting poin
182182
- Package Flavors
183183
- User-Global Installation
184184

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.
186186

187187
### Automated Testing
188188

Documentation/Design/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Swift Package Manager Design Docs
22

33
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).
55

66
This directory contains documentation on the engineering design decisions and internals of the Swift Package Manager, outside the evolution process.

Documentation/PackageCollections.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package Collections
22

3-
Package collections, introduced by [SE-0291](https://github.com/apple/swift-evolution/blob/main/proposals/0291-package-collections.md), are
3+
Package collections, introduced by [SE-0291](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0291-package-collections.md), are
44
curated lists of packages and associated metadata that make discovery of existing packages easier. They are authored as static JSON documents
55
and can be published to the web or distributed to local file systems.
66

Documentation/PackageRegistry/PackageRegistryUsage.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
## Getting Started
3131

3232
SwiftPM supports downloading dependencies from any package registry that implements
33-
[SE-0292](https://github.com/apple/swift-evolution/blob/main/proposals/0292-package-registry-service.md)
33+
[SE-0292](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0292-package-registry-service.md)
3434
and the corresponding [service specification](Registry.md).
3535

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)
3737
in the form of `scope.package-name`.
3838

3939
### Configuring a registry
@@ -92,7 +92,7 @@ resolve and download the appropriate release version.
9292
### Registry authentication
9393

9494
If a registry requires authentication, it can be set up by using the
95-
[`swift package-registry login` subcommand](https://github.com/apple/swift-evolution/blob/main/proposals/0378-package-registry-auth.md#new-login-subcommand)
95+
[`swift package-registry login` subcommand](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0378-package-registry-auth.md#new-login-subcommand)
9696
introduced by SE-0378:
9797

9898
```bash
@@ -187,7 +187,7 @@ Checksum TOFU is also done for manifests downloaded from registry.
187187

188188
### Validating signed packages
189189

190-
[SE-0391](https://github.com/apple/swift-evolution/blob/main/proposals/0391-package-registry-publish.md#package-signing)
190+
[SE-0391](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0391-package-registry-publish.md#package-signing)
191191
adds package signing support to SwiftPM. SwiftPM determines if
192192
a downloaded archive is signed by checking for presence of the
193193
`X-Swift-Package-Signature-Format` and `X-Swift-Package-Signature`
@@ -242,7 +242,7 @@ Data used by publisher TOFU is saved to `~/.swiftpm/security/signing-entities/`.
242242

243243
## Publishing to Registry
244244

245-
[`swift package-registry publish`](https://github.com/apple/swift-evolution/blob/main/proposals/0391-package-registry-publish.md#new-package-registry-publish-subcommand)
245+
[`swift package-registry publish`](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0391-package-registry-publish.md#new-package-registry-publish-subcommand)
246246
is an all-in-one command for publishing a package release to registry:
247247

248248
```bash
@@ -289,7 +289,7 @@ looks for a file named `package-metadata.json` in the
289289
package directory.
290290
291291
Contents of the metadata file must conform to the
292-
[JSON schema](https://github.com/apple/swift-evolution/blob/main/proposals/0391-package-registry-publish.md#package-release-metadata-standards)
292+
[JSON schema](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0391-package-registry-publish.md#package-release-metadata-standards)
293293
defined in SE-0391. Also refer to registry documentation
294294
for any additional requirements.
295295
@@ -327,7 +327,7 @@ Refer to registry documentation for its certificate policy.
327327
328328
| Signature Format | Specification |
329329
| ---------------- | ------------- |
330-
| `cms-1.0.0` | [SE-391](https://github.com/apple/swift-evolution/blob/main/proposals/0391-package-registry-publish.md#package-signature-format-cms-100) |
330+
| `cms-1.0.0` | [SE-391](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0391-package-registry-publish.md#package-signature-format-cms-100) |
331331
332332
Since there is only one supported signature format, all
333333
signatures produced by SwiftPM are in `cms-1.0.0`.

Documentation/PackageRegistry/Registry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,6 @@ JSON schema below.
14271427
[thundering herd effect]: https://en.wikipedia.org/wiki/Thundering_herd_problem "Thundering herd problem"
14281428
[offline cache]: https://yarnpkg.com/features/offline-cache "Offline Cache | Yarn - Package Manager"
14291429
[XCFramework]: https://developer.apple.com/videos/play/wwdc2019/416/ "WWDC 2019 Session 416: Binary Frameworks in Swift"
1430-
[SE-0272]: https://github.com/apple/swift-evolution/blob/master/proposals/0272-swiftpm-binary-dependencies.md "Package Manager Binary Dependencies"
1430+
[SE-0272]: https://github.com/swiftlang/swift-evolution/blob/master/proposals/0272-swiftpm-binary-dependencies.md "Package Manager Binary Dependencies"
14311431
[Swift tools version]: https://github.com/swiftlang/swift-package-manager/blob/9b9bed7eaf0f38eeccd0d8ca06ae08f6689d1c3f/Documentation/Usage.md#swift-tools-version-specification "Swift Tools Version Specification"
14321432
[ISO 8601]: https://www.iso.org/iso-8601-date-and-time-format.html "ISO 8601 Date and Time Format"

Documentation/PackageRegistry/registry.openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
version: "1"
55
externalDocs:
66
description: Swift Evolution Proposal SE-0292
7-
url: https://github.com/apple/swift-evolution/blob/main/proposals/0292-package-registry-service.md
7+
url: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0292-package-registry-service.md
88
servers:
99
- url: https://packages.swift.org
1010
paths:

0 commit comments

Comments
 (0)