eina: Fix broken link in doc to introduce integer hash algorithms

This commit is contained in:
Jeeyong Um 2017-05-30 13:33:19 +09:00
parent ebb9cad1ed
commit 0e78ecb325
1 changed files with 2 additions and 2 deletions

View File

@ -1126,7 +1126,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
@ -1137,7 +1137,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