ckeditor4-sdk
ckeditor4-sdk copied to clipboard
Invalid CDN link to plugins produced in samples listings
Provide detailed reproduction steps (if any)
- Open Abbreviation Plugin sample.
- Scroll down to "Get Sample Source Code" section.
- Click it.
- Inspect the URL of abbr plugin.
Expected result
CKEDITOR.plugins.addExternal( 'abbr', 'https://sdk.ckeditor.com/samples/assets/plugins/abbr/', 'plugin.js' );
Actual result
CKEDITOR.plugins.addExternal( 'abbr', 'https://sdk.ckeditor.com/https://sdk.ckeditor.com/samples/assets/plugins/abbr/', 'plugin.js' );