Skip to content

Commit fd82624

Browse files
committed
Fix GitHub links
1 parent 92d31af commit fd82624

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

data/code.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,13 +724,13 @@
724724
{
725725
"name": "Prisma",
726726
"description": "A BaaS (Backend as a Service) providing a GraphQL backend for your applications with a powerful web ui for managing your database and stored data.",
727-
"github": "https://github.com/prisma",
727+
"github": "prisma/prisma",
728728
"url": "https://www.prisma.io"
729729
},
730730
{
731731
"name": "Tipe",
732732
"description": "A SaaS (Software as a Service) content management system that allows you to create your content with powerful editing tools and access it from anywhere with a GraphQL or REST API.",
733-
"github": "https://github.com/tipeio",
733+
"github": "tipeio/tipe",
734734
"url": "https://tipe.io"
735735
},
736736
{
@@ -745,7 +745,8 @@
745745
},
746746
{
747747
"name": "Hasura",
748-
"description": "([github](https://github.com/hasura)) Hasura connects to your databases & microservices and instantly gives you a production-ready GraphQL API.",
748+
"description": "Hasura connects to your databases & microservices and instantly gives you a production-ready GraphQL API.",
749+
"github": "hasura/graphql-engine",
749750
"url": "https://hasura.io"
750751
},
751752
{
@@ -758,6 +759,7 @@
758759
{
759760
"name": "awesome-graphql",
760761
"description": "A fantastic community maintained collection of libraries, resources, and more.",
762+
"github": "chentsulin/awesome-graphql",
761763
"url": "https://github.com/chentsulin/awesome-graphql"
762764
}
763765
]

0 commit comments

Comments
 (0)