Skip to content

Commit 67b94d8

Browse files
authored
Merge pull request #5506 from duffuniverse/update-stale-docs-link-in-sync-guide
Fix stale documentation link in the OperationStore Sync guide
2 parents 6f21595 + 9c3d982 commit 67b94d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/javascript_client/sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To sync your queries with the server, use the `--path` option to point to your `
7070
$ graphql-ruby-client sync --path=src/__generated__ --outfile=src/OperationStoreClient.js --url=...
7171
```
7272

73-
Then, the generated code may be integrated with Relay's [Network Layer](https://facebook.github.io/relay/docs/network-layer.html):
73+
Then, the generated code may be integrated with Relay's [Network Layer](https://relay.dev/docs/guides/network-layer/):
7474

7575
```js
7676
// ...

0 commit comments

Comments
 (0)