浏览代码

Remove broken links.

Piotr Jasiun 6 年之前
父节点
当前提交
35b1f09bc9
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      packages/ckeditor5-heading/src/title.js

+ 1 - 2
packages/ckeditor5-heading/src/title.js

@@ -106,8 +106,7 @@ export default class Title extends Plugin {
 	/**
 	 * Returns the title of the document. Note, that because this plugins does not allows any formatting inside
 	 * the title element, output of this method will be plain text, with no HTML tags. However, the title element
-	 * may contains some markers, like {@link features/comments#comments-markup comments} or
-	 * {@link features/track-changes#suggestions-markup suggestions} markers. In such case a special tag for the
+	 * may contains some markers, like comments or suggestions markers. In such case a special tag for the
 	 * marker will be included in the title text.
 	 *
 	 * @returns {String} Title of the document.