From 7787af23a8b61e7b4ce8b1cb692dc477f9c44419 Mon Sep 17 00:00:00 2001 From: MK Date: Wed, 15 Apr 2026 20:54:11 +0800 Subject: [PATCH] docs: point windows installer at setup.viteplus.dev Move the Windows installer download URL from vp-setup.void.app to setup.viteplus.dev, updating the Netlify redirect target, the RFC, and the user-facing docs link. --- docs/guide/index.md | 2 +- netlify.toml | 2 +- rfcs/windows-installer.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index cb4f63497d..5f50a38883 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -18,7 +18,7 @@ curl -fsSL https://vite.plus | bash irm https://vite.plus/ps1 | iex ``` -Alternatively, download and run [`vp-setup.exe`](https://viteplus.dev/vp-setup). +Alternatively, download and run [`vp-setup.exe`](https://setup.viteplus.dev). ::: tip SmartScreen warning The `vp-setup.exe` is not yet code-signed. Your browser may show a warning when downloading. Click **"..."** → **"Keep"** → **"Keep anyway"** to proceed. If Windows Defender SmartScreen blocks the file when you run it, click **"More info"** → **"Run anyway"**. diff --git a/netlify.toml b/netlify.toml index a933522435..9b76ffa616 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,5 +6,5 @@ publish = ".vitepress/dist" # Windows installer redirect [[redirects]] from = "/vp-setup" -to = "https://vp-setup.void.app" +to = "https://setup.viteplus.dev" status = 302 diff --git a/rfcs/windows-installer.md b/rfcs/windows-installer.md index 095f29e754..43f6c03c8e 100644 --- a/rfcs/windows-installer.md +++ b/rfcs/windows-installer.md @@ -413,7 +413,7 @@ The release workflow already creates GitHub Releases. Add build + upload steps f ### Phase 2: Direct Download URL (done) -`https://viteplus.dev/vp-setup` redirects (302) to `https://vp-setup.void.app` via Netlify redirect in `netlify.toml`. Installation docs link to the user-facing `viteplus.dev` URL. +`https://viteplus.dev/vp-setup` redirects (302) to `https://setup.viteplus.dev` via Netlify redirect in `netlify.toml`. Installation docs link to the user-facing `viteplus.dev` URL. ### Phase 3: Package Managers