[skip ci] Fix linkt to C++ library

This commit is contained in:
Patrick Niklaus 2016-04-29 12:25:57 +02:00
parent 65351faf83
commit d3a5cadb6c
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -2,7 +2,7 @@
`osrm-routed` supports only `GET` requests of the form. If you your response size `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) 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 ### Request