Przeglądaj źródła

Docs: Fix incorrect link in docs.

Piotr Jasiun 6 lat temu
rodzic
commit
0000570dbc
1 zmienionych plików z 1 dodań i 1 usunięć
  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.
 	 */