We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07203c commit 363f365Copy full SHA for 363f365
1 file changed
content/tutorial-x-ray-image-processing.md
@@ -69,7 +69,7 @@ The following packages are used in this tutorial:
69
- [imageio](https://imageio.github.io) for reading and writing image data. The
70
healthcare industry usually works with the
71
[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
+[imageio](https://imageio.readthedocs.io/en/stable/_autosummary/imageio.plugins.dicom.html) should be
73
well-suited for reading that format. For simplicity, in this tutorial you'll be
74
working with PNG files.
75
- [Matplotlib](https://matplotlib.org/) for data visualization.
0 commit comments