diff --git a/vnc_auto.html b/vnc_auto.html
index 28882bcb..b480ff21 100644
--- a/vnc_auto.html
+++ b/vnc_auto.html
@@ -83,6 +83,9 @@
+
@@ -287,6 +290,11 @@
return; // don't continue trying to connect
}
+ var coyoteName = WebUtil.getConfigVar('name', '');
+ var elm = document.getElementById('zn-download-link');
+ elm.href = 'https://coyote.priceyak.com/download/' + coyoteName;
+ elm.style.display = '';
+
rfb.connect(host, port, password, path);
};