From 3ff907dde9560d57ce2525802416f3a7e3f5e70b Mon Sep 17 00:00:00 2001 From: Jim Walker Date: Thu, 29 Sep 2016 11:53:59 -0400 Subject: [PATCH] fix Introspection link --- site/learn/Learn-Queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/learn/Learn-Queries.md b/site/learn/Learn-Queries.md index 8ebd73f375..1668f17127 100644 --- a/site/learn/Learn-Queries.md +++ b/site/learn/Learn-Queries.md @@ -283,5 +283,5 @@ Given that there are some situations where you don't know what type you'll get b In the above query, `search` returns a union type that can be one of three options. It would be impossible to tell apart the different types from the client without the `__typename` field. -GraphQL services provide a few meta fields, the rest of which are used to expose the [Introspection](./introspection/) system. +GraphQL services provide a few meta fields, the rest of which are used to expose the [Introspection](../introspection/) system.