Skip to content

Commit f779aa3

Browse files
authored
fix(docs): webpack example links (#1649)
1 parent c6adf4c commit f779aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphiql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The most minimal way to set up GraphiQL is a single index.html file:
116116

117117
### Webpack/Bundler
118118

119-
**Note**: If you are having webpack issues or questions about webpack, make sure you've cross-referenced your webpack configuration with our own [webpack example](../examples/graphiql-webpack) first. f you are having webpack issues or questions about webpack, make sure you've cross-referenced your webpack configuration with our own [webpack example](../examples/graphiql-webpack) first. We now have tests in CI that ensure this always builds, and we ensure it works end-to-end with every publish.
119+
**Note**: If you are having webpack issues or questions about webpack, make sure you've cross-referenced your webpack configuration with our own [webpack example](../../examples/graphiql-webpack) first. f you are having webpack issues or questions about webpack, make sure you've cross-referenced your webpack configuration with our own [webpack example](../../examples/graphiql-webpack) first. We now have tests in CI that ensure this always builds, and we ensure it works end-to-end with every publish.
120120

121121
Using another GraphQL service? Here's how to get GraphiQL set up:
122122

0 commit comments

Comments
 (0)