Browse Source

Docs: Fixed broken links.

Piotrek Koszuliński 8 years ago
parent
commit
0305b0d259
1 changed files with 4 additions and 4 deletions
  1. 4 4
      packages/ckeditor5-engine/src/controller/datacontroller.js

+ 4 - 4
packages/ckeditor5-engine/src/controller/datacontroller.js

@@ -248,7 +248,7 @@ export default class DataController {
 	destroy() {}
 
 	/**
-	 * See {@link module:engine/controller/insertcontent~insertContent}.
+	 * See {@link module:engine/controller/insertcontent.insertContent}.
 	 *
 	 * @fires insertContent
 	 * @param {module:engine/model/documentfragment~DocumentFragment|module:engine/model/item~Item} content The content to insert.
@@ -261,7 +261,7 @@ export default class DataController {
 	}
 
 	/**
-	 * See {@link module:engine/controller/deletecontent~deleteContent}.
+	 * See {@link module:engine/controller/deletecontent.deleteContent}.
 	 *
 	 * Note: For the sake of predictability, the resulting selection should always be collapsed.
 	 * In cases where a feature wants to modify deleting behavior so selection isn't collapsed
@@ -281,7 +281,7 @@ export default class DataController {
 	}
 
 	/**
-	 * See {@link module:engine/controller/modifyselection~modifySelection}.
+	 * See {@link module:engine/controller/modifyselection.modifySelection}.
 	 *
 	 * @fires modifySelection
 	 * @param {module:engine/model/selection~Selection} selection The selection to modify.
@@ -292,7 +292,7 @@ export default class DataController {
 	}
 
 	/**
-	 * See {@link module:engine/controller/getselectedcontent~getSelectedContent}.
+	 * See {@link module:engine/controller/getselectedcontent.getSelectedContent}.
 	 *
 	 * @fires module:engine/controller/datacontroller~DataController#getSelectedContent
 	 * @param {module:engine/model/selection~Selection} selection The selection of which content will be retrieved.