Skip to content

Commit fd690ab

Browse files
committed
Change package location to JuliaMath
1 parent d486198 commit fd690ab

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# DensityInterface.jl
22

3-
[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/DensityInterface.jl/stable)
4-
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/DensityInterface.jl/dev)
3+
[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/DensityInterface.jl/stable)
4+
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/DensityInterface.jl/dev)
55
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
6-
[![Build Status](https://github.com/oschulz/DensityInterface.jl/workflows/CI/badge.svg?branch=master)](https://github.com/oschulz/DensityInterface.jl/actions?query=workflow%3ACI)
7-
[![Codecov](https://codecov.io/gh/oschulz/DensityInterface.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/oschulz/DensityInterface.jl)
6+
[![Build Status](https://github.com/JuliaMath/DensityInterface.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaMath/DensityInterface.jl/actions?query=workflow%3ACI)
7+
[![Codecov](https://codecov.io/gh/JuliaMath/DensityInterface.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/DensityInterface.jl)
88

99
This package defines an interface for mathematical/statistical densities in Julia. See the documentation for details.
1010

1111

1212
## Documentation
1313

14-
* [Documentation for stable version](https://oschulz.github.io/DensityInterface.jl/stable)
15-
* [Documentation for development version](https://oschulz.github.io/DensityInterface.jl/dev)
14+
* [Documentation for stable version](https://JuliaMath.github.io/DensityInterface.jl/stable)
15+
* [Documentation for development version](https://JuliaMath.github.io/DensityInterface.jl/dev)

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ makedocs(
2525
modules = [DensityInterface],
2626
format = Documenter.HTML(
2727
prettyurls = !("local" in ARGS),
28-
canonical = "https://oschulz.github.io/DensityInterface.jl/stable/"
28+
canonical = "https://JuliaMath.github.io/DensityInterface.jl/stable/"
2929
),
3030
pages = [
3131
"Home" => "index.md",
@@ -38,7 +38,7 @@ makedocs(
3838
)
3939

4040
deploydocs(
41-
repo = "github.com/oschulz/DensityInterface.jl.git",
41+
repo = "github.com/JuliaMath/DensityInterface.jl.git",
4242
forcepush = true,
4343
push_preview = true,
4444
)

0 commit comments

Comments
 (0)