Skip to content

Commit ab45fae

Browse files
committed
Update link.js
1 parent 9f1b6c0 commit ab45fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const html = `
9696
9797
}
9898
99-
if (link && !link.startsWith('https:/github.com')) {
99+
if (link && link.startsWith('https:/github.com')) {
100100
101101
link = link.replace('https:/github.com', 'https://github.com');
102102

0 commit comments

Comments
 (0)