diff options
author | TheDmitry <TheDmitry@users.noreply.github.com> | 2015-01-28 11:24:31 +0300 |
---|---|---|
committer | TheDmitry <TheDmitry@users.noreply.github.com> | 2015-01-28 11:24:31 +0300 |
commit | f74fd2657a6233702a46926ec79d87e46b4fa65f (patch) | |
tree | a92397940f816d620da002e50b274ed4b0d0c2df /swift.html.markdown | |
parent | 553bf62f896f22d8cab43e127693a5af561fe0c7 (diff) |
[swift/en,cn,ru]Updating the getting started guide weblink.
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 c6d2a8af..0977efc4 100644 --- a/swift.html.markdown +++ b/swift.html.markdown @@ -10,7 +10,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/LandingPage/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/RoadMapiOS/index.html), which has a complete tutorial on Swift. ```swift // import a module |