We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be3232 commit e2ce254Copy full SHA for e2ce254
.scripts/pspace.md
@@ -7,7 +7,7 @@
7
Using Shell (macOS, Linux, and Windows using WSL):
8
9
```sh
10
-curl -fsSL https://console.paperspace.com/install.sh | sh
+curl -fsSL https://dashboard.paperspace.com/install.sh | sh
11
```
12
13
Using Scoop (Windows):
env.ts
@@ -18,7 +18,7 @@ export const env = baseEnv({
18
PAPERSPACE_CONSOLE_URL: baseEnv
19
.string()
20
.url()
21
- .default(`https://console.paperspace.com/`),
+ .default(`https://dashboard.paperspace.com/`),
22
/**
23
* A custom Paperspace Console URL
24
*/
0 commit comments