## libhashkit
+libhashkit is not usable for general purpose hashing, because it is geared to
+usage by libmemcached.
+
### MurMur
Hashkit's MurMur/MurMur3 are limited to the lower 32 bits.
### crc32
-Commit "[More Hashing methods](./commits/1207354f)" from October 2007
-first released in v0.8, which main intention seems to have been to add
-FNV1 hash algos, changed the result of the crc32 hash to only its upper
-16 bits sans MSB, without any additional comment.
+Commit "[More Hashing methods](https://github.com/m6w6/libmemcached/commits/1207354f)"
+from October 2007 first released in v0.8, which main intention seems to have
+been to add FNV1 hash algos, changed the result of the crc32 hash to only its
+upper 16 bits sans MSB, without any additional comment.
The implementations referred to in the file header (Postgres and BSD)
do not exhibit this behavior.
## ChangeLog
-Check out the latest [releases](./releases) or the bundled
-[ChangeLog](./ChangeLog.md) for a comprehensive list of changes.
+Check out the latest [releases](https://github.com/m6w6/libmemcached/releases)
+or the bundled [ChangeLog](./ChangeLog.md) for a comprehensive list of changes.
## License