diff options
author | Clayton Walker <claytonwalkerucf@knights.ucf.edu> | 2015-10-06 22:25:38 -0400 |
---|---|---|
committer | Clayton Walker <claytonwalkerucf@knights.ucf.edu> | 2015-10-06 22:25:38 -0400 |
commit | d540d1c67bb123f8e7dc3233be957e29d8983e4b (patch) | |
tree | 37ec597d7003e1cee41da69b7b338030516a3b3a /swift.html.markdown | |
parent | 6ac7368b3b8e3ce1ee6c50c9f088553e7cbc6d1a (diff) |
Original link directs to page that can't be found. Changed to represent new location of the Apple Developer tutorial on swift.
Diffstat (limited to 'swift.html.markdown')
-rw-r--r-- | swift.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift.html.markdown b/swift.html.markdown index 509c9d2f..86a0b89a 100644 --- a/swift.html.markdown +++ b/swift.html.markdown @@ -12,7 +12,7 @@ Swift is a programming language for iOS and OS X development created by Apple. D The official [Swift Programming Language](https://itunes.apple.com/us/book/swift-programming-language/id881256329) book from Apple is now available via iBooks. -See also Apple's [getting started guide](https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/RoadMapiOS/index.html), which has a complete tutorial on Swift. +See also Apple's [getting started guide](https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/), which has a complete tutorial on Swift. ```swift // import a module |