diff --git a/pkg/cmd/codespace/ports.go b/pkg/cmd/codespace/ports.go index 5b55f0c5d..47fd4d979 100644 --- a/pkg/cmd/codespace/ports.go +++ b/pkg/cmd/codespace/ports.go @@ -131,7 +131,7 @@ type portInfo struct { } func (pi *portInfo) BrowseURL() string { - return fmt.Sprintf("https://%s-%d.githubpreview.dev", pi.codespace.Name, pi.Port.SourcePort) + return fmt.Sprintf("https://%s-%d.preview.app.github.dev", pi.codespace.Name, pi.Port.SourcePort) } func (pi *portInfo) Label() string {