Skip to content

Commit 592ae9d

Browse files
authored
Merge pull request #55 from zoidbergwill/patch-1
Fix other link to manual dispatching
2 parents 4600885 + c395efe commit 592ae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ are resolved in a independent manner and with a true graph of objects, you may b
1515
A naive implementation of graphql data fetchers can easily lead to the dreaded "n+1" fetch problem.
1616

1717
Most of the code is ported directly from Facebook's reference implementation, with one IMPORTANT adaptation to make
18-
it work for Java 8. ([more on this below](manual-dispatching)).
18+
it work for Java 8. ([more on this below](#manual-dispatching)).
1919

2020
But before reading on, be sure to take a short dive into the
2121
[original documentation](https://github.com/facebook/dataloader/blob/master/README.md) provided by Lee Byron (@leebyron)

0 commit comments

Comments
 (0)