-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update urls #1041
Update urls #1041
Conversation
53c76e4
to
a46a9e3
Compare
.github/SUPPORT.md
Outdated
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link for documentation is: https://docs.ckeditor.com/ckeditor4/docs/, https://docs.ckeditor.com/ckeditor4/latest/ is the entry page that includes SDK etc. Since we have samples separately below, I'd use the direct documentation link.
.github/ISSUE_TEMPLATE.md
Outdated
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.github/CONTRIBUTING.md
Outdated
@@ -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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
core/config.js
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
core/creators/themedui.js
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plugins/wysiwygarea/plugin.js
Outdated
@@ -659,7 +659,7 @@ CKEDITOR.config.disableNativeTableHandles = true; | |||
* users can always reach the native context menu by holding the | |||
* *Ctrl* key when right-clicking if {@link #browserContextMenuOnCtrl} | |||
* is enabled or you are simply not using the | |||
* [context menu](http://ckeditor.com/addon/contextmenu) plugin. | |||
* [context menu](https://ckeditor.com/addon/contextmenu) plugin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
samples/index.html
Outdated
<li><a href="https://github.com/ckeditor/ckeditor-dev/issues">I found a bug</a></li> | ||
<li><a href="http://github.com/ckeditor/ckeditor-dev" class="icon-pos-right icon-navigation-a-github">Fork CKEditor on GitHub</a></li> | ||
</ul> | ||
<ul class="navigation-a-right grid-width-30"> | ||
<li><a href="http://ckeditor.com/blog-list">CKEditor Blog</a></li> | ||
<li><a href="https://ckeditor.com/blog-list">CKEditor Blog</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
samples/index.html
Outdated
@@ -17,12 +17,12 @@ | |||
<nav class="navigation-a"> | |||
<div class="grid-container"> | |||
<ul class="navigation-a-left grid-width-70"> | |||
<li><a href="http://ckeditor.com">Project Homepage</a></li> | |||
<li><a href="https://ckeditor.com">Project Homepage</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -25,12 +25,12 @@ | |||
<nav class="navigation-a"> | |||
<div class="grid-container"> | |||
<ul class="navigation-a-left grid-width-70"> | |||
<li><a href="http://ckeditor.com">Project Homepage</a></li> | |||
<li><a href="https://ckeditor.com">Project Homepage</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li><a href="https://github.com/ckeditor/ckeditor-dev/issues">I found a bug</a></li> | ||
<li><a href="http://github.com/ckeditor/ckeditor-dev" class="icon-pos-right icon-navigation-a-github">Fork CKEditor on GitHub</a></li> | ||
</ul> | ||
<ul class="navigation-a-right grid-width-30"> | ||
<li><a href="http://ckeditor.com/blog-list">CKEditor Blog</a></li> | ||
<li><a href="https://ckeditor.com/blog-list">CKEditor Blog</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AnnaTomanek Thanks for help and review! I changed requested files, PTAL. There is one more thing, I found file |
7392fd4
to
a8af47b
Compare
@AnnaTomanek |
Just noticed that we also have links to API docs that changed their location... For example, https://docs.ckeditor.com/#!/api/CKEDITOR.focusManager-method-focus -> https://docs.ckeditor.com/ckeditor4/docs/#!/api/CKEDITOR.focusManager-method-focus Do we also want to change those? Should be easy enough... |
@AnnaTomanek I changed it. PTAL :) |
@AnnaTomanek do you know a little bit more about this case? What kind/types of link we want to correct? Is there some kind of list (at least domains which should be corrected?). |
We're leaving http://ckeditor.com/license as is, a correct redirect will be in place. |
I use |
I've made additional url replacements. Some info:
|
Looks fine, I noticed two minor http://ckeditor.com cases in samples ( Also plenty of http://ckeditor.com and http://cksource.com in |
With I add those 2 missing CKEditor urls. I have no idea how I missed that :( I also rebase to actual major and update link in changelog. |
What is the purpose of this pull request?
Updating URLs.
I went through all files and checked/changed URLs. I left URLs in
test
files to avoid regression. Let me know, If you think,test
files should be also changed.There is one more URL to change:
http://ckeditor.com/license
,https://cksource.com/ckeditor/license/
- but it's under discussion.Closes #1131.