Skip to content

readme: fixing link #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -26,4 +26,4 @@ To initially create the reference list use:
java -jar RoutingGrid.jar cities.list output_grid.html reference.list 1