Skip to content

Commit e2ce254

Browse files
authored
fix: update console url (#45)
1 parent 2be3232 commit e2ce254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scripts/pspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Using Shell (macOS, Linux, and Windows using WSL):
88

99
```sh
10-
curl -fsSL https://console.paperspace.com/install.sh | sh
10+
curl -fsSL https://dashboard.paperspace.com/install.sh | sh
1111
```
1212

1313
Using Scoop (Windows):

env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const env = baseEnv({
1818
PAPERSPACE_CONSOLE_URL: baseEnv
1919
.string()
2020
.url()
21-
.default(`https://console.paperspace.com/`),
21+
.default(`https://dashboard.paperspace.com/`),
2222
/**
2323
* A custom Paperspace Console URL
2424
*/

0 commit comments

Comments
 (0)