|
1 | | -<p align="center"><img src="diana-banner.png" width="25%" ></p> |
| 1 | +<p align="center"><img src="diana_logo.png" width="25%" ></p> |
| 2 | +<h1 align="center">Diana.jl</h1> |
2 | 3 | <p align="center"> |
| 4 | + |
3 | 5 | <strong>A Julia GraphQL client/server implementation.</strong> |
4 | 6 | <br><br> |
5 | | -<a href="https://travis-ci.org/codeneomatrix/Diana.jl"><img src="https://travis-ci.org/codeneomatrix/Diana.jl.svg?branch=master"></a> |
6 | | -<a href="https://codecov.io/gh/codeneomatrix/Diana.jl"> |
7 | | - <img src="https://codecov.io/gh/codeneomatrix/Diana.jl/branch/master/graph/badge.svg" /> |
| 7 | +<a href="https://travis-ci.org/neomatrixcode/Diana.jl"><img src="https://travis-ci.org/neomatrixcode/Diana.jl.svg?branch=master"></a> |
| 8 | +<a href="https://codecov.io/gh/neomatrixcode/Diana.jl"> |
| 9 | + <img src="https://codecov.io/gh/neomatrixcode/Diana.jl/branch/master/graph/badge.svg" /> |
8 | 10 | </a> |
9 | | -<a href="https://codeneomatrix.github.io/Diana.jl/stable"><img src="https://img.shields.io/badge/docs-stable-blue.svg"></a> |
10 | | -<a href="https://codeneomatrix.github.io/Diana.jl/dev"><img src="https://img.shields.io/badge/docs-dev-blue.svg"></a> |
| 11 | +<a href="https://neomatrixcode.github.io/Diana.jl/stable"><img src="https://img.shields.io/badge/docs-stable-blue.svg"></a> |
| 12 | +<a href="https://neomatrixcode.github.io/Diana.jl/dev"><img src="https://img.shields.io/badge/docs-dev-blue.svg"></a> |
11 | 13 | <a href="https://www.repostatus.org/#active"><img src="https://www.repostatus.org/badges/latest/active.svg"></a> |
12 | | -<a href="https://raw.githubusercontent.com/codeneomatrix/Diana.jl/master/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-blue.svg"></a> |
| 14 | +<a href="https://raw.githubusercontent.com/neomatrixcode/Diana.jl/master/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-blue.svg"></a> |
13 | 15 | </p> |
14 | 16 |
|
15 | 17 | #### Contributions welcomed! |
@@ -142,4 +144,4 @@ result = my_schema.execute(query) |
142 | 144 | ## Documentation |
143 | 145 |
|
144 | 146 | Documentation and links to additional resources are available at |
145 | | -https://codeneomatrix.github.io/Diana.jl/v0.2/ |
| 147 | +https://neomatrixcode.github.io/Diana.jl/v0.2/ |
0 commit comments