clarify external links
authorMichael Wallner <mike@php.net>
Sun, 25 Oct 2020 05:31:21 +0000 (06:31 +0100)
committerMichael Wallner <mike@php.net>
Sun, 25 Oct 2020 05:31:21 +0000 (06:31 +0100)
BUGS.md
README.md

diff --git a/BUGS.md b/BUGS.md
index e285ac1958b73605a91983365493799604cd5343..d84e4b654811cb50b55df2cd6871b5712c87d903 100644 (file)
--- a/BUGS.md
+++ b/BUGS.md
@@ -2,16 +2,19 @@
 
 ## 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.
index 42782e3fac2b272f227758de2e8e3b449d933577..4f977d0d8d9ee7d5b627ef5b37caad855e1f3224 100644 (file)
--- a/README.md
+++ b/README.md
@@ -57,8 +57,8 @@ Additional project metrics:
 
 ## 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