Updated broken urls

This commit is contained in:
NexPro 2020-01-15 23:08:27 +00:00
parent e15c135dc5
commit 9af7c39513

View file

@ -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() {