8
0
Просмотр исходного кода

Docs: Fix incorrect link in docs.

Piotr Jasiun 6 лет назад
Родитель
Сommit
0000570dbc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-core/src/context.js

+ 1 - 1
packages/ckeditor5-core/src/context.js

@@ -19,7 +19,7 @@ export default class Context {
 	/**
 	 * Creates a context instance with a given configuration.
 	 *
-	 * Usually, not to be used directly. See the static {@link ~Context.create `create()`} method.
+	 * Usually, not to be used directly. See the static {@link module:core/context~Context.create `create()`} method.
 	 *
 	 * @param {Object} [config={}] The context config.
 	 */