From 656a39c1cd821240f84578fe672e10f10922a680 Mon Sep 17 00:00:00 2001 From: Tina Roh Date: Fri, 23 Aug 2024 03:54:46 -0700 Subject: [PATCH] Fix link in README.md (#469) --- 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";