We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f21595 + 9c3d982 commit 67b94d8Copy full SHA for 67b94d8
1 file changed
guides/javascript_client/sync.md
@@ -70,7 +70,7 @@ To sync your queries with the server, use the `--path` option to point to your `
70
$ graphql-ruby-client sync --path=src/__generated__ --outfile=src/OperationStoreClient.js --url=...
71
```
72
73
-Then, the generated code may be integrated with Relay's [Network Layer](https://facebook.github.io/relay/docs/network-layer.html):
+Then, the generated code may be integrated with Relay's [Network Layer](https://relay.dev/docs/guides/network-layer/):
74
75
```js
76
// ...
0 commit comments