Skip to content

Commit 3946fcc

Browse files
committed
Update README links
1 parent 81689b2 commit 3946fcc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55

66
Database for experimental neuroscience laboratories
77

8-
[Documentation](https://alyx.readthedocs.io)
8+
[Documentation](https://cortex-lab.github.io/alyx/)
99

1010
[Alyx Experimenter Guide](https://docs.google.com/document/d/1cx3XLZiZRh3lUzhhR_p65BggEqTKpXHUDkUDagvf9Kc/edit?usp=sharing)
1111

1212

1313
## Installation
1414

15-
[The getting started](https://alyx.readthedocs.io/en/latest/gettingstarted.html) section of the documentation details the steps for
15+
[The getting started](https://cortex-lab.github.io/alyx/00_gettingstarted.html) section of the documentation details the steps for
1616
- installing the Python/Django environment
1717
- running the app with a development server
1818
- registering local data
1919
- accessing local data using [ONE](https://one.internationalbrainlab.org)
2020

21-
More complex deployments scenarios using web servers and Cloud applications are in the [how-to guides section of the documtentaiton](docs/how-to-guides)
21+
More complex deployments scenarios using web servers and Cloud applications are in the [how-to guides section of the documentation](docs/how-to-guides)
2222

2323
## Contribution
2424

2525
* Development happens on the **dev** branch
26-
* alyx is sync with the **master** branch
27-
* alyx-dev is sync with the **dev** branch
28-
* Migrations files are always provided by the repository
26+
* alyx is in sync with the **master** branch
27+
* alyx-dev is in sync with the **dev** branch
28+
* Migration files are always provided by the repository
2929

3030
Contribution checklist:
3131
- [ ] lint using ruff `ruff check .` at the root of the repository
@@ -52,6 +52,5 @@ pip install myst-parser sphinx_rtd_theme sphinx-autobuild
5252

5353
From the root of the repository.
5454
````shell
55-
sphinx-autobuild -b html ./docs ./docs/_build/ --port 8700
55+
sphinx-autobuild -b html ./docs/source ./docs/build/html --port 8700
5656
````
57-
https://www.scan.co.uk/products/3xs-evolve-studio-pro-intel-core-ultra-9-285k-64gb-ddr5-16gb-nvidia-rtx-5070-ti-super-1tb-ssd-2tb-ss

0 commit comments

Comments
 (0)