From 4ef79209613c89e995e3ba5101d7f2d31c7c9cc6 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 28 Jun 2018 16:58:51 +0700 Subject: [PATCH] fix: Correct namespace and link for DirectiveLocation in docs (cherry picked from commit 1b6fb4c) --- docs/type-system/directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/type-system/directives.md b/docs/type-system/directives.md index 454ce4c..a7bee80 100644 --- a/docs/type-system/directives.md +++ b/docs/type-system/directives.md @@ -58,4 +58,4 @@ $trackDirective = new Directive([ ``` See possible directive locations in -[`GraphQL\Type\Definition\DirectiveLocation`](../reference.md#graphqltypedefinitiondirectivelocation). +[`GraphQL\Language\DirectiveLocation`](../reference.md#graphqllanguagedirectivelocation).