diff --git a/docs/introduction/what-is-graphql.md b/docs/introduction/what-is-graphql.md index d1aa259..d64f58d 100644 --- a/docs/introduction/what-is-graphql.md +++ b/docs/introduction/what-is-graphql.md @@ -60,8 +60,8 @@ GraphQL is a query [language specification](https://spec.graphql.org/); a contra | Library Name | Language | | --------------------------------------------------------------- | ---------- | | [Apollo Server](https://github.com/apollographql/apollo-server) | JavaScript | -| [GraphQL Ruby](https://graphql-ruby.org/) | Ruby | -| [GraphQL Java](https://www.graphql-java.com/) | Java | +| [GraphQL Ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby | +| [GraphQL Java](https://github.com/graphql-java/graphql-java) | Java | | [GraphQL .NET](https://github.com/graphql-dotnet/graphql-dotnet)| .NET | | [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | .NET | diff --git a/docusaurus.config.js b/docusaurus.config.js index 6a86c38..25fb489 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/palenight'); /** @type {import('@docusaurus/types').Config} */ const config = { title: 'GraphQL ASP.NET', - tagline: 'v1.0.0-rc3', + tagline: 'v1.0.0-rc4', url: 'https://graphql-aspnet.github.io', baseUrl: '/', onBrokenLinks: 'throw',