Skip to content

Commit 81103a3

Browse files
authored
Fix broken link to Relay (#322)
* Fix broken link to Relay Fixed the link to the Relay network layer page. Also renamed Relay Modern to just Relay to match now Relay now generally refers to its current version. * Used updated link
1 parent c00fe39 commit 81103a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/postgraphile/security.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const client = new ApolloClient({
155155
```
156156

157157
or
158-
[with Relay Modern](https://facebook.github.io/relay/docs/en/network-layer.html):
158+
[with Relay](https://relay.dev/docs/guides/network-layer/)
159159

160160
```js{3,8}
161161
function fetchQuery( operation, variables, cacheConfig, uploadables) {

0 commit comments

Comments
 (0)