From c07279d0e75a3305d5b8eb0936f2546cb0f03b41 Mon Sep 17 00:00:00 2001 From: Namlak Date: Sun, 29 Jul 2018 20:40:24 -0700 Subject: [PATCH] Update getting-started.md Fixed link to Interfaces, added .md --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ee221541..b0bbb489 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -230,7 +230,7 @@ The ODrive also supports velocity control and current (torque) control. You can now: * See what other [commands and parameters](commands.md) are available, including setting tuning parameters for better performance. - * Control the ODrive from your own program or hook it up to an existing system through one of it's [interfaces](interfaces). + * Control the ODrive from your own program or hook it up to an existing system through one of it's [interfaces](interfaces.md). * See how you can improve the behavior during the startup procedure, like [bypassing encoder calibration](encoders.md#encoder-with-index-signal). If you have any issues or any questions please get in touch. The [ODrive Community](https://discourse.odriverobotics.com/) warmly welcomes you.