From 51fb70e7b5643f5bfd38fabb7443b95f8b130a31 Mon Sep 17 00:00:00 2001 From: Tim Suchanek Date: Tue, 7 Mar 2017 14:45:12 +0100 Subject: [PATCH] Update README.md Fix graph.cool link in example --- examples/with-apollo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-apollo/README.md b/examples/with-apollo/README.md index 0c715ed0df2f..0ddf01d541c8 100644 --- a/examples/with-apollo/README.md +++ b/examples/with-apollo/README.md @@ -31,4 +31,4 @@ In this simple example, we integrate Apollo seamlessly with Next by wrapping our 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. -This example relies on [graph.cool](graph.cool) for its GraphQL backend. +This example relies on [graph.cool](https://www.graph.cool) for its GraphQL backend.