Skip to content

Commit

Permalink
Fix README link to WWDC session …
Browse files Browse the repository at this point in the history
Apple changed the format WWDC video URLs.
  • Loading branch information
Raphael Doehring authored and kcharwood committed Oct 27, 2015
1 parent f8abf69 commit caaa997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ NSDictionary *parameters = @{@"foo": @"bar", @"baz": @[@1, @2, @3]};
* Network reachability is a useful tool for determining why a request might have failed.
* After a network request has failed, telling the user they're offline is better than giving them a more technical but accurate error, such as "request timed out."

See also [WWDC 2012 session 706, "Networking Best Practices."](https://developer.apple.com/videos/wwdc/2012/#706).
See also [WWDC 2012 session 706, "Networking Best Practices."](https://developer.apple.com/videos/play/wwdc2012-706/).

#### Shared Network Reachability

Expand Down

0 comments on commit caaa997

Please sign in to comment.