Skip to content

Commit ab5ba31

Browse files
authored
Update README.md
1 parent b0fca4a commit ab5ba31

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# GraphQL for Drupal
22

3-
[![Build Status](https://img.shields.io/travis/fubhy/graphql-drupal.svg)](https://travis-ci.org/fubhy/graphql-drupal)
4-
[![Code Coverage](https://img.shields.io/codecov/c/github/fubhy/graphql-drupal.svg)](https://codecov.io/gh/fubhy/graphql-drupal)
5-
[![Code Quality](https://img.shields.io/scrutinizer/g/fubhy/graphql-drupal.svg)](https://scrutinizer-ci.com/g/fubhy/graphql-drupal/?branch=8.x-3.x)
3+
[![Build Status](https://img.shields.io/travis/drupal-graphql/graphql-drupal.svg)](https://travis-ci.org/drupal-graphql/graphql)
4+
[![Code Coverage](https://img.shields.io/codecov/c/github/drupal-graphql/graphql.svg)](https://codecov.io/gh/drupal-graphql/graphql)
5+
[![Code Quality](https://img.shields.io/scrutinizer/g/drupal-graphql/graphql.svg)](https://scrutinizer-ci.com/g/drupal-graphql/graphql/?branch=8.x-3.x)
66

77
This module lets you craft and expose a [GraphQL] schema for [Drupal 8].
88

@@ -31,7 +31,7 @@ Please refer to `modules/README.md` for more information.
3131

3232
## Example implementation
3333

34-
Check out https://github.com/fubhy/drupal-decoupled-app for a complete example
34+
Check out https://github.com/drupal-graphql/drupal-decoupled-app for a complete example
3535
of a fully decoupled React and GraphQL application. Feel free to use that
3636
repository as a starting point for your own decoupled application.
3737

@@ -54,5 +54,5 @@ module works and how you can configure, adjust and extend it:
5454
## Resources
5555

5656
* Project homepage: https://www.drupal.org/project/graphql
57-
* Contributing: https://github.com/fubhy/graphql-drupal
57+
* Contributing: https://github.com/drupal-graphql/graphql
5858

0 commit comments

Comments
 (0)