Skip to content

Commit f01c264

Browse files
committed
Repository has been moved to JuliaArrays
1 parent 1b7568c commit f01c264

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
# ArraysOfArrays.jl
22

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)
55
[![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)
88

99

1010
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
1414

1515
## Documentation
1616

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)

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ makedocs(
1212
modules = [ArraysOfArrays],
1313
format = Documenter.HTML(
1414
prettyurls = !("local" in ARGS),
15-
canonical = "https://oschulz.github.io/ArraysOfArrays.jl/stable/"
15+
canonical = "https://JuliaArrays.github.io/ArraysOfArrays.jl/stable/"
1616
),
1717
pages=[
1818
"Home" => "index.md",
@@ -25,7 +25,7 @@ makedocs(
2525
)
2626

2727
deploydocs(
28-
repo = "github.com/oschulz/ArraysOfArrays.jl.git",
28+
repo = "github.com/JuliaArrays/ArraysOfArrays.jl.git",
2929
forcepush = true,
3030
push_preview = true,
3131
)

0 commit comments

Comments
 (0)