Skip to content

Commit 91040e3

Browse files
apottereandimarek
authored andcommitted
Update README.next.md
1 parent 22a35ea commit 91040e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/groovy/readme/README.next.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The versioning follows [Semantic Versioning](http://semver.org) since `2.0.0`.
1717
**Hint**: This README documents the latest release, but `master` contains the current development version. So please make sure
1818
to checkout the appropriate tag when looking for the version documented here.
1919

20+
Make sure to check out the [awesome related projects](https://github.com/graphql-java/awesome-graphql-java) built on GraphQL Java.
21+
2022
[![Build Status](https://travis-ci.org/graphql-java/graphql-java.svg?branch=master)](https://travis-ci.org/graphql-java/graphql-java)
2123
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/)
2224
[![Latest Dev Build](https://api.bintray.com/packages/andimarek/graphql-java/graphql-java/images/download.svg)](https://bintray.com/andimarek/graphql-java/graphql-java/_latestVersion)
@@ -42,7 +44,6 @@ to checkout the appropriate tag when looking for the version documented here.
4244
- [Development Build](#development-build)
4345
- [Details](#details)
4446
- [Acknowledgment](#acknowledgment)
45-
- [Related Projects](#related-projects)
4647
- [License](#license)
4748

4849

@@ -851,9 +852,6 @@ code for the upcoming version. The readme for that upcoming version can be foun
851852
This implementation is based on the [js reference implementation](https://github.com/graphql/graphql-js).
852853
For example the StarWarSchema and the tests (among a lot of other things) are simply adapted to the Java world.
853854

854-
### Related projects
855-
856-
Please have a look at the [awesome-graphql-java](https://github.com/graphql-java/awesome-graphql-java) list.
857855

858856
### License
859857

0 commit comments

Comments
 (0)