Skip to content

Commit c413b01

Browse files
committed
Update broken url
1 parent 37d701f commit c413b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datasets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ncar_hash = artifact_hash("ncar", artifact_toml)
1313
if ncar_hash === nothing || !artifact_exists(ncar_hash)
1414
oldhash = ncar_hash
1515
ncar_hash = create_artifact() do artifact_dir
16-
Downloads.download("https://www.unidata.ucar.edu/software/netcdf/examples/sresa1b_ncar_ccsm3-example.nc",joinpath(artifact_dir,"ncar.nc"))
16+
Downloads.download("https://archive.unidata.ucar.edu/software/netcdf/examples/sresa1b_ncar_ccsm3-example.nc",joinpath(artifact_dir,"ncar.nc"))
1717
end
1818
if oldhash !== nothing
1919
unbind_artifact!(artifact_toml, "ncar")

0 commit comments

Comments
 (0)