We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9082d commit 2842478Copy full SHA for 2842478
docs/make.jl
@@ -22,5 +22,5 @@ zarrpath = joinpath(@__DIR__, "data", "example.zarr")
22
isdir(zarrpath) && rm(zarrpath, recursive=true)
23
24
deploydocs(
25
- repo = "github.com/meggart/Zarr.jl.git",
+ repo = "github.com/JuliaIO/Zarr.jl.git",
26
)
0 commit comments