Skip to content

Commit

Permalink
Fixed the about dialog links.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredck committed Nov 19, 2012
1 parent df5d979 commit 1725b62
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 @@ -54,11 +54,11 @@ CKEDITOR.dialog.add( 'about', function( editor ) {
'<a href="http://ckeditor.com/">http://ckeditor.com</a>' +
'</p>' +
'<p>' +
lang.help.replace( '$1', '<a href="http://docs.cksource.com/CKEditor_3.x/Users_Guide/Quick_Reference">' + lang.userGuide + '</a>' ) +
lang.help.replace( '$1', '<a href="http://docs.ckeditor.com/user">' + lang.userGuide + '</a>' ) +
'</p>' +
'<p>' +
lang.moreInfo + '<br>' +
'<a href="http://ckeditor.com/license">http://ckeditor.com/license</a>' +
'<a href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a>' +
'</p>' +
'<p>' +
lang.copy.replace( '$1', '<a href="http://cksource.com/">CKSource</a> - Frederico Knabben' ) +
Expand Down

0 comments on commit 1725b62

Please sign in to comment.