File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# InverseFunctions.jl
2
2
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 )
5
5
[ ![ 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 )
8
8
9
9
10
10
InverseFunctions.jl defines an interface to invert functions.
@@ -14,5 +14,5 @@ beyond `Base` and `Test`.
14
14
15
15
## Documentation
16
16
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 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ makedocs(
20
20
modules = [InverseFunctions],
21
21
format = Documenter. HTML (
22
22
prettyurls = ! (" local" in ARGS ),
23
- canonical = " https://oschulz .github.io/InverseFunctions.jl/stable/"
23
+ canonical = " https://JuliaMath .github.io/InverseFunctions.jl/stable/"
24
24
),
25
25
pages = [
26
26
" Home" => " index.md" ,
@@ -33,7 +33,7 @@ makedocs(
33
33
)
34
34
35
35
deploydocs (
36
- repo = " github.com/oschulz /InverseFunctions.jl.git" ,
36
+ repo = " github.com/JuliaMath /InverseFunctions.jl.git" ,
37
37
forcepush = true ,
38
38
push_preview = true ,
39
39
)
You can’t perform that action at this time.
0 commit comments