eina: Fix broken link in doc to introduce integer hash algorithms 54/131554/1
authorJeeyong Um <conr2d@gmail.com>
Tue, 30 May 2017 04:37:18 +0000 (13:37 +0900)
committerJeeyong Um <jc9.um@samsung.com>
Tue, 30 May 2017 04:38:32 +0000 (04:38 +0000)
Signed-Off-By: Jeeyong Um <jc9.um@samsung.com>
Change-Id: Ic2fa32d92f20f2cf1c558182f99ba22b9f7e560f

src/lib/eina/eina_hash.h

index 3077906..7cdd0f1 100644 (file)
@@ -1266,7 +1266,7 @@ static inline int eina_hash_djb2_len(const char *key,
 
 /**
  * @brief
- * Hash function from http://www.concentric.net/~Ttwang/tech/inthash.htm
+ * Hash function from http://web.archive.org/web/20071223173210/http://www.concentric.net/~Ttwang/tech/inthash.htm
  *
  * @param pkey The key to hash
  * @param len The length of the key
@@ -1277,7 +1277,7 @@ static inline int eina_hash_int32(const unsigned int *pkey,
 
 /**
  * @brief
- * Hash function from http://www.concentric.net/~Ttwang/tech/inthash.htm
+ * Hash function from http://web.archive.org/web/20071223173210/http://www.concentric.net/~Ttwang/tech/inthash.htm
  *
  * @param pkey The key to hash
  * @param len The length of the key