diff --git a/interface/resources/html/tabletHelp.html b/interface/resources/html/tabletHelp.html
index 0521b490ed..a414417239 100644
--- a/interface/resources/html/tabletHelp.html
+++ b/interface/resources/html/tabletHelp.html
@@ -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() {