From e5b24ec72e0a4e8348b36a760502344d8e553b7d Mon Sep 17 00:00:00 2001 From: royderks <10717410+royderks@users.noreply.github.com> Date: Thu, 20 Jan 2022 10:52:12 +0100 Subject: [PATCH] Change github link to point to correct repository --- src/content/code/services/stepzen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/code/services/stepzen.md b/src/content/code/services/stepzen.md index ade23bb709..5ca67835c6 100644 --- a/src/content/code/services/stepzen.md +++ b/src/content/code/services/stepzen.md @@ -1,8 +1,8 @@ --- name: StepZen -description: Create a serverless GraphQL API based on your data sources (REST & Databases), Third-Party APIs, or any combination. Instead of writing a GraphQL server yourself, you can define everything declaratively by writing GraphQL schemas. +description: Create a serverless GraphQL API based on your data sources (REST & Databases), Third-Party APIs, or any combination. Instead of writing a GraphQL server yourself, you can define everything declaratively by writing GraphQL schemas. For more information, go to https://www.stepzen.com/. url: https://stepzen.com/docs/ -github: stepzen-samples +github: stepzen-dev/examples ---