Fix Trond's email address.
[m6w6/libmemcached] / docs / libmemcached.pod
index e1a95a73eebdd34bfcf69a8b5e355c37f75437be..46fc2da0d42c7e257e7fa4215fa648ea6576abf1 100644 (file)
@@ -32,7 +32,7 @@ allocated and then initialized by memcached_create(). Functions have been
 written in order to encapsulate the C<memcached_st>. It is not
 recommended that you operate directly against the structure.
 
-Nearly all functions return a C<memcached_return> value.
+Nearly all functions return a C<memcached_return_t> value.
 This value can be translated to a printable string with memcached_strerror(3).
 
 Partitioning based on keys is supported in the library. Using the key partioning 
@@ -113,7 +113,7 @@ structure.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR