Skip to content

Commit

Permalink
Updating urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
beatadelura committed Oct 12, 2017
1 parent 6102c2b commit a46a9e3
Show file tree
Hide file tree
Showing 76 changed files with 170 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are preparing a pull request, see [Contributing Code and Providing Patche
If you would like to contribute in any other way, you can consider the following actions:

1. Create your own [plugins](http://docs.ckeditor.com/#!/guide/plugin_sdk_sample) or [skins](http://docs.ckeditor.com/#!/guide/skin_sdk_intro)
and submit them to [CKEditor Add-Ons Repository](http://ckeditor.com/addons/plugins).
and submit them to [CKEditor Add-Ons Repository](https://ckeditor.com/addons/plugins).
2. Help localize CKEditor into your native language and update existing localizations by joining us at the
[CKEditor UI Translation Center](https://www.transifex.com/ckeditor/ckeditor/).
3. Join StackOverflow and share your knowledge with [fellow CKEditor users and developers](http://stackoverflow.com/questions/tagged/ckeditor).
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
Replace this comment with your issue type: Bug / Feature request / Other, please explain.
Please **do not report security issues here**, use the contact form at http://cksource.com/contact instead.
Please **do not report security issues here**, use the contact form at https://cksource.com/contact/ instead.
-->

## [Check if the issue is already reported](http://docs.ckeditor.com/#!/guide/dev_issues_readme-section-avoid-duplicates)
Expand Down
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ For more advanced needs (e.g. CKEditor integration in your products, or developm

For more reading visit our supporting resources:

* An extensive [CKEditor 4 documentation](http://docs.ckeditor.com/) with information about CKEditor features and configuration settings.
* An extensive [CKEditor 4 documentation](https://docs.ckeditor.com/ckeditor4/latest/) with information about CKEditor features and configuration settings.
* [CKEditor 4 samples](http://sdk.ckeditor.com/) that you can try out and even download to copy and implement in your own environment.
* A knowledge base with [Frequently Asked Questions](https://support.ckeditor.com/hc/en-us/sections/115000842245-CKEditor-4-FAQ).
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Software License Agreement
==========================

CKEditor - The text editor for Internet - http://ckeditor.com
CKEditor - The text editor for Internet - https://ckeditor.com/
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.

Licensed under the terms of any of the following licenses at your
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains the development version of CKEditor 4.
development purposes only. We do not recommend using it in production environment
because the user experience will be very limited. For that purpose, you should
either build the editor (see below) or use an official release available on the
[CKEditor website](http://ckeditor.com/ckeditor-4/).
[CKEditor website](https://ckeditor.com/ckeditor-4/).

## Code Installation

Expand Down
2 changes: 1 addition & 1 deletion core/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ CKEDITOR.config = {
*
* **Note:** The most recommended way to
* [add CKEditor plugins](http://docs.ckeditor.com/#!/guide/dev_plugins) is through
* [CKEditor Builder](http://ckeditor.com/builder). Read more in the
* [CKEditor Builder](https://ckeditor.com/builder). Read more in the
* [documentation](#!/guide/dev_plugins).
*
* config.extraPlugins = 'myplugin,anotherplugin';
Expand Down
2 changes: 1 addition & 1 deletion core/creators/themedui.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ CKEDITOR.replaceClass = 'ckeditor';

/**
* Gets the element that can be used to check the editor size. This method
* is mainly used by the [Editor Resize](http://ckeditor.com/addon/resize) plugin, which adds
* is mainly used by the [Editor Resize](https://ckeditor.com/addon/resize) plugin, which adds
* a UI handle that can be used to resize the editor.
*
* @param {Boolean} forContents Whether to return the "contents" part of the theme instead of the container.
Expand Down
2 changes: 1 addition & 1 deletion core/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@
/**
* Shows a notification to the user.
*
* If the [Notification](http://ckeditor.com/addons/notification) plugin is not enabled, this function shows
* If the [Notification](https://ckeditor.com/cke4/addon/notification) plugin is not enabled, this function shows
* a normal alert with the given `message`. The `type` and `progressOrDuration` parameters are supported
* only by the Notification plugin.
*
Expand Down
4 changes: 2 additions & 2 deletions dev/iconmaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"author": {
"name": "CKSource - Frederico Knabben",
"url": "http://cksource.com"
"url": "https://cksource.com/"
},
"licenses": [ "GPL", "LGPL", "MPL" ]
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CKSource (http://cksource.com/)",
"author": "CKSource (https://cksource.com/)",
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"bugs": "http://dev.ckeditor.com",
"homepage": "http://ckeditor.com",
"bugs": "https://dev.ckeditor.com",
"homepage": "https://ckeditor.com",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor-dev.git"
Expand Down
4 changes: 2 additions & 2 deletions plugins/about/dialogs/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CKEDITOR.dialog.add( 'about', function( editor ) {
'<div class="cke_about_logo"></div>' +
'<p>' +
'CKEditor ' + CKEDITOR.version + ' (revision ' + CKEDITOR.revision + ')<br>' +
'<a target="_blank" rel="noopener noreferrer" href="http://ckeditor.com/">http://ckeditor.com</a>' +
'<a target="_blank" rel="noopener noreferrer" href="https://ckeditor.com/">https://ckeditor.com</a>' +
'</p>' +
'<p>' +
lang.help.replace( '$1', '<a target="_blank" rel="noopener noreferrer" href="http://docs.ckeditor.com/user">' + lang.userGuide + '</a>' ) +
Expand All @@ -62,7 +62,7 @@ CKEDITOR.dialog.add( 'about', function( editor ) {
'<a target="_blank" rel="noopener noreferrer" href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a>' +
'</p>' +
'<p>' +
lang.copy.replace( '$1', '<a target="_blank" rel="noopener noreferrer" href="http://cksource.com/">CKSource</a> - Frederico Knabben' ) +
lang.copy.replace( '$1', '<a target="_blank" rel="noopener noreferrer" href="https://cksource.com/">CKSource</a> - Frederico Knabben' ) +
'</p>' +
'</div>'
}
Expand Down
8 changes: 4 additions & 4 deletions plugins/autogrow/samples/autogrow.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="samples">
<label for="editor1">
CKEditor using the <code>autogrow</code> plugin with its default configuration:
</label>
<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="https://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<script>

CKEDITOR.replace( 'editor1', {
Expand All @@ -73,7 +73,7 @@ <h1 class="samples">
<label for="editor2">
CKEditor using the <code>autogrow</code> plugin with maximum height set to 400 pixels:
</label>
<textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="https://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<script>

CKEDITOR.replace( 'editor2', {
Expand All @@ -91,10 +91,10 @@ <h1 class="samples">
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions plugins/bbcode/dev/bbcode.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ <h3 for="console">BBCode Output: </h3>
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions plugins/bbcode/samples/bbcode.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1 class="samples">
<label for="editor1">
Editor 1:
</label>
<textarea cols="80" id="editor1" name="editor1" rows="10">This is some [b]sample text[/b]. You are using [url=http://ckeditor.com/]CKEditor[/url].</textarea>
<textarea cols="80" id="editor1" name="editor1" rows="10">This is some [b]sample text[/b]. You are using [url=https://ckeditor.com/]CKEditor[/url].</textarea>
<script>

// Replace the <textarea id="editor"> with an CKEditor
Expand Down Expand Up @@ -103,10 +103,10 @@ <h1 class="samples">
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion plugins/clipboard/dev/clipboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1 class="samples">
<p>
<label for="editor1">
Editor 1:</label>
<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="https://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
</p>
<p>
<label for="editor2">
Expand Down
8 changes: 4 additions & 4 deletions plugins/codesnippet/samples/codesnippet.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1 class="samples">

<div class="description">
<p>
This editor is using the <strong><a href="http://ckeditor.com/addon/codesnippet">Code Snippet</a></strong> plugin which introduces beautiful code snippets.
This editor is using the <strong><a href="https://ckeditor.com/addon/codesnippet">Code Snippet</a></strong> plugin which introduces beautiful code snippets.
By default the <code>codesnippet</code> plugin depends on the built-in client-side syntax highlighting
library <a href="http://highlightjs.org">highlight.js</a>.
</p>
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2>Inline editor</h2>
<h2>Server-side Highlighting and Custom Highlighting Engines</h2>

<p>
The <a href="http://ckeditor.com/addon/codesnippetgeshi"><strong>Code Snippet GeSHi</strong></a> plugin is an
The <a href="https://ckeditor.com/addon/codesnippetgeshi"><strong>Code Snippet GeSHi</strong></a> plugin is an
extension of the <strong>Code Snippet</strong> plugin which uses a server-side highligter.
</p>

Expand Down Expand Up @@ -228,10 +228,10 @@ <h2>Server-side Highlighting and Custom Highlighting Engines</h2>
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions plugins/codesnippetgeshi/dev/codesnippetgeshi.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ <h2>Inline editor</h2>
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion plugins/colorbutton/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ CKEDITOR.config.colorButton_backStyle = {

/**
* Whether the plugin should convert `background` CSS properties with color only, to a `background-color` property,
* allowing the [Color Button](http://ckeditor.com/addon/colorbutton) plugin to edit these styles.
* allowing the [Color Button](https://ckeditor.com/addon/colorbutton) plugin to edit these styles.
*
* config.colorButton_normalizeBackground = false;
*
Expand Down
2 changes: 1 addition & 1 deletion plugins/contextmenu/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ CKEDITOR.plugins.add( 'contextmenu', {
*/

/**
* Whether to enable the context menu. Regardless of the setting the [Context Menu](http://ckeditor.com/addon/contextmenu)
* Whether to enable the context menu. Regardless of the setting the [Context Menu](https://ckeditor.com/addon/contextmenu)
* plugin is still loaded.
*
* config.enableContextMenu = false;
Expand Down
6 changes: 3 additions & 3 deletions plugins/devtools/samples/devtools.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="samples">
<label for="editor1">
Editor 1:
</label>
<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="https://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<script>

// This call can be placed at any point after the
Expand All @@ -75,10 +75,10 @@ <h1 class="samples">
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions plugins/dialog/samples/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h1 class="samples">
<li><strong>Creating a custom dialog window</strong> &ndash; "My Dialog" dialog window opened with the "My Dialog" toolbar button.</li>
<li><strong>Creating a custom button</strong> &ndash; Add button to open the dialog with "My Dialog" toolbar button.</li>
</ol>
<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="https://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<script>
// Replace the <textarea id="editor1"> with an CKEditor instance.
CKEDITOR.replace( 'editor1', config );
Expand All @@ -169,7 +169,7 @@ <h1 class="samples">
<li><strong>Setting default values for dialog window fields</strong> &ndash; Set default value of "Text Field" text field. </li>
<li><strong>Setup initial focus for dialog window</strong> &ndash; Put initial focus on "My Custom Field" text field. </li>
</ol>
<textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="https://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
<script>

// Replace the <textarea id="editor1"> with an CKEditor instance.
Expand All @@ -179,10 +179,10 @@ <h1 class="samples">
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions plugins/divarea/samples/divarea.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ <h1 class="samples">
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions plugins/docprops/samples/docprops.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ <h1 class="samples">
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions plugins/enterkey/samples/enterkey.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ <h1 class="samples">
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
Copyright &copy; 2003-2017, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
Knabben. All rights reserved.
</p>
</div>
Expand Down
Loading

0 comments on commit a46a9e3

Please sign in to comment.