From 2f319d3e06da4f44f1255386cc62a5f1964f211f Mon Sep 17 00:00:00 2001 From: Devesh Verma Date: Mon, 16 Dec 2019 18:22:55 +0530 Subject: [PATCH] fix links in remote-schema.md (close #3337) (#3474) --- remote-schemas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remote-schemas.md b/remote-schemas.md index 724d1670d04..06b7d2bd045 100644 --- a/remote-schemas.md +++ b/remote-schemas.md @@ -62,8 +62,8 @@ The fastest way to try remote schema out is via Heroku. Boilerplates for custom GraphQL servers in popular languages/frameworks are available. -* [Regular boilerplates](community/boilerplates/graphql-servers) that can be deployed anywhere. -* [Serverless boilerplates](https://github.com/hasura/graphql-serverless) that can be deployed on serverless platforms like AWS Lambda, etc. +* [Regular boilerplates](community/boilerplates/remote-schemas) that can be deployed anywhere. +* [Serverless boilerplates](community/boilerplates/remote-schemas) that can be deployed on serverless platforms like AWS Lambda, etc. Please note that boilerplates for more languages, frameworks, serverless platforms, etc. are being iterated upon and community contributions are very welcome.