We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99017e7 commit 8620e8fCopy full SHA for 8620e8f
1 file changed
docs/src/tutorials/jwst-image-scale-bar.md
@@ -39,7 +39,7 @@ A mirror of the JWST initial release data is also hosted on AWS. We'll use this
39
```julia
40
using Downloads
41
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")
+fname = Downloads.download("https://mast.stsci.edu/api/v0.1/Download/file?uri=mast:JWST/product/jw02731-o001_t017_nircam_clear-f187n_i2d.fits")
43
```
44
45
## Loading the image
0 commit comments