Browse Source

Updates purchase url for a better experience

main
Eric Amodio 2 years ago
parent
commit
57e65f52fd
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/plus/subscription/subscriptionService.ts

+ 1
- 3
src/plus/subscription/subscriptionService.ts View File

@ -303,9 +303,7 @@ export class SubscriptionService implements Disposable {
if (this._subscription.account == null) {
void this.showPlans();
} else {
void env.openExternal(
Uri.joinPath(this.baseAccountUri, 'create-organization').with({ query: 'product=gitlens' }),
);
void env.openExternal(Uri.joinPath(this.baseAccountUri, 'subscription').with({ query: 'product=gitlens' }));
}
await this.showHomeView();
}

Loading…
Cancel
Save