From 76efcfd20bb1c064e34cf7ee87f8674d85771d48 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 30 May 2021 21:10:17 -0400 Subject: [PATCH] graphql_client_web/README: fix broken links Fixes: #345 --- graphql_client_web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).