diff --git a/README.md b/README.md index f36b6ae..76f364d 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ through the issues tab. [Pinpoint]: https://github.com/VirtualBrainLab/Pinpoint -[docs]: https://virtualbrainlab.github.io/ephys-link/ +[docs]: https://ephys-link.virtualbrainlab.org diff --git a/mkdocs.yml b/mkdocs.yml index 9fdc078..dddee09 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,9 +1,9 @@ # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json site_name: Ephys Link -site_url: https://virtualbrainlab.github.io/ephys-link +site_url: https://ephys-link.virtualbrainlab.org repo_url: https://github.com/VirtualBrainLab/ephys-link -repo_name: virtualbrainlab/ephys-link +repo_name: VirtualBrainLab/ephys-link copyright: Copyright © 2024 Virtual Brain Lab extra: social: @@ -88,7 +88,7 @@ plugins: show_symbol_type_toc: true import: - https://docs.python.org/3/objects.inv - - https://virtualbrainlab.github.io/vbl-aquarium/objects.inv + - https://aquarium.virtualbrainlab.org/objects.inv nav: - Home: - About: index.md diff --git a/src/ephys_link/__about__.py b/src/ephys_link/__about__.py index c56fa6d..785fbc7 100644 --- a/src/ephys_link/__about__.py +++ b/src/ephys_link/__about__.py @@ -1 +1 @@ -__version__ = "2.0.0b10" +__version__ = "2.0.0rc0"