diff --git a/docs/conf_extlinks.py b/docs/conf_extlinks.py index 2ccfc42c3..d26b3ab88 100644 --- a/docs/conf_extlinks.py +++ b/docs/conf_extlinks.py @@ -1,6 +1,6 @@ # Use this for mapping to external links extlinks = { - "linux-latest": ("https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-latest/%s", "%s"), + "linux-dev": ("https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-dev/%s", "%s"), "releases": ("https://github.com/NeurodataWithoutBorders/nwb-guide/releases/%s", "%s"), "pynwb-docs": ("https://pynwb.readthedocs.io/en/stable/%s", "%s"), "matnwb-src": ("https://github.com/NeurodataWithoutBorders/matnwb/%s", "%s"), diff --git a/docs/installation.rst b/docs/installation.rst index 78d430f2e..a85d560fa 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -27,9 +27,9 @@ Download and run `NWB-GUIDE-arm64.dmg ` branch of the NWB GUIDE and follow the :ref:`Developer Installation instructions` after the "Clone the Repo" step. +Please clone the :linux-dev:`linux-dev <>` branch of the NWB GUIDE and follow the :ref:`Developer Installation instructions` after the "Clone the Repo" step. .. code-block:: bash - git clone --branch linux-latest https://github.com/NeurodataWithoutBorders/nwb-guide + git clone --branch linux-dev https://github.com/NeurodataWithoutBorders/nwb-guide cd nwb-guide