Skip to content

Commit 8620e8f

Browse files
committed
remove MAST URL bundle_name
bundle_name is not significant in MAST download URL
1 parent 99017e7 commit 8620e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/tutorials/jwst-image-scale-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A mirror of the JWST initial release data is also hosted on AWS. We'll use this
3939
```julia
4040
using Downloads
4141

42-
fname = Downloads.download("https://mast.stsci.edu/api/v0.1/Download/file?bundle_name=MAST_2025-11-29T2146.sh&uri=mast:JWST/product/jw02731-o001_t017_nircam_clear-f187n_i2d.fits")
42+
fname = Downloads.download("https://mast.stsci.edu/api/v0.1/Download/file?uri=mast:JWST/product/jw02731-o001_t017_nircam_clear-f187n_i2d.fits")
4343
```
4444

4545
## Loading the image

0 commit comments

Comments
 (0)