Skip to content

Commit f1fccf3

Browse files
authored
Merge pull request #946 from NeurodataWithoutBorders/fix_docs
2 parents cbb15f0 + ae728b4 commit f1fccf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf_extlinks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use this for mapping to external links
22
extlinks = {
3-
"linux-latest": ("https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-latest/%s", "%s"),
3+
"linux-dev": ("https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-dev/%s", "%s"),
44
"releases": ("https://github.com/NeurodataWithoutBorders/nwb-guide/releases/%s", "%s"),
55
"pynwb-docs": ("https://pynwb.readthedocs.io/en/stable/%s", "%s"),
66
"matnwb-src": ("https://github.com/NeurodataWithoutBorders/matnwb/%s", "%s"),

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Download and run `NWB-GUIDE-arm64.dmg <https://github.com/NeurodataWithoutBorder
2727
Linux
2828
-----
2929

30-
Please clone the :linux-latest:`linux-latest <>` branch of the NWB GUIDE and follow the :ref:`Developer Installation instructions<developer_installation>` after the "Clone the Repo" step.
30+
Please clone the :linux-dev:`linux-dev <>` branch of the NWB GUIDE and follow the :ref:`Developer Installation instructions<developer_installation>` after the "Clone the Repo" step.
3131

3232
.. code-block:: bash
3333
34-
git clone --branch linux-latest https://github.com/NeurodataWithoutBorders/nwb-guide
34+
git clone --branch linux-dev https://github.com/NeurodataWithoutBorders/nwb-guide
3535
cd nwb-guide

0 commit comments

Comments
 (0)