Skip to content

Commit 2f5d0e1

Browse files
authored
Merge pull request #54 from kellenmace/feature/readme-updates
Correct a couple broken links in readme
2 parents 91b76ec + a12689e commit 2f5d0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ The `authToken` that is received in response to the login mutation can then be s
7575
used in subsequent requests as an HTTP Authorization header to Authenticate the user prior to execution of the
7676
GraphQL request.
7777

78-
- **Set authorization header in Apollo Client**: https://www.apollographql.com/docs/react/recipes/authentication.html#Header
79-
- **Set authorization header in Relay Modern**: https://facebook.github.io/relay/docs/guides-network-layer.html#default-network-layer
78+
- **Set authorization header in Apollo Client**: https://www.apollographql.com/docs/react/networking/authentication/#header
79+
- **Set authorization header in Relay Modern**: https://relay.dev/docs/en/network-layer.html
8080
- **Set authorization header in Axios**: https://github.com/axios/axios#axioscreateconfig
8181

8282
## Example using GraphiQL

0 commit comments

Comments
 (0)