Skip to content

Commit d675e84

Browse files
committed
Update links in README.md
1 parent b61efdf commit d675e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![TravisCI Build](https://travis-ci.org/graphql-java-kickstart/graphql-java-tools.svg?branch=master)](https://travis-ci.org/graphql-java-kickstart/graphql-java-tools)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-java-tools/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-java-tools)
5-
[![Chat on Spectrum](https://img.shields.io/badge/spectrum-join%20the%20community-%23800080)](https://spectrum.chat/graphql-java-kick/tools)
5+
[![Chat on Spectrum](https://img.shields.io/badge/spectrum-join%20the%20community-%23800080)](https://spectrum.chat/graphql-java-kick)
66

77
This library allows you to use the GraphQL schema language to build your [graphql-java](https://github.com/graphql-java/graphql-java) schema.
88
Inspired by [graphql-tools](https://github.com/apollographql/graphql-tools), it parses the given GraphQL schema and allows you to BYOO (bring your own object) to fill in the implementations.
@@ -13,7 +13,7 @@ GraphQL Java Tools aims for seamless integration with Java, but works for any JV
1313
## We are looking for contributors!
1414
Are you interested in improving our documentation, working on the codebase, reviewing PRs?
1515

16-
[Reach out to us on Spectrum](https://spectrum.chat/graphql-java-kick/tools) and join the team!
16+
[Reach out to us on Spectrum](https://spectrum.chat/graphql-java-kick) and join the team!
1717

1818
## Quick start
1919

0 commit comments

Comments
 (0)