Skip to content

Commit fda4350

Browse files
committed
resolve ambiguous link
1 parent d55f541 commit fda4350

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/user-guide/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Runtime configuration
1+
# Runtime configuration {#config-runtime-configuration}
22

33
[`zarr.config`][] is responsible for managing the configuration of zarr and
44
is based on the [donfig](https://github.com/pytroll/donfig) Python library.

docs/user-guide/gpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type(z[:10, :10])
2222
Note that the output type is a `cupy.ndarray` rather than a NumPy array.
2323

2424
For supported codecs, data will be decoded using the GPU via the [nvcomp] library.
25-
See [runtime-configuration][] for more. Isseus and feature requestsfor NVIDIA nvCOMP can be reported in the nvcomp [issue tracker].
25+
See [runtime-configuration][config-runtime-configuration] for more. Isseus and feature requestsfor NVIDIA nvCOMP can be reported in the nvcomp [issue tracker].
2626

2727
[nvcomp]: https://docs.nvidia.com/cuda/nvcomp/samples/python_samples.html
28-
[issue tradcker]: https://github.com/NVIDIA/CUDALibrarySamples/issues
28+
[issue tracker]: https://github.com/NVIDIA/CUDALibrarySamples/issues

0 commit comments

Comments
 (0)