Server geändert
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
* For licensing, see LICENSE.md or https://ckeditor.com/license
|
||||
*/
|
||||
|
||||
/* exported initSample */
|
||||
@ -24,7 +24,7 @@ var initSample = ( function() {
|
||||
if ( isBBCodeBuiltIn ) {
|
||||
editorElement.setHtml(
|
||||
'Hello world!\n\n' +
|
||||
'I\'m an instance of [url=http://ckeditor.com]CKEditor[/url].'
|
||||
'I\'m an instance of [url=https://ckeditor.com]CKEditor[/url].'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user