Update documentation with new path of Vela INI config file

Change-Id: I1dabf8f675fa47fc9096393a29810fc430e006dc
diff --git a/applications/trustzone_inference/README.md b/applications/trustzone_inference/README.md
index 32a7264..447b3eb 100644
--- a/applications/trustzone_inference/README.md
+++ b/applications/trustzone_inference/README.md
@@ -27,12 +27,12 @@
 
 The model is converted using vela (v2.0.1)
 ```
-vela --cascading=True --config vela.ini --system-config=Ethos_U55_High_End_Embedded --memory-mode=Shared_Sram --accelerator-config=ethos-u55-128 --block-config-limit=0 ML-zoo/models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/mobilenet_v2_1.0_224_quantized_1_default_1.tflite
+vela --cascading=True --config Arm/vela.ini --system-config=Ethos_U55_High_End_Embedded --memory-mode=Shared_Sram --accelerator-config=ethos-u55-128 --block-config-limit=0 ML-zoo/models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/mobilenet_v2_1.0_224_quantized_1_default_1.tflite
 ```
 Where the vela.ini is fetched from the vela git repository:
 
 ```
-wget https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/refs/heads/master/vela.ini
+wget https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/refs/heads/master/ethosu/config_files/Arm/vela.ini
 ```
 
 Then the compiled model representation has been converted to a header file using xxd.