Fixing link to property lists in README
This commit is contained in:
parent
4ef3c71260
commit
abc1cbfd29
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ AFNetworking is architected to be as small and modular as possible, in order to
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="http://afnetworking.org/Documentation/Classes/AFPropertyListRequestOperation.html">AFPropertyListRequestOperation</a></td>
|
<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>
|
||||||
|
|
||||||
<tr><th colspan="2" style="text-align:center;">HTTP Client</th></tr>
|
<tr><th colspan="2" style="text-align:center;">HTTP Client</th></tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue