From 55b0e089b411ddd6ed3f54cc34fc31c40648926b Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 8 Jun 2022 23:49:06 -0400 Subject: [PATCH] Adds another GitLab scoped route change --- src/git/remotes/gitlab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git/remotes/gitlab.ts b/src/git/remotes/gitlab.ts index af49d86..699c5ed 100644 --- a/src/git/remotes/gitlab.ts +++ b/src/git/remotes/gitlab.ts @@ -19,7 +19,7 @@ export class GitLabRemote extends RemoteProvider { this._autolinks = [ { prefix: '#', - url: `${this.baseUrl}/issues/`, + url: `${this.baseUrl}/-/issues/`, title: `Open Issue # on ${this.name}`, }, ];