diff --git a/docs/conf_extlinks.py b/docs/conf_extlinks.py index 08b4da3da..6aa93b9d5 100644 --- a/docs/conf_extlinks.py +++ b/docs/conf_extlinks.py @@ -1,6 +1,6 @@ # Use this for mapping to external links extlinks = { - "linux-fix": ("https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-fix/%s", "%s"), + "linux-latest": ("https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-latest/%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 563dc9e5f..eacaa1439 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -23,9 +23,9 @@ Download `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-latest:`linux-latest <>` 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-fix https://github.com/NeurodataWithoutBorders/nwb-guide + git clone --branch linux-latest https://github.com/NeurodataWithoutBorders/nwb-guide cd nwb-guide