We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef2028 commit cb8489cCopy full SHA for cb8489c
1 file changed
cmd/tasks/util/cleanup-link.mjs
@@ -21,7 +21,7 @@ export function cleanupLink(x) {
21
link = 'https://github.com/' + link.slice(15);
22
}
23
24
- if (link.startsWith('github.com')) {
+ if (link.startsWith('github.com/')) {
25
link = 'https://' + link;
26
27
0 commit comments