From 176ce2b3c00dae14fa53b97b0dbf205a4232a9ca Mon Sep 17 00:00:00 2001 From: Julius Lundang Date: Mon, 17 Oct 2022 09:01:02 +0800 Subject: [PATCH] Updated Swift reference links (#7498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated Swift reference links * The Swift Programming Language is now set to the official Swift language guide * Using Swift with Cocoa and Objective-C is no longer being updated. Most of the content is now available in the _Language Interoperability_ section of the Apple Swift documentation * Sublist iBooks resources * Update books/free-programming-books-langs.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-langs.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index b7d6a602d..21cc293f4 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2402,8 +2402,9 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Hacking with Swift](https://www.hackingwithswift.com) * [Swift Handbook](https://thevalleyofcode.com/swift/) - Flavio Copes (HTML, PDF) * [Swift Notes for Professionals](https://goalkicker.com/SwiftBook/) - Compiled from StackOverflow Documentation (PDF) -* [The Swift Programming Language](https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/index.html) (HTML) [(iBook)](https://itunes.apple.com/us/book/swift-programming-language/id881256329?mt=11) -* [Using Swift with Cocoa and Objective-C](https://developer.apple.com/library/content//documentation/Swift/Conceptual/BuildingCocoaApps/index.html) (HTML) [(iBook)](https://itunes.apple.com/us/book/using-swift-cocoa-objective/id888894773?mt=11) +* [The Swift Programming Language](https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html) (HTML) + * [The Swift Programming Language (Swift 5.7)](https://itunes.apple.com/us/book/swift-programming-language/id881256329?mt=11) - Apple Inc. (iBook) + * [Using Swift with Cocoa and Objective-C](https://itunes.apple.com/us/book/using-swift-cocoa-objective/id888894773?mt=11) - Apple Inc. (iBook) #### Vapor