|
3 | 3 | [swiftcast tweet link]: https://twitter.com/intent/tweet?text=@SwiftCastTV%20@GoThinkster%20 |
4 | 4 |
|
5 | 5 | [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 |
7 | 7 |
|
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 |
11 | 11 | [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 |
13 | 13 | [solutions]: http://www.swiftcast.tv/articles/swift-programming-language-solutions-experiments |
14 | 14 | [swift_js]: http://realm.io/news/swift-for-javascript-developers/ |
15 | 15 | [operators]: http://nshipster.com/swift-operators/ |
16 | 16 | [reserved_words]: http://blog.swiftcast.tv/articles/reserved-words-escaping |
17 | 17 | [values_vs_reference]: https://developer.apple.com/swift/blog/?id=10 |
18 | 18 | [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 |
20 | 20 | [optionals_case]: https://developer.apple.com/swift/blog/?id=12 |
21 | 21 | [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 |
24 | 24 | [basic_functions_closures]: http://airspeedvelocity.net/2014/06/11/a-basic-tutorial-on-functions-and-closures-in-swift/ |
25 | 25 | [function_cheatsheet]: http://adoptioncurve.net/archives/2014/08/the-many-forms-of-swift-functions-a-cheatsheet/ |
26 | 26 | [closure_choke]: http://www.informit.com/articles/article.aspx?p=2234250 |
|
0 commit comments