Skip to content

Commit 5835756

Browse files
committed
fix broken link
1 parent 7017adb commit 5835756

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/user-guide/data_types.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,8 @@ assert scalar_value == np.int8(42)
298298
Each Zarr data type is a separate Python class that inherits from
299299
[ZDType][zarr.dtype.ZDType]. You can define a custom data type by
300300
writing your own subclass of [ZDType][zarr.dtype.ZDType] and adding
301-
your data type to the data type registry. A complete example of this process is included below.
302-
303-
The source code for this example can be found in the `examples/custom_dtype.py` file in the Zarr
304-
Python project directory.
305-
306-
```python
307-
--8<-- "examples/custom_dtype.py"
308-
```
301+
your data type to the data type registry. To see an executable demonstration
302+
of this process, see the [`custom_dtype` example](../user-guide/examples/custom_dtype.md).
309303

310304
### Data Type Resolution
311305

0 commit comments

Comments
 (0)