Skip to content

Commit ff4b269

Browse files
committed
docs: use viteplus.dev/vp-setup as download URL (cleaner without .exe)
1 parent 9dc0374 commit ff4b269

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.exe).
21+
Alternatively, download and run [`vp-setup.exe`](https://viteplus.dev/vp-setup).
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
@@ -5,6 +5,6 @@ publish = ".vitepress/dist"
55

66
# Windows installer redirect
77
[[redirects]]
8-
from = "/vp-setup.exe"
8+
from = "/vp-setup"
99
to = "https://vp-setup.void.app"
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.exe` 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://vp-setup.void.app` 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)