Skip to content

Commit ebae059

Browse files
authored
Merge pull request #1317 from VisLab/fix_links
Fix links and updated submodules
2 parents 78e8f28 + 3c166c7 commit ebae059

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ HED (Hierarchical Event Descriptors) is a framework for systematically describin
2525

2626
For simple validation or transformation tasks, use the online tools at [https://hedtools.org/hed](https://hedtools.org/hed) - no installation needed!
2727

28-
Browser-based validation (no data upload) is available at [https://www.hedtags.org/hed-javascript](https://www.hedtags.org/hed-javascript)
28+
Browser-based validation (no data upload) is available at [https://www.hedtags.org/hed-web](https://www.hedtags.org/hed-web)
2929

3030
A development version of the online tools is available at: [https://hedtools.org/hed_dev](https://hedtools.org/hed_dev)
3131

@@ -226,14 +226,15 @@ The HED ecosystem consists of several interconnected repositories:
226226
| Repository | Description |
227227
| ---------------------------------------------------------------------- | ------------------------------------------------ |
228228
| [hed-python](https://github.com/hed-standard/hed-python) | Python validation and analysis tools (this repo) |
229-
| [hed-web](https://github.com/hed-standard/hed-web) | Web interface and deployable Docker services |
229+
| [hed-server](https://github.com/hed-standard/hed-server) | Web interface and deployable Docker services |
230230
| [hed-resources](https://github.com/hed-standard/hed-resources) | Tutorials and other HED resources |
231231
| [hed-specification](https://github.com/hed-standard/hed-specification) | Official HED specification documents |
232232
| [hed-schemas](https://github.com/hed-standard/hed-schemas) | Official HED schema repository |
233233
| [table-remodeler](https://github.com/hed-standard/table-remodeler) | Table transformation and remodeling tools |
234234
| [hed-vis](https://github.com/hed-standard/hed-vis) | HED visualization tools (word clouds, etc.) |
235235
| [ndx-hed](https://github.com/hed-standard/ndx-hed) | HED support for NWB |
236236
| [hed-javascript](https://github.com/hed-standard/hed-javascript) | JavaScript HED validation tools |
237+
| [hed-web](https://github.com/hed-standard/hed-web) | Source for browser-based validation tools |
237238
238239
## Contributing
239240

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author = "HED Standard"
1212

1313
# The full version, including alpha/beta/rc tags
14-
release = "0.8.1"
14+
release = "1.1.0"
1515

1616
# -- General configuration ---------------------------------------------------
1717
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

spec_tests/hed-tests

0 commit comments

Comments
 (0)