diff --git a/site/learn/BestPractice-ServingOverHTTP.md b/site/learn/BestPractice-ServingOverHTTP.md index 829256eb93..2f09a26b42 100644 --- a/site/learn/BestPractice-ServingOverHTTP.md +++ b/site/learn/BestPractice-ServingOverHTTP.md @@ -82,4 +82,4 @@ app.use('/graphql', graphqlHTTP({ ``` ## Node -If you are using NodeJS, we recommend using either [express-graphql](https://github.com/graphql/express-graphql) or [graphql-server](https://github.com/apollostack/graphql-server). +If you are using NodeJS, we recommend using either [express-graphql](https://github.com/graphql/express-graphql) or [apollo-server](https://github.com/apollographql/apollo-server).