Commit 153bb29
committed
fix: use web_url instead of http_url_to_repo for GitLab repository URL
The normalizeRepositoryCloneUrls function was using http_url_to_repo (which
has a .git suffix) as the url field. This caused the 'Open on GitLab' button
to open a .git-suffixed URL and display it in the UI. Use web_url instead,
which is the proper browser URL and also works as an HTTPS clone URL.1 parent 98a7847 commit 153bb29
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments