Skip to content

Commit

Permalink
fix: update console url (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-kwang authored Jun 27, 2023
1 parent 2be3232 commit e2ce254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scripts/pspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit e2ce254

Please sign in to comment.