Skip to content

Commit 9f5cfc9

Browse files
authored
docs: update itk python quick start link to docs.itk.org
1 parent 78d69fd commit 9f5cfc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/python/itk_python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ITK Python interop
22

3-
`itkwasm` can be used with native [`itk` Python bindings](https://itkpythonpackage.readthedocs.io/en/master/Quick_start_guide.html).
3+
`itkwasm` can be used with native [`itk` Python bindings](https://docs.itk.org/en/latest/learn/python_quick_start.html).
44

55
Both packages support common Python dictionary representations of the data structures used on interfaces. The non-dictionary types are more convenient to work with directly and provide strong typing for function calls.
66

@@ -61,4 +61,4 @@ itk.imwrite(image, 'cthead1.iwi.cbor')
6161
mesh = itk.meshread('cow.vtk')
6262
itk.meshwrite(mesh, 'cow.iwm')
6363
itk.meshwrite(mesh, 'cow.iwm.cbor')
64-
```
64+
```

0 commit comments

Comments
 (0)