We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417a722 commit 2f2de8eCopy full SHA for 2f2de8e
api-link-cache.html
@@ -68,13 +68,13 @@
68
69
if (link && link.startsWith('https://cde.run/github.com/')) {
70
71
- link = link.replace('https://cde.run/github.com/', 'https://cde.run/');
+ link = link.replace('https://cde.run/github.com/', 'https://cde.run/https://github.com/');
72
73
}
74
75
if (link && link.startsWith('https://dev.cde.run/github.com/')) {
76
77
- link = link.replace('https://dev.cde.run/github.com/', 'https://dev.cde.run/');
+ link = link.replace('https://dev.cde.run/github.com/', 'https://dev.cde.run/https://github.com/');
78
79
80
0 commit comments