Skip to content

Commit 8ce2e5c

Browse files
authored
430 move website domain to virtualbrainlaborg (#431)
* Change site_url and update aquarium import * Update documentation URL * Version bump
1 parent 49e50de commit 8ce2e5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ through the issues tab.
4848

4949
[Pinpoint]: https://github.com/VirtualBrainLab/Pinpoint
5050

51-
[docs]: https://virtualbrainlab.github.io/ephys-link/
51+
[docs]: https://ephys-link.virtualbrainlab.org

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
22

33
site_name: Ephys Link
4-
site_url: https://virtualbrainlab.github.io/ephys-link
4+
site_url: https://ephys-link.virtualbrainlab.org
55
repo_url: https://github.com/VirtualBrainLab/ephys-link
6-
repo_name: virtualbrainlab/ephys-link
6+
repo_name: VirtualBrainLab/ephys-link
77
copyright: Copyright © 2024 Virtual Brain Lab
88
extra:
99
social:
@@ -88,7 +88,7 @@ plugins:
8888
show_symbol_type_toc: true
8989
import:
9090
- https://docs.python.org/3/objects.inv
91-
- https://virtualbrainlab.github.io/vbl-aquarium/objects.inv
91+
- https://aquarium.virtualbrainlab.org/objects.inv
9292
nav:
9393
- Home:
9494
- About: index.md

src/ephys_link/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0b10"
1+
__version__ = "2.0.0rc0"

0 commit comments

Comments
 (0)