From 330a5ca178fcf394af7ab48a803b332ce2ae8b5a Mon Sep 17 00:00:00 2001 From: Ilya Semenov Date: Tue, 13 Aug 2024 10:06:52 +0700 Subject: [PATCH] Fix README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7c095d..7871fe8 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ Monorepo for helper libraries to resolve GraphQL queries with ORM tables and rel Packages and the respective supported ORMs: -- [objection-graphql-resolver](packages/objection-graphql-resolver) — for [Objection.js](https://vincit.github.io/objection.js/). -- [orchid-graphql](packages/orchid-graphql) — for [Orchid ORM](https://orchid-orm.netlify.app). +- [objection-graphql-resolver](packages/objection) — for [Objection.js](https://vincit.github.io/objection.js/). +- [orchid-graphql](packages/orchid) — for [Orchid ORM](https://orchid-orm.netlify.app).