File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# ArraysOfArrays.jl
2
2
3
- [ ![ Documentation for stable version] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://oschulz .github.io/ArraysOfArrays.jl/stable )
4
- [ ![ Documentation for development version] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://oschulz .github.io/ArraysOfArrays.jl/dev )
3
+ [ ![ Documentation for stable version] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaArrays .github.io/ArraysOfArrays.jl/stable )
4
+ [ ![ Documentation for development version] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaArrays .github.io/ArraysOfArrays.jl/dev )
5
5
[ ![ License] ( http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )] ( LICENSE.md )
6
- [ ![ Travis Build Status] ( https://travis-ci.com/oschulz /ArraysOfArrays.jl.svg?branch=master )] ( https://travis-ci.com/oschulz /ArraysOfArrays.jl )
7
- [ ![ Codecov] ( https://codecov.io/gh/oschulz /ArraysOfArrays.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/oschulz /ArraysOfArrays.jl )
6
+ [ ![ Travis Build Status] ( https://travis-ci.com/JuliaArrays /ArraysOfArrays.jl.svg?branch=master )] ( https://travis-ci.com/JuliaArrays /ArraysOfArrays.jl )
7
+ [ ![ Codecov] ( https://codecov.io/gh/JuliaArrays /ArraysOfArrays.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaArrays /ArraysOfArrays.jl )
8
8
9
9
10
10
A Julia package for efficient storage and handling of nested arrays.
@@ -14,5 +14,5 @@ An `ArrayOfSimilarArrays` offers a duality of view between representing the same
14
14
15
15
## Documentation
16
16
17
- * [ Documentation for stable version] ( https://oschulz .github.io/ArraysOfArrays.jl/stable )
18
- * [ Documentation for development version] ( https://oschulz .github.io/ArraysOfArrays.jl/dev )
17
+ * [ Documentation for stable version] ( https://JuliaArrays .github.io/ArraysOfArrays.jl/stable )
18
+ * [ Documentation for development version] ( https://JuliaArrays .github.io/ArraysOfArrays.jl/dev )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ makedocs(
12
12
modules = [ArraysOfArrays],
13
13
format = Documenter. HTML (
14
14
prettyurls = ! (" local" in ARGS ),
15
- canonical = " https://oschulz .github.io/ArraysOfArrays.jl/stable/"
15
+ canonical = " https://JuliaArrays .github.io/ArraysOfArrays.jl/stable/"
16
16
),
17
17
pages= [
18
18
" Home" => " index.md" ,
@@ -25,7 +25,7 @@ makedocs(
25
25
)
26
26
27
27
deploydocs (
28
- repo = " github.com/oschulz /ArraysOfArrays.jl.git" ,
28
+ repo = " github.com/JuliaArrays /ArraysOfArrays.jl.git" ,
29
29
forcepush = true ,
30
30
push_preview = true ,
31
31
)
You can’t perform that action at this time.
0 commit comments