Skip to content

Commit 28f3ce4

Browse files
committed
Update link.js
1 parent 2f2de8e commit 28f3ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/link.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ if (link && !link.startsWith('https://cde.run')
141141
142142
if (link && link.startsWith('https://cde.run/github.com/')) {
143143
144-
link = link.replace('https://cde.run/github.com/', 'https://cde.run/');
144+
link = link.replace('https://cde.run/github.com/', 'https://cde.run/https://github.com/');
145145
146146
}
147147
148148
if (link && link.startsWith('https://dev.cde.run/github.com/')) {
149149
150-
link = link.replace('https://dev.cde.run/github.com/', 'https://dev.cde.run/');
150+
link = link.replace('https://dev.cde.run/github.com/', 'https://dev.cde.run/https://github.com/');
151151
152152
}
153153

0 commit comments

Comments
 (0)