Skip to content

Commit cb0d3b1

Browse files
committed
Change package location to JuliaMath
1 parent 154a013 commit cb0d3b1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

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

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

99

1010
ChangesOfVariables.jl defines functionality to calculate volume element
@@ -16,5 +16,5 @@ beyond `Base` and `LinearAlgebra`.
1616

1717
## Documentation
1818

19-
* [Documentation for stable version](https://oschulz.github.io/ChangesOfVariables.jl/stable)
20-
* [Documentation for development version](https://oschulz.github.io/ChangesOfVariables.jl/dev)
19+
* [Documentation for stable version](https://JuliaMath.github.io/ChangesOfVariables.jl/stable)
20+
* [Documentation for development version](https://JuliaMath.github.io/ChangesOfVariables.jl/dev)

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ makedocs(
2020
modules = [ChangesOfVariables],
2121
format = Documenter.HTML(
2222
prettyurls = !("local" in ARGS),
23-
canonical = "https://oschulz.github.io/ChangesOfVariables.jl/stable/"
23+
canonical = "https://JuliaMath.github.io/ChangesOfVariables.jl/stable/"
2424
),
2525
pages = [
2626
"Home" => "index.md",
@@ -33,7 +33,7 @@ makedocs(
3333
)
3434

3535
deploydocs(
36-
repo = "github.com/oschulz/ChangesOfVariables.jl.git",
36+
repo = "github.com/JuliaMath/ChangesOfVariables.jl.git",
3737
forcepush = true,
3838
push_preview = true,
3939
)

0 commit comments

Comments
 (0)