diff --git a/src/content/code/language-support/c-net/server/hot-chocolate.md b/src/content/code/language-support/c-net/server/hot-chocolate.md index 3f944355b3..2b9704ad33 100644 --- a/src/content/code/language-support/c-net/server/hot-chocolate.md +++ b/src/content/code/language-support/c-net/server/hot-chocolate.md @@ -1,10 +1,12 @@ --- name: Hot Chocolate -description: GraphQL Server for .NET core and .NET classic -url: https://github.com/ChilliCream/hotchocolate +description: Hot Chocolate is an open-source GraphQL Server for .NET +url: https://chillicream.com/docs/hotchocolate/ github: ChilliCream/hotchocolate --- +Hot Chocolate takes the complexity away from building a fully-fledged GraphQL server and lets you focus on delivering the next big thing. + ```csharp using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting;