Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge branch t/ckeditor5-dev/365
Browse files Browse the repository at this point in the history
Docs: Fixed a couple of links. See ckeditor/ckeditor5-dev#365.
  • Loading branch information
Reinmar committed Feb 20, 2018
2 parents d490d61 + 45b10c5 commit 04b0312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default class View {
*/

/**
* Cached {@link @link module:ui/template~BindChain bind chain} object created by the
* Cached {@link module:ui/template~BindChain bind chain} object created by the
* {@link #template}. See {@link #bindTemplate}.
*
* @private
Expand Down
2 changes: 1 addition & 1 deletion src/viewcollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class ViewCollection extends Collection {
/**
* Creates a new instance of the {@link module:ui/viewcollection~ViewCollection}.
*
* @param {module:utils/locale~Locale} [locale] The {@link module:core/editor~Editor editor's locale} instance.
* @param {module:utils/locale~Locale} [locale] The {@link module:core/editor/editor~Editor editor's locale} instance.
*/
constructor( locale ) {
super( {
Expand Down

0 comments on commit 04b0312

Please sign in to comment.