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 2f2de8e commit 28f3ce4Copy full SHA for 28f3ce4
api/link.js
@@ -141,13 +141,13 @@ if (link && !link.startsWith('https://cde.run')
141
142
if (link && link.startsWith('https://cde.run/github.com/')) {
143
144
- 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/');
145
146
}
147
148
if (link && link.startsWith('https://dev.cde.run/github.com/')) {
149
150
- 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/');
151
152
153
0 commit comments