From b067030242cfb66641146f3d0875974642aa4f8e Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Tue, 30 May 2017 16:21:31 -0700 Subject: [PATCH] Nit for DL link --- vnc_auto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc_auto.html b/vnc_auto.html index b480ff21..c85a3338 100644 --- a/vnc_auto.html +++ b/vnc_auto.html @@ -292,7 +292,7 @@ var coyoteName = WebUtil.getConfigVar('name', ''); var elm = document.getElementById('zn-download-link'); - elm.href = 'https://coyote.priceyak.com/download/' + coyoteName; + elm.href = '/download/' + coyoteName; elm.style.display = ''; rfb.connect(host, port, password, path);