Browse Source

Fix url that redirect to the "connect to remote provider" documentation

main
Sir Kane 3 years ago
committed by Eric Amodio
parent
commit
05bedbe7bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 1
- 1
src/quickpicks/remoteProviderPicker.ts View File

@ -19,7 +19,7 @@ export class ConfigureCustomRemoteProviderCommandQuickPickItem extends CommandQu
}
async execute(): Promise<void> {
await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens#custom-remotes-settings'));
await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens#remote-provider-integration-settings-'));
}
}

Loading…
Cancel
Save