Browse Source

update link

Trevor Baron 6 years ago
parent
commit
6f22b4de13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Cameras/XR/babylon.webXRCamera.ts

+ 1 - 1
src/Cameras/XR/babylon.webXRCamera.ts

@@ -1,7 +1,7 @@
 module BABYLON {
     /**
      * WebXR Camera which holds the views for the xrSession
-     * @see https://immersive-web.github.io/webxr/
+     * @see https://doc.babylonjs.com/how_to/webxr
      */
     export class WebXRCamera extends FreeCamera {
         /**