소스 검색

Fixed invalid link.

Kamil Piechaczek 7 년 전
부모
커밋
4b10755691
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-core/src/editor/utils/elementapimixin.js

+ 1 - 1
packages/ckeditor5-core/src/editor/utils/elementapimixin.js

@@ -25,7 +25,7 @@ const ElementApiMixin = {
 			/**
 			 * Cannot update the source element of a detached editor.
 			 *
-			 * The {@link ElementApi~updateSourceElement `updateSourceElement()`} method cannot be called if you did not
+			 * The {@link ElementApi#updateSourceElement `updateSourceElement()`} method cannot be called if you did not
 			 * pass an element to `Editor.create()`.
 			 *
 			 * @error editor-missing-sourceelement