Skip to content

Commit 4057331

Browse files
timsuchanektimneutkens
authored andcommitted
Update README.md (vercel#1368)
Fix graph.cool link in example
1 parent 08d9847 commit 4057331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-apollo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ In this simple example, we integrate Apollo seamlessly with Next by wrapping our
3131

3232
On initial page load, while on the server and inside `getInitialProps`, we invoke the Apollo method, [`getDataFromTree`](http://dev.apollodata.com/react/server-side-rendering.html#getDataFromTree). This method returns a promise; at the point in which the promise resolves, our Apollo Client store is completely initialized.
3333

34-
This example relies on [graph.cool](graph.cool) for its GraphQL backend.
34+
This example relies on [graph.cool](https://www.graph.cool) for its GraphQL backend.

0 commit comments

Comments
 (0)