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
Copy file name to clipboardExpand all lines: _posts/2025-NN-NN-swift-6.2-released.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Swift 6.2 includes *migration tooling* to help you adopt upcoming language featu
99
99
***Identify source incompatibility:** Identify code patterns that will no longer compile or change behavior when the upcoming feature is enabled through warnings from migration tooling.
100
100
***Automate code changes:** Apply fix-its to update your code to preserve its existing behavior.
101
101
102
-
This streamlines the process of enabling upcoming features by eliminating the tedious task of manual code changes. You can learn more migration tooling in the [Swift migration guide](https://www.swift.org/migration/documentation/swift-6-concurrency-migration-guide/featuremigration).
102
+
This streamlines the process of enabling upcoming features by eliminating the tedious task of manual code changes. You can learn more about migration tooling in the [Swift migration guide](/migration/documentation/swift-6-concurrency-migration-guide/featuremigration).
0 commit comments