diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2015-01-28 11:59:25 -0700 |
---|---|---|
committer | Geoff Liu <cangming.liu@gmail.com> | 2015-01-28 11:59:25 -0700 |
commit | 758b21950953974de3644a39f946b103d0f57e89 (patch) | |
tree | b532a3680eb6676f31f7b5427cb99dd8b70ce510 /swift.html.markdown | |
parent | 553bf62f896f22d8cab43e127693a5af561fe0c7 (diff) | |
parent | d83a7a56c3ad56c95e42a130b40a9752534fe218 (diff) |
Merge pull request #940 from TheDmitry/master
[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 |