Browse Source

Adds another GitLab scoped route change

main
Eric Amodio 2 years ago
parent
commit
55b0e089b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/git/remotes/gitlab.ts

+ 1
- 1
src/git/remotes/gitlab.ts View File

@ -19,7 +19,7 @@ export class GitLabRemote extends RemoteProvider {
this._autolinks = [ this._autolinks = [
{ {
prefix: '#', prefix: '#',
url: `${this.baseUrl}/issues/<num>`,
url: `${this.baseUrl}/-/issues/<num>`,
title: `Open Issue #<num> on ${this.name}`, title: `Open Issue #<num> on ${this.name}`,
}, },
]; ];

Loading…
Cancel
Save