Skip to content

Commit c28f187

Browse files
authored
Fix broken links (#256)
* update cscherrer to JuliaMath * bump version
1 parent a3b8f6d commit c28f187

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

CITATION.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@misc{MeasureTheory.jl,
22
author = {Chad Scherrer <chad.scherrer@gmail.com> and contributors},
33
title = {MeasureTheory.jl},
4-
url = {https://github.com/cscherrer/MeasureTheory.jl},
4+
url = {https://github.com/JuliaMath/MeasureTheory.jl},
55
version = {v0.2.2},
66
year = {2021},
77
month = {1}

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MeasureTheory"
22
uuid = "eadaa1a4-d27c-401d-8699-e962e1bbc33b"
33
authors = ["Chad Scherrer <[email protected]> and contributors"]
4-
version = "0.18.2"
4+
version = "0.18.3"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/stable)
44
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://cscherrer.github.io/MeasureTheory.jl/dev)
5-
[![Build Status](https://github.com/cscherrer/MeasureTheory.jl/workflows/CI/badge.svg)](https://github.com/cscherrer/MeasureTheory.jl/actions)
6-
[![Coverage](https://codecov.io/gh/cscherrer/MeasureTheory.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/cscherrer/MeasureTheory.jl)
5+
[![Build Status](https://github.com/JuliaMath/MeasureTheory.jl/workflows/CI/badge.svg)](https://github.com/JuliaMath/MeasureTheory.jl/actions)
6+
[![Coverage](https://codecov.io/gh/JuliaMath/MeasureTheory.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/MeasureTheory.jl)
77
[![DOI](https://proceedings.juliacon.org/papers/10.21105/jcon.00092/status.svg)](https://doi.org/10.21105/jcon.00092)
88

99
`MeasureTheory.jl` is a package for building and reasoning about measures.
@@ -29,7 +29,7 @@ To get an idea of the possibilities offered by this package, go to the [document
2929

3030
For interaction and shorter usage questions, there is the dedicated channel [#measuretheory on Julia's Zulip chat julialang.zulipchat.com](https://julialang.zulipchat.com/#narrow/stream/259730-measuretheory.2Ejl) and the #measuretheory channel on the [Julia language Slack chat](https://julialang.org/slack/) and for broader discussions [Julia's discourse forum](https://discourse.julialang.org).
3131

32-
Development takes place on Github with [Github's issue ticker](https://github.com/cscherrer/MeasureTheory.jl/issues) for bug reports and coordination.
32+
Development takes place on Github with [Github's issue ticker](https://github.com/JuliaMath/MeasureTheory.jl/issues) for bug reports and coordination.
3333

3434
We adhere to the [community standards set forward by the Julia community.](https://julialang.org/community/standards/)
3535

@@ -39,4 +39,4 @@ We adhere to the [community standards set forward by the Julia community.](https
3939

4040
## Stargazers over time
4141

42-
[![Stargazers over time](https://starchart.cc/cscherrer/MeasureTheory.jl.svg)](https://starchart.cc/cscherrer/MeasureTheory.jl)
42+
[![Stargazers over time](https://starchart.cc/JuliaMath/MeasureTheory.jl.svg)](https://starchart.cc/JuliaMath/MeasureTheory.jl)

docs/make.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pages = [
2020
makedocs(;
2121
modules = [MeasureBase, MeasureTheory],
2222
authors = "Chad Scherrer <[email protected]> and contributors",
23-
repo = "https://github.com/cscherrer/MeasureTheory.jl/blob/{commit}{path}#L{line}",
23+
repo = "https://github.com/JuliaMath/MeasureTheory.jl/blob/{commit}{path}#L{line}",
2424
sitename = "MeasureTheory.jl",
2525
format = Documenter.HTML(;
2626
prettyurls = get(ENV, "CI", "false") == "true",
@@ -30,4 +30,4 @@ makedocs(;
3030
pages = pages,
3131
)
3232

33-
deploydocs(; repo = "github.com/cscherrer/MeasureTheory.jl")
33+
deploydocs(; repo = "github.com/JuliaMath/MeasureTheory.jl")

docs/src/old_readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

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

8-
Check out our [JuliaCon submission](https://github.com/cscherrer/MeasureTheory.jl/blob/paper/paper/paper.pdf)
8+
Check out our [JuliaCon submission](https://github.com/JuliaMath/MeasureTheory.jl/blob/paper/paper/paper.pdf)
99

1010
`MeasureTheory.jl` is a package for building and reasoning about measures.
1111

src/parameterized/lkj-cholesky.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ logdensity_def(d::LKJCholesky, C::Cholesky) = logdensity_def(d, C.UL)
5656
# z = diag(L)
5757
# sum(log.(z) .* ((k:-1:1) .+ 2*(η-1)))
5858

59-
# Note: https://github.com/cscherrer/MeasureTheory.jl/issues/100#issuecomment-852428192
59+
# Note: https://github.com/JuliaMath/MeasureTheory.jl/issues/100#issuecomment-852428192
6060
c = d.k + 2- 1)
6161
n = size(L, 1)
6262
s = sum(1:n) do i

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ end
657657
end
658658
end
659659

660-
@testset "https://github.com/cscherrer/MeasureTheory.jl/issues/217" begin
660+
@testset "https://github.com/JuliaMath/MeasureTheory.jl/issues/217" begin
661661
d = For(rand(3), rand(3)) do x, y
662662
Normal(x, y)
663663
end

0 commit comments

Comments
 (0)