Skip to content

Commit d70ee0c

Browse files
authored
update badge urls
1 parent e344ca9 commit d70ee0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Linux | Coverage |
44
| :-----------: | :------: |
5-
| [![Build status](https://github.com/alan-turing-institute/StatisticalTraits.jl/workflows/CI/badge.svg)](https://github.com/alan-turing-institute/StatisticalTraits.jl/actions)| [![codecov](https://codecov.io/gh/alan-turing-institute/StatisticalTraits.jl/branch/master/graph/badge.svg?token=rh6HnyIKc1)](https://codecov.io/gh/alan-turing-institute/StatisticalTraits.jl) |
5+
| [![Build status](https://github.com/JuliaAI/StatisticalTraits.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/StatisticalTraits.jl/actions)| [![codecov](https://codecov.io/gh/JuliaAI/StatisticalTraits.jl/branch/master/graph/badge.svg?token=rh6HnyIKc1)](https://codecov.io/gh/JuliaAI/StatisticalTraits.jl) |
66

77
A light-weight package defining fall-back implementations for a
88
collection of traits possessed by statistical objects. Here a "trait"
@@ -19,7 +19,7 @@ prediction_type(::Type) = :unknown # also :probablistic, :deterministic, :interv
1919
```
2020

2121
Here `Unknown` is a type defined in the light-weight package
22-
[ScientificTypes.jl](https://github.com/alan-turing-institute/ScientificTypes.jl),
22+
[ScientificTypes.jl](https://github.com/JuliaAI/ScientificTypes.jl),
2323
the only dependency of StatsTraits.jl.
2424

2525
Refer to [source code](src/StatisticalTraits.jl) for a complete list.
@@ -32,7 +32,7 @@ this small package might be of independent interest.
3232

3333
A planned StatisticalMeasures.jl package, to contain measures
3434
currently in
35-
[MLJBase.jl](https://github.com/alan-turing-institute/MLJBase.jl),
35+
[MLJBase.jl](https://github.com/JuliaAI/MLJBase.jl),
3636
will have this package as a dependency, allowing it to be independent
3737
of the MLJ packages.
3838

0 commit comments

Comments
 (0)