Fixing link to property lists in README

This commit is contained in:
Mattt Thompson 2012-01-22 11:53:34 -08:00
parent 4ef3c71260
commit abc1cbfd29

View file

@ -48,7 +48,7 @@ AFNetworking is architected to be as small and modular as possible, in order to
</tr>
<tr>
<td><a href="http://afnetworking.org/Documentation/Classes/AFPropertyListRequestOperation.html">AFPropertyListRequestOperation</a></td>
<td>A subclass of <tt>AFHTTPRequestOperation</tt> for downloading and deserializing objects with [property list](http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/PropertyLists/index.html) response data.</td>
<td>A subclass of <tt>AFHTTPRequestOperation</tt> for downloading and deserializing objects with <a href="http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/PropertyLists/index.html">property list</a> response data.</td>
</tr>
<tr><th colspan="2" style="text-align:center;">HTTP Client</th></tr>