sshaw / git-link

Emacs package to get the GitHub/Bitbucket/GitLab/... URL for a buffer location
394 stars 73 forks source link

gitlab: Use /-/ scoped routing #112

Closed To1ne closed 1 year ago

To1ne commented 1 year ago

GitLab is changing toward having all project routes under the /-/ scope1. For a long time there was a redirect from legacy routes to these newer scoped routes, but in v16.0 this is no longer the case2. These scoped routes exist for several major versions already, so now it's safe to transition the GitLab URL to this newer scheme.

sshaw commented 1 year ago

Thanks.

For those that may be wondering why this is necessary see: https://gitlab.com/gitlab-org/gitlab/-/issues/214217