From 87866cdc29682c1a70cfbbd09d9d2287094f0f8d Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Thu, 5 Sep 2024 10:02:08 +0200 Subject: [PATCH] Fix hand-controls usage in content.md --- content.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content.md b/content.md index 21e6f46..c17f5cf 100644 --- a/content.md +++ b/content.md @@ -611,10 +611,10 @@ the animations of the model at once. Remix Lesson on Glitch -1. Find `` and add the [hand-controls component](https://aframe.io/docs/0.5.0/components/hand-controls.html) -configured to the left hand (`hand-controls="left"`) +1. Find `` and add the [hand-controls component](https://aframe.io/docs/master/components/hand-controls.html) +configured to the left hand (`hand-controls="hand: left"`) 2. Find `` and add the hand-controls component -configured to the right hand (`hand-controls="right"`) +configured to the right hand (`hand-controls="hand: right"`) 3. View the result and see the hands moving with pre-recorded motions