From b41abcdd78bd42294d0a840dbc521c9b0f5bbe8e Mon Sep 17 00:00:00 2001 From: Chenxi Yuan Date: Sun, 10 Jun 2018 10:08:01 +0800 Subject: [PATCH] Fix README.md: graphql-yoga broken link --- advanced/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/README.md b/advanced/README.md index 5bd15ac9..a86342db 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -9,7 +9,7 @@ ## Features -- **Scalable GraphQL server:** The server uses [`graphql-yoga`](https://github.com/prisma/graphql-yoga) which is based on Apollo Server & Express +- **Scalable GraphQL server:** The server uses [`graphql-yoga`](https://github.com/prismagraphql/graphql-yoga) which is based on Apollo Server & Express - **GraphQL database:** Includes GraphQL database binding to [Prisma](https://www.prismagraphql.com) (running on MySQL) - **Authentication**: Signup and login workflows are ready to use for your users - **Tooling**: Out-of-the-box support for [GraphQL Playground](https://github.com/prisma/graphql-playground) & [query performance tracing](https://github.com/apollographql/apollo-tracing)