From d75918ba3c38ec298f3509e714116b5d9fbd274e Mon Sep 17 00:00:00 2001 From: Tina Roh Date: Thu, 1 Aug 2024 16:19:59 -0700 Subject: [PATCH] Fix link in README.md --- links/gql_error_link/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/links/gql_error_link/README.md b/links/gql_error_link/README.md index 38bbd395..2f1c21f2 100644 --- a/links/gql_error_link/README.md +++ b/links/gql_error_link/README.md @@ -28,7 +28,7 @@ An example using `ErrorLink` to act on auth exceptions. _Note that this example is very inefficient because it not only updates token on every request, it does so only after the request has failed first. -A more feature complete example of an auth link can be found [here](../gql_example_http_auth_link)._ +A more feature complete example of an auth link can be found [here](../../examples/gql_example_http_auth_link)._ ```dart import "package:gql/language.dart";