Skip to content

Commit 363f365

Browse files
committed
DOC: Update imageio link.
1 parent d07203c commit 363f365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/tutorial-x-ray-image-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following packages are used in this tutorial:
6969
- [imageio](https://imageio.github.io) for reading and writing image data. The
7070
healthcare industry usually works with the
7171
[DICOM](https://en.wikipedia.org/wiki/DICOM) format for medical imaging and
72-
[imageio](https://imageio.readthedocs.io/en/stable/format_dicom.html) should be
72+
[imageio](https://imageio.readthedocs.io/en/stable/_autosummary/imageio.plugins.dicom.html) should be
7373
well-suited for reading that format. For simplicity, in this tutorial you'll be
7474
working with PNG files.
7575
- [Matplotlib](https://matplotlib.org/) for data visualization.

0 commit comments

Comments
 (0)