From d3a5cadb6c2e26bb57e3d95d7fd6ec63c23afd04 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 29 Apr 2016 12:25:57 +0200 Subject: [PATCH] [skip ci] Fix linkt to C++ library --- docs/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http.md b/docs/http.md index b38482940..3fbc90d29 100644 --- a/docs/http.md +++ b/docs/http.md @@ -2,7 +2,7 @@ `osrm-routed` supports only `GET` requests of the form. If you your response size exceeds the limits of a simple URL encoding, consider using our [NodeJS bindings](https://github.com/Project-OSRM/node-osrm) -or using the [C++ library directly](https://github.com/Project-OSRM/osrm-backend/wiki/Library-api). +or using the [C++ library directly](libosrm.md). ### Request