diff options
Diffstat (limited to 'tests/test65.c')
-rw-r--r-- | tests/test65.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test65.c b/tests/test65.c index c863d21db..0584fb1a0 100644 --- a/tests/test65.c +++ b/tests/test65.c @@ -3,7 +3,7 @@ #include "uthash.h" // this is an example of how to do a LRU cache in C using uthash -// http://troydhanson.github.com/uthash/ +// http://troydhanson.github.io/uthash/ // by Jehiah Czebotar 2011 - jehiah@gmail.com // this code is in the public domain http://unlicense.org/ |