From 785520b9c228218bc34a6ed9121974778efdbe74 Mon Sep 17 00:00:00 2001 From: Piotr Jasiun Date: Wed, 20 Nov 2019 16:55:55 +0100 Subject: [PATCH] Docs: Fix incorrect link in docs. --- src/context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.js b/src/context.js index dd396f59..0b445bd7 100644 --- a/src/context.js +++ b/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. */