Skip to content

Commit 0464544

Browse files
toadkickerphortx
authored andcommitted
Fix broken links in docs (#88)
* Fix broken links in docs * Update setup.md
1 parent 33c9370 commit 0464544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ These are the possible options to pass when calling `VuexORM.use()`:
3333
- `debug` (optional, default: `false`): Set to true to activate the debug logging.
3434
- `url` (optional, default: `/graphql`): The URL to the graphql api. Will be passed to apollo-client.
3535
- `headers` (optional, default: `{}`) HTTP Headers. See
36-
[apollo-link-http])(https://github.com/apollographql/apollo-link/tree/master/packages/apollo-link-http#options).
36+
[apollo-link-http](https://github.com/apollographql/apollo-link/tree/master/packages/apollo-link-http#options).
3737
This can be a static object or a function, returning a object, which will be called before a request is made.
38-
- `credentials` (optional, default: `same-origin`) Credentials Policy. See [apollo-link-http])(https://github.com/apollographql/apollo-link/tree/master/packages/apollo-link-http#options)
39-
- `useGETForQueries` (optional, default: `false`) Use GET for queries (not for mutations). See [apollo-link-http])(https://github.com/apollographql/apollo-link/tree/master/packages/apollo-link-http#options)
38+
- `credentials` (optional, default: `same-origin`) Credentials Policy. See [apollo-link-http](https://github.com/apollographql/apollo-link/tree/master/packages/apollo-link-http#options)
39+
- `useGETForQueries` (optional, default: `false`) Use GET for queries (not for mutations). See [apollo-link-http](https://github.com/apollographql/apollo-link/tree/master/packages/apollo-link-http#options)
4040
- `connectionQueryMode` (optional, default: `auto`). One of `auto | nodes | edges | plain`. See [Connection Mode](connection-mode.md)
4141

4242
More options will come in future releases.

0 commit comments

Comments
 (0)