Skip to content

Commit

Permalink
Fixed link to MatenDB integration sample (#5920)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabellard authored Mar 16, 2023
1 parent 0829ecb commit bd27dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/hotchocolate/v13/integrations/marten.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>` 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

Expand Down

0 comments on commit bd27dc5

Please sign in to comment.