Skip to content

Commit

Permalink
Fix link in README.md (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaroh authored Aug 23, 2024
1 parent 954216d commit 656a39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion links/gql_error_link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 656a39c

Please sign in to comment.