From 01a50a43d9c8bdbb21cc27084bc65daf1e838d9b Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:11:12 +0100 Subject: [PATCH] DOCS-3216: Fix broken link --- docs/internals/kinematic-chain-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/kinematic-chain-config.md b/docs/internals/kinematic-chain-config.md index 52375b2591..75a8f99c69 100644 --- a/docs/internals/kinematic-chain-config.md +++ b/docs/internals/kinematic-chain-config.md @@ -16,7 +16,7 @@ For example, an [arm](/components/arm/) has a reference frame originating where If you want to implement a {{< glossary_tooltip term_id="modular-resource" text="modular resource" >}} with a complex kinematic chain, you need to add a file to your driver that details the attachment of the intermediate reference frames on the component. -This file can be a JSON file in the [same format as Viam's built-in arm drivers](https://github.com/viamrobotics/rdk/blob/main/components/arm/xarm/xarm6_kinematics.json), or an [.URDF file](https://industrial-training-master.readthedocs.io/en/melodic/_source/session3/Intro-to-URDF.html). +This file can be a JSON file like [The one for the xArm6](https://github.com/viam-modules/viam-ufactory-xarm/blob/main/arm/xarm6_kinematics.json), or a [.URDF file](https://industrial-training-master.readthedocs.io/en/melodic/_source/session3/Intro-to-URDF.html). ## Kinematic parameters