Skip to content

Commit

Permalink
Update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
vokiel committed Feb 26, 2019
1 parent 9874bd6 commit 493c497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
CKEditor 4 Presets Builder
==========================

This builder is a tool that creates CKEditor release files for the main "preset" configurations officially distributed at <http://ckeditor.com>. It is targeted to the CKEditor core team, to test the preset builds, to update the ckeditor.com website on new releases and to generate the [nightly builds](http://nightly.ckeditor.com/).
This builder is a tool that creates CKEditor release files for the main "preset" configurations officially distributed at <https://ckeditor.com/>. It is targeted to the CKEditor core team, to test the preset builds, to update the ckeditor.com website on new releases and to generate the [nightly builds](https://nightly.ckeditor.com/).

A preset is a CKEditor configuration for building that includes a specific set of plugins. Currently, there are 3 presets defined: **standard**, **basic** and **full**.

Expand Down
2 changes: 1 addition & 1 deletion presets/basic-ckeditor-config.js
Expand Up @@ -6,7 +6,7 @@
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here.
// For complete reference see:
// http://docs.ckeditor.com/#!/api/CKEDITOR.config
// https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html

// The toolbar groups arrangement, optimized for a single toolbar row.
config.toolbarGroups = [
Expand Down
2 changes: 1 addition & 1 deletion presets/standard-ckeditor-config.js
Expand Up @@ -6,7 +6,7 @@
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here.
// For complete reference see:
// http://docs.ckeditor.com/#!/api/CKEDITOR.config
// https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html

// The toolbar groups arrangement, optimized for two toolbar rows.
config.toolbarGroups = [
Expand Down

0 comments on commit 493c497

Please sign in to comment.