diff --git a/docs/maps/api-reference.md b/docs/maps/api-reference.md index 80d57ea9..b9525d3c 100644 --- a/docs/maps/api-reference.md +++ b/docs/maps/api-reference.md @@ -202,6 +202,7 @@ global urls: "/_/global/domain/path/map.json[#start-layer-name]" Example: ```javascript +WA.goToRoom("/@/tcm/workadventure/floor0") // workadventure urls WA.goToRoom('../otherMap/map.json'); WA.goToRoom("/_/global/.json#start-layer-2") ```