From eafaeb4d4dcd2cffc0f8c58a1dd27063331c010f Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 24 Jul 2024 11:48:23 +0800 Subject: [PATCH] edit --- examples/loco_seaography/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/loco_seaography/README.md b/examples/loco_seaography/README.md index 4ec73a61..8c6c29d1 100644 --- a/examples/loco_seaography/README.md +++ b/examples/loco_seaography/README.md @@ -2,7 +2,7 @@ In this tutorial, we would add a GraphQL endpoint with [Seaography](https://github.com/SeaQL/seaography) based on our Loco starter application. -Read The full tutorial [here](https://www.sea-ql.org/blog/2024-06-24-graphql-support-with-loco-seaography/). +Read The full tutorial [here](https://www.sea-ql.org/blog/2024-07-01-graphql-support-with-loco-seaography/). Read our first tutorial of the series, [Getting Started with Loco & SeaORM](https://www.sea-ql.org/blog/2024-05-28-getting-started-with-loco-seaorm/), if you haven't.