From a88cd20eee909af70d194c69710073a7979dd055 Mon Sep 17 00:00:00 2001 From: Jesse Hallett Date: Tue, 29 Oct 2024 12:52:16 -0700 Subject: [PATCH] fix broken link in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c10dd484..49cfa111 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ Below, you'll find a matrix of all supported features for the MongoDB data conne | Collection Relationships | ✅ | | | Remote Relationships | ✅ | | | Relationships Keyed by Fields of Nested Objects | ❌ | | -| Mutations | ✅ | Provided by custom [Native Mutations](TODO) - predefined basic mutations are also planned | +| Mutations | ✅ | Provided by custom [Native Mutations][] - predefined basic mutations are also planned | + +[Native Mutations]: https://hasura.io/docs/3.0/connectors/mongodb/native-operations/native-mutations ## Before you get Started