Skip to content

Commit 99bfd9f

Browse files
committed
MeasureBase and MeasureTheory now live under JuliaMath
1 parent 7cb87d5 commit 99bfd9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/Breakage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
pkg: [
16-
"cscherrer/MeasureTheory.jl"
16+
"JuliaMath/MeasureTheory.jl"
1717
]
1818
pkgversion: [latest, stable]
1919

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MeasureBase
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/dev)
5-
[![Build Status](https://github.com/cscherrer/MeasureBase.jl/workflows/CI/badge.svg)](https://github.com/cscherrer/MeasureBase.jl/actions)
6-
[![Coverage](https://codecov.io/gh/cscherrer/MeasureBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/cscherrer/MeasureBase.jl)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/MeasureTheory.jl/stable)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/MeasureTheory.jl/dev)
5+
[![Build Status](https://github.com/JuliaMath/MeasureBase.jl/workflows/CI/badge.svg)](https://github.com/JuliaMath/MeasureBase.jl/actions)
6+
[![Coverage](https://codecov.io/gh/JuliaMath/MeasureBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/MeasureBase.jl)
77

8-
This (relatively) light-weight package contains core functionality of [MeasureTheory](https://github.com/cscherrer/MeasureTheory.jl). Many packages using or defining measures do not need the full capabilities of MeasureTheory.jl itself, and can depend on this instead.
8+
This (relatively) light-weight package contains core functionality of [MeasureTheory](https://github.com/JuliaMath/MeasureTheory.jl). Many packages using or defining measures do not need the full capabilities of MeasureTheory.jl itself, and can depend on this instead.

0 commit comments

Comments
 (0)