diff --git a/README.md b/README.md index ad2e5707..15c96d78 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ HED (Hierarchical Event Descriptors) is a framework for systematically describin For simple validation or transformation tasks, use the online tools at [https://hedtools.org/hed](https://hedtools.org/hed) - no installation needed! -Browser-based validation (no data upload) is available at [https://www.hedtags.org/hed-javascript](https://www.hedtags.org/hed-javascript) +Browser-based validation (no data upload) is available at [https://www.hedtags.org/hed-web](https://www.hedtags.org/hed-web) A development version of the online tools is available at: [https://hedtools.org/hed_dev](https://hedtools.org/hed_dev) @@ -226,7 +226,7 @@ The HED ecosystem consists of several interconnected repositories: | Repository | Description | | ---------------------------------------------------------------------- | ------------------------------------------------ | | [hed-python](https://github.com/hed-standard/hed-python) | Python validation and analysis tools (this repo) | -| [hed-web](https://github.com/hed-standard/hed-web) | Web interface and deployable Docker services | +| [hed-server](https://github.com/hed-standard/hed-server) | Web interface and deployable Docker services | | [hed-resources](https://github.com/hed-standard/hed-resources) | Tutorials and other HED resources | | [hed-specification](https://github.com/hed-standard/hed-specification) | Official HED specification documents | | [hed-schemas](https://github.com/hed-standard/hed-schemas) | Official HED schema repository | @@ -234,6 +234,7 @@ The HED ecosystem consists of several interconnected repositories: | [hed-vis](https://github.com/hed-standard/hed-vis) | HED visualization tools (word clouds, etc.) | | [ndx-hed](https://github.com/hed-standard/ndx-hed) | HED support for NWB | | [hed-javascript](https://github.com/hed-standard/hed-javascript) | JavaScript HED validation tools | +| [hed-web](https://github.com/hed-standard/hed-web) | Source for browser-based validation tools | ## Contributing diff --git a/docs/conf.py b/docs/conf.py index 0b46b413..5f34519f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ author = "HED Standard" # The full version, including alpha/beta/rc tags -release = "0.8.1" +release = "1.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/spec_tests/hed-schemas b/spec_tests/hed-schemas index 2ed59bf4..0a4a7b61 160000 --- a/spec_tests/hed-schemas +++ b/spec_tests/hed-schemas @@ -1 +1 @@ -Subproject commit 2ed59bf4aa9d6feac903a3c1d2d980bc395a52e3 +Subproject commit 0a4a7b613b82a9b09955bba9a22a36791d1de035 diff --git a/spec_tests/hed-tests b/spec_tests/hed-tests index a710eebf..ea4237ca 160000 --- a/spec_tests/hed-tests +++ b/spec_tests/hed-tests @@ -1 +1 @@ -Subproject commit a710eebfbdd315b7338e2078d33b95b560fcb5cf +Subproject commit ea4237cacb3bf2cad784e50808d370a9d0251c76