From 21b5c74cb0808154db9958968aa08120cab1c444 Mon Sep 17 00:00:00 2001 From: Drew Dara-Abrams Date: Tue, 22 Oct 2013 15:15:12 -0700 Subject: [PATCH] readme: fixing link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5db358..3de3999 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ RoutingGrid Creates a distance routing grid between cities to check for broken routes in OSM This is a little java program to create a grid of distances between cities / locations as seen by OSM data. -It uses the router provided by map.projct-osrm.org. +It uses the router provided by [map.project-osrm.org](http://map.project-osrm.org). It also uses a refernece source to determin which routes are longer than expected. For the moment it uses the google directions API as a reference. @@ -26,4 +26,4 @@ To initially create the reference list use: java -jar RoutingGrid.jar cities.list output_grid.html reference.list 1 - \ No newline at end of file +