Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:15:15 +02:00
parent ef020af2e7
commit e552a15912
879 changed files with 2702 additions and 2702 deletions

View File

@ -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].'
);
}