Skip to content

Commit 2f2de8e

Browse files
committed
Update api-link-cache.html
1 parent 417a722 commit 2f2de8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-link-cache.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868

6969
if (link && link.startsWith('https://cde.run/github.com/')) {
7070

71-
link = link.replace('https://cde.run/github.com/', 'https://cde.run/');
71+
link = link.replace('https://cde.run/github.com/', 'https://cde.run/https://github.com/');
7272

7373
}
7474

7575
if (link && link.startsWith('https://dev.cde.run/github.com/')) {
7676

77-
link = link.replace('https://dev.cde.run/github.com/', 'https://dev.cde.run/');
77+
link = link.replace('https://dev.cde.run/github.com/', 'https://dev.cde.run/https://github.com/');
7878

7979
}
8080

0 commit comments

Comments
 (0)