diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2014-01-03 12:52:23 -0600 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2014-01-03 12:52:23 -0600 |
commit | 527fc37efa9cdd9881a2afa3b5e217b91a12db9e (patch) | |
tree | 2f64b960d82b9e696e1e2603855b515d19959000 /objective-c.html.markdown | |
parent | db691596bb0a549a01c22e097d0c8d2d84beed5f (diff) |
Remove broken Apple website link to Learning Objective-C and replaced with Programming with Objective-C Apple book link.
Diffstat (limited to 'objective-c.html.markdown')
-rw-r--r-- | objective-c.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c.html.markdown b/objective-c.html.markdown index 4ba1e5d5..248e132e 100644 --- a/objective-c.html.markdown +++ b/objective-c.html.markdown @@ -441,6 +441,6 @@ __unsafe_unretained NSArray *unsafeArray; // Like __weak but unsafeArray not set [Wikipedia Objective-C](http://en.wikipedia.org/wiki/Objective-C) -[Learning Objective-C](http://developer.apple.com/library/ios/referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/) +[Programming with Objective-C. Apple PDF book](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf) [iOS For High School Students: Getting Started](http://www.raywenderlich.com/5600/ios-for-high-school-students-getting-started) |