Skip to content

Commit 3f803b7

Browse files
committed
Change package location to JuliaMath
1 parent 96235c5 commit 3f803b7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# InverseFunctions.jl
22

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

99

1010
InverseFunctions.jl defines an interface to invert functions.
@@ -14,5 +14,5 @@ beyond `Base` and `Test`.
1414

1515
## Documentation
1616

17-
* [Documentation for stable version](https://oschulz.github.io/InverseFunctions.jl/stable)
18-
* [Documentation for development version](https://oschulz.github.io/InverseFunctions.jl/dev)
17+
* [Documentation for stable version](https://JuliaMath.github.io/InverseFunctions.jl/stable)
18+
* [Documentation for development version](https://JuliaMath.github.io/InverseFunctions.jl/dev)

docs/make.jl

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

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

0 commit comments

Comments
 (0)