From 6bc63d5c747fafbbd0fdfbc446d25a664bc86b7f Mon Sep 17 00:00:00 2001 From: imprevo Date: Wed, 9 Sep 2020 01:16:46 +0700 Subject: [PATCH] fix(docs): apollo-react blog post link --- docs/react/examples/apollo-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/examples/apollo-react.md b/docs/react/examples/apollo-react.md index af304f26be..e3aa0cbe28 100644 --- a/docs/react/examples/apollo-react.md +++ b/docs/react/examples/apollo-react.md @@ -7,6 +7,6 @@ In this article, you’ll learn how to: - Autogenerate frontend code based on your GraphQL schema - Create a React application to consume your GraphQL api -**Blog Post:** [Using Apollo GraphQL with React in an Nx Workspace](https://blog.nrwl.io/using-apollo-graphql-with-react-in-an-nx-workspace-99db8d69ceb) +**Blog Post:** [Using Apollo GraphQL with React in an Nx Workspace](https://blog.nrwl.io/using-apollo-graphql-with-react-in-an-nx-workspace-99db8d69cebe) **Repository:** [nx-apollo-react-example](https://github.com/nrwl/nx-apollo-react-example)