ckeditor / ckeditor4-sdk

A set of software development tools for CKEditor 4 along with samples.
Other
18 stars 21 forks source link

Invalid CDN link to plugins produced in samples listings #267

Open mlewand opened 6 years ago

mlewand commented 6 years ago

Provide detailed reproduction steps (if any)

  1. Open Abbreviation Plugin sample.
  2. Scroll down to "Get Sample Source Code" section.
  3. Click it.
  4. 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' );