From d7c82758c362add2f273e0a765dec3230ef3144e Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Thu, 7 Sep 2023 15:53:47 -0400 Subject: [PATCH] fix link --- docs/extend/modular-resources/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/modular-resources/_index.md b/docs/extend/modular-resources/_index.md index b0b9641272..8ef51fa983 100644 --- a/docs/extend/modular-resources/_index.md +++ b/docs/extend/modular-resources/_index.md @@ -11,7 +11,7 @@ aliases: --- At Viam, a robot is configured with one or more {{< glossary_tooltip term_id="resource" text="resources" >}} ([components](/components/) and [services](/services/)) which are each defined by a [public API](/extend/modular-resources/key-concepts/#valid-apis-to-implement-in-your-model). -While Viam offers a number of built-in implementations against these APIs, such as the [wheeled base](components/base/wheeled/), you may also write your own implementations in order to extend the capabilities of your robot. +While Viam offers a number of built-in implementations against these APIs, such as the [wheeled base](/components/base/wheeled/), you may also write your own implementations in order to extend the capabilities of your robot. For example, you can: