From 2a5541b14482e90dadb4a36d7b7cdd1940e80441 Mon Sep 17 00:00:00 2001 From: Florian BEZANNIER <48728684+flobz@users.noreply.github.com> Date: Tue, 5 Apr 2022 11:08:06 +0200 Subject: [PATCH] chore: Upadate FAQ --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f59b6ca..16a234c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -4,7 +4,7 @@ The car model need to be known by the app. To find it, the app use the first 10 character of your VIN. If the car isn't in the list we need to add it, to do that you need to edit the file here: -Go to [car_models.yml](https://github.com/flobz/psa_car_controller/blob/develop/psa_car_controller/psacc/resources/car_models.yml) +Go to [car_models.yml](https://github.com/flobz/psa_car_controller/blob/master/psa_car_controller/psacc/resources/car_models.yml) and click on edit then copy cut and already existent model in the list and edit all properties that are incorrect for your model. Finally, click on propose change.