diff --git a/R/utils.R b/R/utils.R index 7c4e21e..0411d8e 100644 --- a/R/utils.R +++ b/R/utils.R @@ -49,7 +49,7 @@ pizzarr_sample <- function(dataset = NULL, new_z <- file.path(tdir, basename(zarr_zips[z])) - utils::download.file(paste0("https://keller-mark.github.io/pizzarr/data/", + utils::download.file(paste0("https://github.com/keller-mark/pizzarr/raw/refs/heads/main/docs/data/", basename(zarr_zips[z])), mode = "wb", new_z)