From ee6e33b26260aa86d6941af22348322bf1239874 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Sun, 12 May 2024 19:23:38 +0200 Subject: [PATCH] Replace dead link with archive.org link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe4940c0..dbce8a89b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The following services are available via HTTP API, C++ library interface and Nod To quickly try OSRM use our [demo server](http://map.project-osrm.org) which comes with both the backend and a frontend on top. -For a quick introduction about how the road network is represented in OpenStreetMap and how to map specific road network features have a look at [this guide about mapping for navigation](https://www.mapbox.com/mapping/mapping-for-navigation/). +For a quick introduction about how the road network is represented in OpenStreetMap and how to map specific road network features have a look at [this guide about mapping for navigation](https://web.archive.org/web/20221206013651/https://labs.mapbox.com/mapping/mapping-for-navigation/). Related [Project-OSRM](https://github.com/Project-OSRM) repositories: - [osrm-frontend](https://github.com/Project-OSRM/osrm-frontend) - User-facing frontend with map. The demo server runs this on top of the backend