From 10145c365e49a5b4f62381e6885b9b1cec462098 Mon Sep 17 00:00:00 2001 From: Natik Gadzhi Date: Fri, 25 Aug 2023 22:00:42 -0700 Subject: [PATCH] Fix swift-5.8-released anchor link as an example --- _posts/2023-03-30-swift-5.8-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-03-30-swift-5.8-released.md b/_posts/2023-03-30-swift-5.8-released.md index bff22bb7f..bfb36786b 100644 --- a/_posts/2023-03-30-swift-5.8-released.md +++ b/_posts/2023-03-30-swift-5.8-released.md @@ -6,7 +6,7 @@ title: Swift 5.8 Released! author: [alexandersandberg] --- -Swift 5.8 is now officially released! 🎉 This release includes major additions to the [language and standard library](#language-and-standard-library), including `hasFeature` to support piecemeal adoption of upcoming features, an improved [developer experience](#developer-experience), improvements to tools in the Swift ecosystem including [Swift-DocC](#swift-docc), [Swift Package Manager](#swift-package-manager), and [SwiftSyntax](#swiftsyntax), refined [Windows support](#windows-platform), and more. +Swift 5.8 is now officially released! 🎉 This release includes major additions to the [language and standard library]({% link _posts/2023-03-30-swift-5.8-released.md%}#language-and-standard-library), including `hasFeature` to support piecemeal adoption of upcoming features, an improved [developer experience](#developer-experience), improvements to tools in the Swift ecosystem including [Swift-DocC](#swift-docc), [Swift Package Manager](#swift-package-manager), and [SwiftSyntax](#swiftsyntax), refined [Windows support](#windows-platform), and more. Thank you to everyone in the Swift community who made this release possible. Your Swift Forums discussions, bug reports, pull requests, educational content, and other contributions are always appreciated!