From 0197b1621a0f987b49852563ab061b160583e85c Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Wed, 29 Mar 2023 22:22:47 -0700 Subject: [PATCH 1/2] update links --- README.md | 6 +++--- download/index.html | 2 +- download/linux.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6be9ec0..b9be100 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ * Invite Link: https://discord.gg/gYkX5G52SU # Downloads: - * [Windows](http://vysornuts.clockworkmod.com/download/win) - * [Mac](http://vysornuts.clockworkmod.com/download/mac) - * [Linux](http://vysornuts.clockworkmod.com/download/linux_deb) + * [Windows](http://nuts.vysor.io/download/win) + * [Mac](http://nuts.vysor.io/download/mac) + * [Linux](http://nuts.vysor.io/download/linux_deb) * The Linux download is a deb that will not autoupdate. [Setting up the apt repository](https://www.vysor.io/download/linux) is recommended for automatic updates. * [ChromeOS, Browser, Progressive Web App](https://app.vysor.io) * Android APK diff --git a/download/index.html b/download/index.html index 35fb0dd..882de3f 100644 --- a/download/index.html +++ b/download/index.html @@ -29,7 +29,7 @@ } function installAndClose(platform) { var back = getUrlVars()['return'] - var dl = 'https://vysornuts.clockworkmod.com/download/' + platform; + var dl = 'https://nuts.vysor.io/download/' + platform; if (back && back.length) { // sanitize back = decodeURIComponent(back); diff --git a/download/linux.html b/download/linux.html index 4469ac8..ff64807 100644 --- a/download/linux.html +++ b/download/linux.html @@ -41,7 +41,7 @@ } function installAndClose(platform) { var back = getUrlVars()['return'] - var dl = 'https://vysornuts.clockworkmod.com/download/' + platform; + var dl = 'https://nuts.vysor.io/download/' + platform; if (back && back.length) { // sanitize back = decodeURIComponent(back); From 59d9d2c0f2dac22b3bec2bd6e98e14c4fc40afa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=AAfferson=20Maxwell?= <96148846+MaxwellAt@users.noreply.github.com> Date: Sun, 16 Apr 2023 14:14:17 -0300 Subject: [PATCH 2/2] Added favicon in html for website The icon was missing for the Vysor website, so I realized that there was no link in the HTML head. I added it and hope it helps! --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 38d30e3..5b41bc9 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,10 @@ - + - +