Skip to content

Commit 8e0e469

Browse files
committed
Updating pre-release links to updated publication
Not all links our outdated, but some are doing redirects to the non-beta documentation, so I'm updating those accordingly.
1 parent ff3e776 commit 8e0e469

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

a-better-way-to-learn-swift.mdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
[swiftcast tweet link]: https://twitter.com/intent/tweet?text=@SwiftCastTV%20@GoThinkster%20
44

55
[apple_dev]: https://developer.apple.com/register/index.action
6-
[playgrounds]: https://developer.apple.com/library/prerelease/ios/recipes/xcode_help-source_editor/chapters/ExploringandEvaluatingSwiftCodeinaPlayground.html
6+
[playgrounds]: https://developer.apple.com/library/ios/recipes/xcode_help-source_editor/chapters/ExploringandEvaluatingSwiftCodeinaPlayground.html
77

8-
[chapter_tour]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html#//apple_ref/doc/uid/TP40014097-CH2-XID_1
9-
[chapter_basics]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html
10-
[optionals_basics]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html#//apple_ref/doc/uid/TP40014097-CH5-XID_485
8+
[chapter_tour]: https://developer.apple.com/library/mac/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html#//apple_ref/doc/uid/TP40014097-CH2-XID_1
9+
[chapter_basics]: https://developer.apple.com/library/mac/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html
10+
[optionals_basics]: https://developer.apple.com/library/mac/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html#//apple_ref/doc/uid/TP40014097-CH5-XID_485
1111
[optionals_complete_guide]: http://matteomanferdini.com/the-complete-guide-to-understanding-swift-optionals/
12-
[chapter_extensions]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Extensions.html#//apple_ref/doc/uid/TP40014097-CH24-XID_229
12+
[chapter_extensions]: https://developer.apple.com/library/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Extensions.html#//apple_ref/doc/uid/TP40014097-CH24-XID_229
1313
[solutions]: http://www.swiftcast.tv/articles/swift-programming-language-solutions-experiments
1414
[swift_js]: http://realm.io/news/swift-for-javascript-developers/
1515
[operators]: http://nshipster.com/swift-operators/
1616
[reserved_words]: http://blog.swiftcast.tv/articles/reserved-words-escaping
1717
[values_vs_reference]: https://developer.apple.com/swift/blog/?id=10
1818
[values_vs_reference_intuition]: http://www.objc.io/issue-16/swift-classes-vs-structs.html
19-
[compound_vs_named]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Types.html
19+
[compound_vs_named]: https://developer.apple.com/library/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Types.html
2020
[optionals_case]: https://developer.apple.com/swift/blog/?id=12
2121
[swift_defines_away]: https://medium.com/@rrridges/swift-optionals-a10dcfd8aab5
22-
[chapter_functions]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Functions.html
23-
[chapter_closures]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Closures.html
22+
[chapter_functions]: https://developer.apple.com/library/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Functions.html
23+
[chapter_closures]: https://developer.apple.com/library/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Closures.html
2424
[basic_functions_closures]: http://airspeedvelocity.net/2014/06/11/a-basic-tutorial-on-functions-and-closures-in-swift/
2525
[function_cheatsheet]: http://adoptioncurve.net/archives/2014/08/the-many-forms-of-swift-functions-a-cheatsheet/
2626
[closure_choke]: http://www.informit.com/articles/article.aspx?p=2234250

0 commit comments

Comments
 (0)