aboutsummaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-04-10 21:54:23 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-04-10 22:05:43 +0200
commitb7fb06da2364bdee1d224cbc5cb7afd8b402248e (patch)
tree12a77d748684239d1fdb7baf605b85cc240fb36f /map.c
parent5123bbc47dae0cbdf1d4adb8181309d8d6d72fdf (diff)
downloadvis-b7fb06da2364bdee1d224cbc5cb7afd8b402248e.tar.gz
vis-b7fb06da2364bdee1d224cbc5cb7afd8b402248e.tar.xz
Fix crit-bit tree URL reference
Diffstat (limited to 'map.c')
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.c b/map.c
index 75dcc36..9906e42 100644
--- a/map.c
+++ b/map.c
@@ -5,7 +5,7 @@
* and D. J. Bernstein.
*
* Further information about the data structure can be found at:
- * http://cr.yp.to/critbit.htm
+ * http://cr.yp.to/critbit.html
* http://github.com/agl/critbit
* http://ccodearchive.net/info/strmap.html
*/