Skip to content

Commit d62f41a

Browse files
committed
changed repository url and build tags
1 parent 39daa91 commit d62f41a

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
@@ -2,6 +2,6 @@
22

33
This library supports representation, inference, and learning in Bayesian networks.
44

5-
Please read the [documentation](https://dwijenchawra.github.io/BayesNets.jl/dev/index.html).
5+
Please read the [documentation](https://sisl.github.io/BayesNets.jl/dev/index.html).
66

7-
[![Build Status](https://travis-ci.org/sisl/BayesNets.jl.svg?branch=master)](https://travis-ci.org/sisl/BayesNets.jl) [![Coverage Status](https://coveralls.io/repos/sisl/BayesNets.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/sisl/BayesNets.jl?branch=master)
7+
[![Build Status](https://github.com/sisl/BayesNets.jl/actions/workflows/main.yml/badge.svg)](https://travis-ci.org/sisl/BayesNets.jl) [![Coverage Status](https://coveralls.io/repos/sisl/BayesNets.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/sisl/BayesNets.jl?branch=master)

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ makedocs(
2525
)
2626

2727
deploydocs(
28-
repo = "github.com/dwijenchawra/BayesNets.jl.git",
28+
repo = "github.com/sisl/BayesNets.jl.git",
2929
)

0 commit comments

Comments
 (0)