Skip to content

Commit 57a1219

Browse files
authored
Fixed URQL link (#8291)
1 parent 6586b17 commit 57a1219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/docs/nitro/apis/client-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The operations file typically adopts the JSON format as used by Relay. It compri
6161
Several GraphQL clients have built-in support for this Relay-style operations file format. This compatibility allows for a standardized way of handling persisted operations across different clients. For more details on how various clients implement and work with persisted operations, consider referring to their respective documentation:
6262

6363
- [StrawberryShake](https://chillicream.com/docs/strawberryshake/v14/performance/persisted-operations)
64-
- [URQL](https://formidable.com/open-source/urql/docs/advanced/persisted-queries/)
64+
- [URQL](https://nearform.com/open-source/urql/docs/advanced/persistence-and-uploads/)
6565
- [Relay](https://relay.dev/docs/guides/persisted-queries/)
6666

6767
# Setting Up a Client Registry

0 commit comments

Comments
 (0)