diff --git a/graphql_client_web/README.md b/graphql_client_web/README.md index 6006bd4af..6b1b601a0 100644 --- a/graphql_client_web/README.md +++ b/graphql_client_web/README.md @@ -2,4 +2,4 @@ Make boilerplate-free GraphQL API calls from web browsers using [graphql-client](../README.md) and [wasm-bindgen](https://github.com/alexcrichton/wasm-bindgen). -For usage details, see the [API docs](https://docs.rs/graphql_client_web/latest), the [example](../graphql_client/examples/web) and the [tests](./tests/web.rs). +For usage details, see the [API docs](https://docs.rs/graphql_client_web/latest), the [example](../examples/web) and the [tests](../graphql_client/tests/web.rs).