Skip to content

Commit 28a4f70

Browse files
committed
Update api-link-parser.js
1 parent 6d48fe3 commit 28a4f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-link-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function decodeLink(url) {
106106
} else {
107107

108108
// show codeit link
109-
linkData.redirect = baseURL;
109+
linkData.redirect = baseURL + '/full';
110110
linkData.redirectText = 'Open Codeit';
111111

112112
}

0 commit comments

Comments
 (0)