From 6a4717b8893220232f34c38609a5f80aeb05ea47 Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Thu, 2 Sep 2021 12:14:03 +0200 Subject: [PATCH] fix bad link --- docs/Develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Develop.md b/docs/Develop.md index 9101599..1e9bf08 100644 --- a/docs/Develop.md +++ b/docs/Develop.md @@ -10,7 +10,7 @@ pip3 install -r requirements-dev.txt``` prospector ``` ## API documentation -The api documentation is described here : [api_spec.md](api_spec.md). +The api documentation is described here : [api_spec.md](../api_spec.md). You can use all functions from the doc, for example : ```myp.api().get_car_last_position(myp.get_vehicle_id_with_vin("myvin"))``` ## Analysing request