From 01ec673f700ccaeae5a3a258ec9d2ba28ae93239 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Wed, 15 Jul 2026 05:21:07 -0400 Subject: [PATCH] docs(python): normalize PythonClient README links to microsoft/AirSim Use lowercase GitHub org path for example and docs deeplinks in the Python client quickstart README. --- PythonClient/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PythonClient/README.md b/PythonClient/README.md index b9e32423db..d30f676eb7 100644 --- a/PythonClient/README.md +++ b/PythonClient/README.md @@ -3,7 +3,7 @@ This package contains Python APIs for [AirSim](https://github.com/microsoft/airsim). ## How to Use -See examples at [car/hello_car.py](https://github.com/Microsoft/AirSim/blob/main/PythonClient/car/hello_car.py) or [multirotor/hello_drone.py](https://github.com/microsoft/AirSim/blob/main/PythonClient/multirotor/hello_drone.py). +See examples at [car/hello_car.py](https://github.com/microsoft/AirSim/blob/main/PythonClient/car/hello_car.py) or [multirotor/hello_drone.py](https://github.com/microsoft/AirSim/blob/main/PythonClient/multirotor/hello_drone.py). ## Dependencies This package depends on `msgpack` and would automatically install `msgpack-rpc-python` (this may need administrator/sudo prompt): @@ -16,5 +16,5 @@ Some examples also requires opencv. ## More Info More information on AirSim Python APIs can be found at: -https://github.com/Microsoft/AirSim/blob/main/docs/python.md +https://github.com/microsoft/AirSim/blob/main/docs/python.md