Skip to content

Commit f00bc25

Browse files
authored
docs: point windows installer at setup.viteplus.dev (#1390)
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.
1 parent 6e06c17 commit f00bc25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ curl -fsSL https://vite.plus | bash
1818
irm https://vite.plus/ps1 | iex
1919
```
2020

21-
Alternatively, download and run [`vp-setup.exe`](https://viteplus.dev/vp-setup).
21+
Alternatively, download and run [`vp-setup.exe`](https://setup.viteplus.dev).
2222

2323
::: tip SmartScreen warning
2424
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"**.

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ publish = ".vitepress/dist"
66
# Windows installer redirect
77
[[redirects]]
88
from = "/vp-setup"
9-
to = "https://vp-setup.void.app"
9+
to = "https://setup.viteplus.dev"
1010
status = 302

rfcs/windows-installer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ The release workflow already creates GitHub Releases. Add build + upload steps f
413413

414414
### Phase 2: Direct Download URL (done)
415415

416-
`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.
416+
`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.
417417

418418
### Phase 3: Package Managers
419419

0 commit comments

Comments
 (0)