From fc5d948d2e4f79c6b0d2387ea6638308a0e2c940 Mon Sep 17 00:00:00 2001 From: Namlak Date: Sun, 29 Jul 2018 22:10:22 -0700 Subject: [PATCH] Update interfaces.md Added .md to bad link to Getting Started --- docs/interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: