From 99bfd9f559b0ad5da5d5f27f0e18112ec18e4e89 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Thu, 22 Jun 2023 13:26:26 +0200 Subject: [PATCH] MeasureBase and MeasureTheory now live under JuliaMath --- .github/workflows/Breakage.yml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Breakage.yml b/.github/workflows/Breakage.yml index 3763714c..a9f999b7 100644 --- a/.github/workflows/Breakage.yml +++ b/.github/workflows/Breakage.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: pkg: [ - "cscherrer/MeasureTheory.jl" + "JuliaMath/MeasureTheory.jl" ] pkgversion: [latest, stable] diff --git a/README.md b/README.md index b9333daf..6807ab2b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # MeasureBase -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/stable) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/dev) -[![Build Status](https://github.com/cscherrer/MeasureBase.jl/workflows/CI/badge.svg)](https://github.com/cscherrer/MeasureBase.jl/actions) -[![Coverage](https://codecov.io/gh/cscherrer/MeasureBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/cscherrer/MeasureBase.jl) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/MeasureTheory.jl/stable) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/MeasureTheory.jl/dev) +[![Build Status](https://github.com/JuliaMath/MeasureBase.jl/workflows/CI/badge.svg)](https://github.com/JuliaMath/MeasureBase.jl/actions) +[![Coverage](https://codecov.io/gh/JuliaMath/MeasureBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/MeasureBase.jl) -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. +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.