From e2ce25479db45b02389828db41b045568269bdcc Mon Sep 17 00:00:00 2001 From: ps-kwang <135043922+ps-kwang@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:02:23 -0400 Subject: [PATCH] fix: update console url (#45) --- .scripts/pspace.md | 2 +- env.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */