Skip to content

Commit

Permalink
Changes to links in About plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Nov 6, 2017
1 parent e74f0d7 commit 7362194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/about/dialogs/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ CKEDITOR.dialog.add( 'about', function( editor ) {
'<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>' ) +
lang.help.replace( '$1', '<a target="_blank" rel="noopener noreferrer" href="https://docs.ckeditor.com/ckeditor4/docs/">' + lang.userGuide + '</a>' ) +
'</p>' +
'<p>' +
lang.moreInfo + '<br>' +
'<a target="_blank" rel="noopener noreferrer" href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a>' +
'<a target="_blank" rel="noopener noreferrer" href="https://ckeditor.com/license">https://ckeditor.com/license</a>' +
'</p>' +
'<p>' +
lang.copy.replace( '$1', '<a target="_blank" rel="noopener noreferrer" href="https://cksource.com/">CKSource</a> - Frederico Knabben' ) +
Expand Down

0 comments on commit 7362194

Please sign in to comment.