Skip to content

Commit

Permalink
Merge pull request ckeditor#28 from ckeditor/t/3518
Browse files Browse the repository at this point in the history
Update repo naming and links after changing from 'ckeditor-dev' to 'ckeditor4'
  • Loading branch information
f1ames authored Nov 15, 2019
2 parents 0fe411d + 5494976 commit 1518abb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "ckeditor"]
path = ckeditor
url = https://github.com/ckeditor/ckeditor-dev.git
url = https://github.com/ckeditor/ckeditor4.git
[submodule "plugins/wsc"]
path = plugins/wsc
url = https://github.com/WebSpellChecker/ckeditor-plugin-wsc.git
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The original source code from the official CKEditor repositories is used for the

To clone this code:

> git clone https://github.com/ckeditor/ckeditor-presets.git
> git clone https://github.com/ckeditor/ckeditor4-presets.git

Then, the registered submodules need to be updated:

Expand All @@ -25,7 +25,7 @@ This is the command syntax:

> build.sh standard|basic|full [all]

The optional "all" argument tells the builder to include all plugins available in the ckeditor-dev repository, even if they're not included in the preset.
The optional "all" argument tells the builder to include all plugins available in the `ckeditor4` repository, even if they're not included in the preset.

The build will be then created in the `build/[preset name]` folder.

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Move to the script directory.
cd $(dirname $0)

# Use the ckeditor-dev commit hash as the revision.
# Use the ckeditor4 commit hash as the revision.
cd ckeditor/
rev=`git rev-parse --verify --short HEAD`
CKEDITOR_VERSION=`node -pe "require('./package.json').version"`
Expand Down
8 changes: 4 additions & 4 deletions presets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ CKEditor 4
==========

Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
http://ckeditor.com - See LICENSE.md for license information.
https://ckeditor.com - See LICENSE.md for license information.

CKEditor is a text editor to be used inside web pages. It's not a replacement
CKEditor 4 is a text editor to be used inside web pages. It's not a replacement
for desktop text editors like Word or OpenOffice, but a component to be used as
part of web applications and websites.

## Documentation

The full editor documentation is available online at the following address:
http://docs.ckeditor.com
https://ckeditor.com/docs/

## Installation

Installing CKEditor is an easy task. Just follow these simple steps:

1. **Download** the latest version from the CKEditor website:
http://ckeditor.com. You should have already completed this step, but be
https://ckeditor.com. You should have already completed this step, but be
sure you have the very latest version.
2. **Extract** (decompress) the downloaded file into the root of your website.

Expand Down

0 comments on commit 1518abb

Please sign in to comment.