Skip to content

Commit 3f54ad4

Browse files
committed
change link of chapter_basic
1 parent d7f6813 commit 3f54ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
[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
55
[chapter_basics]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html
6+
[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
67
[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
78
[solutions]: http://blog.swiftcast.tv/the-swift-programming-language-solutions-to-experiments/
89
[swift_js]: http://realm.io/news/swift-for-javascript-developers/
910
[operators]: http://nshipster.com/swift-operators/
1011
[reserved_words]: http://blog.swiftcast.tv/articles/reserved-words-escaping
1112
[values_vs_reference]: https://developer.apple.com/swift/blog/?id=10
1213
[compound_vs_named]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Types.html
13-
[chapter_basics]: https://developer.apple.com/swift/blog/?id=12
1414
[optionals_case]: https://developer.apple.com/swift/blog/?id=12
1515
[swift_defines_away]: https://medium.com/@rrridges/swift-optionals-a10dcfd8aab5
1616
[chapter_functions]: https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Functions.html
@@ -231,7 +231,7 @@ and increase the type safety of your code.
231231

232232
#### Readings
233233

234-
* [x]: Read the section called "Optionals" in "The Basics Chapter" of the Swift ebook.
234+
* [x]: Read the [section called "Optionals"][optionals_basics] in "The Basics Chapter" of the Swift ebook.
235235
* [x]: Read ["How Swift "Defines Away" Common Programming Errors…sort of"][swift_defines_away] by Matt Bridges
236236
* [x]: Read ["Optional Case Study: Value for Keys"][optionals_case] from the Swift Blog
237237

0 commit comments

Comments
 (0)