From 42c0362303f832ed0c75c07bf377396947e81e9d Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 5 Jun 2019 15:14:05 +1200 Subject: [PATCH] Fix link --- libraries/controllers/src/controllers/ScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/controllers/src/controllers/ScriptingInterface.h b/libraries/controllers/src/controllers/ScriptingInterface.h index 6a9a5c9dbb..05e246deaa 100644 --- a/libraries/controllers/src/controllers/ScriptingInterface.h +++ b/libraries/controllers/src/controllers/ScriptingInterface.h @@ -263,7 +263,7 @@ namespace controller { * methods. The mapping can then be enabled using {@link Controller.enableMapping|enableMapping} for it to take effect. * @function Controller.newMapping * @param {string} [mappingName=Uuid.generate()] - A unique name for the mapping. If not specified a new UUID generated - * by {@link Uuid(0).generate} is used. + * by {@link Uuid(0).generate|Uuid.generate} is used. * @returns {MappingObject} A controller mapping object. * @example Create a simple mapping that makes the right trigger move your avatar up. * var MAPPING_NAME = "com.highfidelity.controllers.example.newMapping";