Skip to content

Commit 84bd89c

Browse files
Repair links to SE dashboard (#728)
* Update 2017-01-18-swift-evolution-status-page.md * Update 2022-07-01-swift-language-updates-from-wwdc22.md * Update 2022-09-12-swift-5.7-released.md * Update 2023-03-30-swift-5.8-released.md * Update 2023-09-18-swift-5.9-released.md
1 parent 47595e4 commit 84bd89c

5 files changed

+7
-7
lines changed

_posts/2017-01-18-swift-evolution-status-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ title: Swift Evolution Status Page Now Available
66
author: krilnon
77
---
88

9-
We're pleased to announce the release of the new [Swift Evolution](https://apple.github.io/swift-evolution/) status page as a one-stop destination for information about proposed changes to Swift.
9+
We're pleased to announce the release of the new [Swift Evolution](https://www.swift.org/swift-evolution/) status page as a one-stop destination for information about proposed changes to Swift.
1010

1111
The Swift.org community has wholeheartedly embraced the [Swift Evolution process](https://github.com/swiftlang/swift-evolution/blob/master/process.md)—to date, members have contributed to over 100 proposals. Each new proposal generates a burst of activity in the community.
1212

1313
To help make sense of it all, the status page has several ways to navigate through the list of proposals. You can search for specific authors, review managers, and topics by keyword. You can narrow the list to show only the proposals that were implemented in a particular version of Swift. To track a proposal's implementation, the page shows the current state of a proposal's corresponding issues on [bugs.swift.org](https://bugs.swift.org).
1414

15-
The data automatically stays up to date as people make changes to proposals in the [Swift Evolution repository](https://github.com/swiftlang/swift-evolution). Simply modify the Markdown for a proposal in a pull request and it'll show up on the status page soon after the request is merged.
15+
The data automatically stays up to date as people make changes to proposals in the [Swift Evolution repository](https://github.com/swiftlang/swift-evolution). Simply modify the Markdown for a proposal in a pull request and it'll show up on the status page soon after the request is merged.

_posts/2022-07-01-swift-language-updates-from-wwdc22.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: [fbernutz, hishnash, natpanferova]
1010

1111
> See the [sketchnote in full resolution](/assets/images/swift-language-updates-from-wwdc22-blog/wwdc22-swift-updates-sketch.jpeg)
1212
13-
Swift has evolved significantly during the past year, and we've seen two large updates to the language. [Swift 5.6](https://apple.github.io/swift-evolution/#?version=5.6) was released in March 2022 and introduced major improvements to the type system, concurrency model and Swift ecosystem. It laid the groundwork for further updates in [Swift 5.7](https://apple.github.io/swift-evolution/#?version=5.7), which is included in [beta versions of Xcode 14](https://developer.apple.com/download/applications/) and available on the [Swift.org downloads page](/download/#swift-57-development).
13+
Swift has evolved significantly during the past year, and we've seen two large updates to the language. [Swift 5.6](https://www.swift.org/swift-evolution/#?version=5.6) was released in March 2022 and introduced major improvements to the type system, concurrency model and Swift ecosystem. It laid the groundwork for further updates in [Swift 5.7](https://www.swift.org/swift-evolution/#?version=5.7), which is included in [beta versions of Xcode 14](https://developer.apple.com/download/applications/) and available on the [Swift.org downloads page](/download/#swift-57-development).
1414

1515
Many Swift updates were rightfully celebrated during WWDC22, with sessions focusing on language changes, tooling improvements, additions to Swift packages and more. The [
1616
What's new in Swift](https://developer.apple.com/videos/play/wwdc2022/110354/) video provides a great overview of Swift news for the past year. In this post we would like to share our highlights about the Swift ecosystem from WWDC.

_posts/2022-09-12-swift-5.7-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If multiple SwiftPM projects are opened in the same Visual Studio Code workspace
7474

7575
### Swift Package Manager
7676

77-
The following [Swift Evolution](https://github.com/swiftlang/swift-evolution) proposals for SwiftPM were accepted and [implemented in Swift 5.7](https://apple.github.io/swift-evolution/#?version=5.7):
77+
The following [Swift Evolution](https://github.com/swiftlang/swift-evolution) proposals for SwiftPM were accepted and [implemented in Swift 5.7](https://www.swift.org/swift-evolution/#?version=5.7):
7878

7979
* SE-0292: [Package Registry Service](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0292-package-registry-service.md)
8080
* SE-0303: [Build tool plugins](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md) and SE-0332: [Command Plugins](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0332-swiftpm-command-plugins.md) which were first introduced in Swift 5.6 have been further refined and made available via Xcode.
@@ -118,7 +118,7 @@ $ yum install swiftlang
118118

119119
## Swift Evolution Appendix
120120

121-
The following language, standard library, and Swift Package Manager proposals were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution) process and [implemented in Swift 5.7](https://apple.github.io/swift-evolution/#?version=5.7).
121+
The following language, standard library, and Swift Package Manager proposals were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution) process and [implemented in Swift 5.7](https://www.swift.org/swift-evolution/#?version=5.7).
122122

123123
**Concurrency**
124124

_posts/2023-03-30-swift-5.8-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Official binaries are [available for download](https://swift.org/download/) from
119119

120120
## Swift Evolution Appendix
121121

122-
The following language, standard library, and Swift Package Manager proposals were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution) process and [implemented in Swift 5.8](https://apple.github.io/swift-evolution/#?version=5.8).
122+
The following language, standard library, and Swift Package Manager proposals were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution) process and [implemented in Swift 5.8](https://www.swift.org/swift-evolution/#?version=5.8).
123123

124124
**Language and Standard Library**
125125

_posts/2023-09-18-swift-5.9-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The Swift community also maintains a number of [translations](/documentation/tsp
237237

238238
## Swift Evolution Appendix
239239

240-
The following language, standard library, and Swift Package Manager proposals were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution) process and [implemented in Swift 5.9](https://apple.github.io/swift-evolution/#?version=5.9).
240+
The following language, standard library, and Swift Package Manager proposals were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution) process and [implemented in Swift 5.9](https://www.swift.org/swift-evolution/#?version=5.9).
241241

242242
- SE-0366: [`consume` operator to end the lifetime of a variable binding](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0366-move-function.md)
243243
- SE-0374: [Add sleep(for:) to Clock](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0374-clock-sleep-for.md)

0 commit comments

Comments
 (0)