Skip to content

Commit d8f8980

Browse files
committed
update urls
1 parent 2923717 commit d8f8980

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MetaGraphsNext
22

3-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bramtayl.github.io/MetaGraphsNext.jl/dev)
4-
[![CodeCov](https://codecov.io/gh/bramtayl/MetaGraphsNext.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/bramtayl/MetaGraphsNext.jl)
3+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGraphs.github.io/MetaGraphsNext.jl/dev)
4+
[![CodeCov](https://codecov.io/gh/JuliaGraphs/MetaGraphsNext.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGraphs/MetaGraphsNext.jl)
55

66
This is an experimental, type-stable replacement for [MetaGraphs](https://github.com/JuliaGraphs/MetaGraphs.jl)

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using MetaGraphsNext
22
using Documenter: deploydocs, makedocs
33
makedocs(sitename = "MetaGraphsNext.jl", modules = [MetaGraphsNext], doctest = false)
4-
deploydocs(repo = "github.com/bramtayl/MetaGraphsNext.jl.git")
4+
deploydocs(repo = "github.com/JuliaGraphs/MetaGraphsNext.jl.git")

0 commit comments

Comments
 (0)