mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Updated broken urls
This commit is contained in:
parent
e15c135dc5
commit
9af7c39513
1 changed files with 2 additions and 3 deletions
|
@ -78,13 +78,12 @@
|
|||
var index = 0;
|
||||
var count = 3;
|
||||
var handControllerRefURL = "https://docs.projectathena.dev/explore/get-started/vr-controls.html#vr-controls";
|
||||
// Link below is currently throwing a 404
|
||||
// var keyboardRefURL = "https://docs.projectathena.dev/get-started/desktop.html#movement-controls";
|
||||
var keyboardRefURL = "https://docs.projectathena.dev/explore/get-started/desktop.html#movement-controls";
|
||||
var gamepadRefURL = "https://docs.projectathena.dev/explore/get-started/vr-controls.html#gamepad";
|
||||
|
||||
function showKbm() {
|
||||
document.getElementById("main_image").setAttribute("src", "img/tablet-help-keyboard.jpg");
|
||||
// document.getElementById("image_button").setAttribute("href", keyboardRefURL);
|
||||
document.getElementById("image_button").setAttribute("href", keyboardRefURL);
|
||||
}
|
||||
|
||||
function showHandControllers() {
|
||||
|
|
Loading…
Reference in a new issue