Skip to content

Commit

Permalink
Fix broken link to webpack loader fragments (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau authored and James Baxley committed Nov 1, 2017
1 parent 7aa8cff commit 8dee095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/features/fragments.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ When loading `.graphql` files with [graphql-tag/loader](https://github.com/apoll
#import "./someFragment.graphql"
```

Will make the contents of `someFragment.graphql` available to the current file. See the [Webpack Fragments](webpack.html#Fragments) section for additional details.
Will make the contents of `someFragment.graphql` available to the current file. See the [Webpack Fragments](../recipes/webpack.html#Fragments) section for additional details.

0 comments on commit 8dee095

Please sign in to comment.