From f97a64d866cb95db10ee0456194c24e26b2a8ab4 Mon Sep 17 00:00:00 2001 From: Kavan Price Date: Thu, 10 Apr 2025 13:38:20 +0100 Subject: [PATCH] Fix fastening end effector reference --- Robot/Fastening_Robot/Robot-v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robot/Fastening_Robot/Robot-v1.json b/Robot/Fastening_Robot/Robot-v1.json index 0f56800..0bed071 100644 --- a/Robot/Fastening_Robot/Robot-v1.json +++ b/Robot/Fastening_Robot/Robot-v1.json @@ -23,7 +23,7 @@ "patternProperties": { "^[a-zA-Z0-9_]*$": { "$comment": "An end effector position identifier", - "$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Fastening_Robot/Fastening_End_Effector-v1.json" + "$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Robot/Fastening_Robot/Fastening_End_Effector-v1.json" } } }