diff --git a/docs/source/spec_language_support.rst b/docs/source/spec_language_support.rst index 757578bc5..43a628093 100644 --- a/docs/source/spec_language_support.rst +++ b/docs/source/spec_language_support.rst @@ -5,7 +5,7 @@ Support for the HDMF Specification Language =========================================== -The HDMF API provides nearly full support for all features of the `HDMF Specificiation Language`_ +The HDMF API provides nearly full support for all features of the `HDMF Specification Language`_ version 3.0.0, except for the following: 1. Attributes containing multiple references (see `#833`_) @@ -13,7 +13,7 @@ version 3.0.0, except for the following: 3. Datasets that do not have a data_type_inc/data_type_def and contain either a reference dtype or a compound dtype (see `#737`_) 4. Passing dataset dtype and shape from parent data type to child data type (see `#320`_) -.. _HDMF Specificiation Language: https://hdmf-schema-language.readthedocs.io/en/latest/>` +.. _HDMF Specification Language: https://hdmf-schema-language.readthedocs.io .. _#833: https://github.com/hdmf-dev/hdmf/issues/833 .. _#423: https://github.com/hdmf-dev/hdmf/issues/423 .. _#531: https://github.com/hdmf-dev/hdmf/issues/531