Skip to content

Commit ba5af37

Browse files
author
pipeline
committed
bug(EJ2-3551): modified link npmci to ej2
1 parent 16297d3 commit ba5af37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/sb.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ export class SBController {
357357
for (let sb of sbArray) {
358358
let ele: HTMLFormElement = (select('#' + sb) as HTMLFormElement);
359359
ele.href = ((link) ? ('http://' + link[1] + '/' + (link[3] ? (link[3] + '/') : '')) :
360-
('http://npmci.syncfusion.com/production/')) +
360+
('http://ej2.syncfusion.com/')) +
361361
(sbObj[sb] ? (sb + '/') : '') + 'demos/#/' + (sample ? (sample[1] + (sb !== 'typescript' ? '' : '.html')) : '');
362362
}
363363
}

0 commit comments

Comments
 (0)