diff --git a/docs/interfaces.md b/docs/interfaces.md index e0c2ce7d..d2edece6 100644 --- a/docs/interfaces.md +++ b/docs/interfaces.md @@ -43,7 +43,7 @@ This protocol is what the ODrive Tool uses to talk to the ODrive. If you have a #### Python -The ODrive Tool you installed as part of the [Getting Started guide](getting-started#downloading-and-installing-tools) comes with a library that you can use to easily control the ODrive from Python. +The ODrive Tool you installed as part of the [Getting Started guide](getting-started.md#downloading-and-installing-tools) comes with a library that you can use to easily control the ODrive from Python. Assuming you already installed the odrive library (`pip install odrive`), the simplest program to control the ODrive is this: