diff --git a/.scripts/pspace.md b/.scripts/pspace.md index b4c154a..bce5444 100644 --- a/.scripts/pspace.md +++ b/.scripts/pspace.md @@ -7,7 +7,7 @@ Using Shell (macOS, Linux, and Windows using WSL): ```sh -curl -fsSL https://console.paperspace.com/install.sh | sh +curl -fsSL https://dashboard.paperspace.com/install.sh | sh ``` Using Scoop (Windows): diff --git a/env.ts b/env.ts index 33ad61f..5e9ad67 100644 --- a/env.ts +++ b/env.ts @@ -18,7 +18,7 @@ export const env = baseEnv({ PAPERSPACE_CONSOLE_URL: baseEnv .string() .url() - .default(`https://console.paperspace.com/`), + .default(`https://dashboard.paperspace.com/`), /** * A custom Paperspace Console URL */