Skip to content

Commit 56b7fbc

Browse files
committed
Update main.py
1 parent 5b796a5 commit 56b7fbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def sync_command(
103103
# Configuration
104104
DEFAULT_API_URL = "https://api.hyperaide.com"
105105
DEV_API_URL = "http://localhost:4000"
106-
DEFAULT_WELCOME_URL = "https://hyperaide.com/browser-sync/welcome"
106+
DEFAULT_WELCOME_URL = "https://app.hyperaide.com/browser-sync/welcome"
107107
DEV_WELCOME_URL = "http://localhost:3000/browser-sync/welcome"
108108

109109
# Auth-related cookie name patterns
@@ -465,7 +465,7 @@ def sync_browser_auth(api_key: Optional[str] = None):
465465
display_results(result)
466466

467467
console.print()
468-
console.print("[dim]You can view and manage your connected sites at https://hyperaide.com/browser-connections[/dim]")
468+
console.print("[dim]You can view and manage your connected sites at https://app.hyperaide.com/browser-connections[/dim]")
469469

470470

471471
@app.command()

0 commit comments

Comments
 (0)