Skip to content

Commit cb8489c

Browse files
committed
fix
1 parent 7ef2028 commit cb8489c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/tasks/util/cleanup-link.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function cleanupLink(x) {
2121
link = 'https://github.com/' + link.slice(15);
2222
}
2323

24-
if (link.startsWith('github.com')) {
24+
if (link.startsWith('github.com/')) {
2525
link = 'https://' + link;
2626
}
2727

0 commit comments

Comments
 (0)