From bd27dc54b42eb24f5a256a1a9ed009ad98590fd2 Mon Sep 17 00:00:00 2001 From: Joe Nathan Abellard Date: Thu, 16 Mar 2023 16:40:04 -0400 Subject: [PATCH] Fixed link to MatenDB integration sample (#5920) --- website/src/docs/hotchocolate/v13/integrations/marten.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/hotchocolate/v13/integrations/marten.md b/website/src/docs/hotchocolate/v13/integrations/marten.md index 168c05bb832..0eebf8acc2a 100644 --- a/website/src/docs/hotchocolate/v13/integrations/marten.md +++ b/website/src/docs/hotchocolate/v13/integrations/marten.md @@ -8,7 +8,7 @@ work out of the box as expected, but filtering and sorting do not. LINQ expressi be translated in a format that is digestible for the Marten LINQ provider before they are applied to the `IQueryable` object. This integration provides custom configurations to seamlessly integrate Marten with the `HotChocolate.Data` package. -You can find a sample project for the integration in [Hot Chocolate Examples](https://github.com/ChilliCream/graphql-platform-examples/tree/master/misc/MartenDB). +You can find a sample project for the integration in [Hot Chocolate Examples](https://github.com/ChilliCream/hotchocolate-examples/tree/master/misc/MartenDB). # Get Started