Skip to content

Commit 0c628e9

Browse files
committed
Update swift.org links.
1 parent 3cfa380 commit 0c628e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-NN-NN-swift-6.1-released.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ let subsequences = numbers.split(
104104

105105
In addition to improved development ergonomics, code generation tools like plugins and macros can be simplified, because generating a comma-separated list no longer needs a special condition for the last element.
106106

107-
You can find a complete list of language proposals that were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution)process and implemented in Swift 6 on the [Swift Evolution dashboard](https://www.swift.org/swift-evolution/#?version=6.1).
107+
You can find a complete list of language proposals that were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution)process and implemented in Swift 6 on the [Swift Evolution dashboard](/swift-evolution/#?version=6.1).
108108

109109
## Package and build improvements
110110

@@ -163,8 +163,8 @@ func doSomething(first: String?, second: Int) -> Double
163163

164164
Previously, if you wrote a link to one of these overloads you needed to include a short hash of that symbol’s unique identifier to disambiguate the link and uniquely reference the specific overload. Swift-DocC's warnings aided in writing these hashes but a person can't decode the resulting hash suffix (`-3c5j`) to determine which overload the link is referring to. Now, you can use a combination of parameter types and return types—like `-(String,_)`, `->Float,` or `-(String?,_)->Double`—to disambiguate the link and uniquely reference a specific overload.
165165

166-
You can discover the minimal combination of parameter types and return types for each overload from Swift-DocC’s warnings about ambiguous symbol links. For more details, see [the Ambiguous Symbol Links section of Linking to Symbols and Other Content](https://www.swift.org/documentation/docc/linking-to-symbols-and-other-content#Ambiguous-Symbol-Links).
166+
You can discover the minimal combination of parameter types and return types for each overload from Swift-DocC’s warnings about ambiguous symbol links. For more details, see [the Ambiguous Symbol Links section of Linking to Symbols and Other Content](/documentation/docc/linking-to-symbols-and-other-content#Ambiguous-Symbol-Links).
167167

168168
## Install Swift 6.1
169169

170-
You can try out these exciting new developments in Swift 6.1 today! Install the official Swift 6 toolchains for macOS, Linux, and Windows at [Swift.org/install](https://www.swift.org/install/).
170+
You can try out these exciting new developments in Swift 6.1 today! Install the official Swift 6 toolchains for macOS, Linux, and Windows at [Swift.org/install](/install/).

0 commit comments

Comments
 (0)