Skip to content

Commit 8865126

Browse files
sunapi386stubailo
authored andcommitted
fix variables link (was pointing to https://graphql.org/learn/queries/learn/queries/#variables so removing the 'learn/queries/' part) (graphql#619)
1 parent f6b8a65 commit 8865126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Learn-Queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You can see how the above query would be pretty repetitive if the fields were re
126126

127127
### Using variables inside fragments
128128

129-
It is possible for fragments to access variables declared in the query or mutation. See [variables](learn/queries/#variables).
129+
It is possible for fragments to access variables declared in the query or mutation. See [variables](#variables).
130130

131131
```graphql
132132
# { "graphiql": true }

0 commit comments

Comments
 (0)