Skip to content

Commit 873554e

Browse files
Update readme
1 parent 0c4105a commit 873554e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<strong>A Julia GraphQL client/server implementation.</strong>
66
<br><br>
7-
<a href="https://travis-ci.org/codeneomatrix/Diana.jl"><img src="https://travis-ci.org/codeneomatrix/Diana.jl.svg?branch=master"></a>
8-
<a href="https://codecov.io/gh/codeneomatrix/Diana.jl">
9-
<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" />
1010
</a>
11-
<a href="https://codeneomatrix.github.io/Diana.jl/stable"><img src="https://img.shields.io/badge/docs-stable-blue.svg"></a>
12-
<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>
1313
<a href="https://www.repostatus.org/#active"><img src="https://www.repostatus.org/badges/latest/active.svg"></a>
14-
<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>
1515
</p>
1616

1717
#### Contributions welcomed!
@@ -144,4 +144,4 @@ result = my_schema.execute(query)
144144
## Documentation
145145

146146
Documentation and links to additional resources are available at
147-
https://codeneomatrix.github.io/Diana.jl/v0.2/
147+
https://neomatrixcode.github.io/Diana.jl/v0.2/

0 commit comments

Comments
 (0)