From c72bebb0f045dffa94fbb24c51052d401e453988 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Wed, 11 May 2022 23:34:24 -0400 Subject: [PATCH] Fix URL typo --- docs/mkdocs/docs/features/binary_formats/bjdata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs/docs/features/binary_formats/bjdata.md b/docs/mkdocs/docs/features/binary_formats/bjdata.md index 9a641e669..b7473cf63 100644 --- a/docs/mkdocs/docs/features/binary_formats/bjdata.md +++ b/docs/mkdocs/docs/features/binary_formats/bjdata.md @@ -113,7 +113,7 @@ The library uses the following mapping from JSON values types to BJData types ac In order to maintain the type and dimension information of an ND-array, when this library parses a BJData ND-array via `from_bjdata`, it converts the data into a JSON object, following the **annotated array format** as defined in the - [JData specification (Draft 3)](hhttps://github.com/NeuroJSON/jdata/blob/master/JData_specification.md#annotated-storage-of-n-d-arrays). + [JData specification (Draft 3)](https://github.com/NeuroJSON/jdata/blob/master/JData_specification.md#annotated-storage-of-n-d-arrays). For example, the above 2-D `uint8` array can be parsed and accessed as ```json