Skip to content

Commit

Permalink
Fix sqlite example link
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish authored Mar 14, 2017
1 parent d472a69 commit 7ae0c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Naively, if `me`, `bestFriend` and `friends` each need to request the backend,
there could be at most 13 database requests!

When using DataLoader, we could define the `User` type using the
[SQLLite](#sqlite) example with clearer code and at most 4 database requests,
[SQLite](examples/SQL.md) example with clearer code and at most 4 database requests,
and possibly fewer if there are cache hits.

```js
Expand Down

0 comments on commit 7ae0c78

Please sign in to comment.