From 209a0dbfaa9a59817ed1cf39ed66d49d7dc0c211 Mon Sep 17 00:00:00 2001 From: Rachael Stavchansky Date: Thu, 8 Dec 2022 17:13:00 -0500 Subject: [PATCH] Fix: Fixes links to Jason's Hasura Example This PR addresses this issue on another repo, but it relates to this repo's codebase: learnwithjason/learnwithjason.dev#50 It fixes links in this example: https://functions.netlify.com/example/creating-an-api-with-hasura/ --- src/examples/creating-an-api-with-hasura.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/creating-an-api-with-hasura.md b/src/examples/creating-an-api-with-hasura.md index ec7794e..0ffc04b 100644 --- a/src/examples/creating-an-api-with-hasura.md +++ b/src/examples/creating-an-api-with-hasura.md @@ -1,6 +1,6 @@ --- title: Creating an API with Hasura -code: learnwithjason/learnwithjason.dev/blob/main/functions/schedule.js +code: learnwithjason/learnwithjason.dev/blob/f429560843388fab8c932a62df245071a4411bac/site/netlify/functions/api-schedule.ts tags: - hasura - database @@ -15,4 +15,4 @@ tags: Create a custom REST API endpoint backed by PostgreSQL using Hasura, GraphQL, and a serverless function. - As used on [Learn With Jason](https://github.com/learnwithjason/learnwithjason.dev) -- [Direct link to function](https://github.com/learnwithjason/learnwithjason.dev/blob/main/functions/schedule.js) \ No newline at end of file +- [Direct link to function](learnwithjason/learnwithjason.dev/blob/f429560843388fab8c932a62df245071a4411bac/site/netlify/functions/api-schedule.ts)