From 1b6fb4c29ca20d4c36f6189293e13673f3e6c22c Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 28 Jun 2018 11:58:51 +0200 Subject: [PATCH] fix: Correct namespace and link for DirectiveLocation in docs --- 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).