diff --git a/source/User-Manual/Plugins/Onix-Source.rst b/source/User-Manual/Plugins/Onix-Source.rst index 838b6ed..a792693 100644 --- a/source/User-Manual/Plugins/Onix-Source.rst +++ b/source/User-Manual/Plugins/Onix-Source.rst @@ -68,11 +68,11 @@ Plugin Configuration please consider adding them to the `GitHub repo `__. .. note:: - The ONIX Source plugin requires the ONIX PCIe Host Firmware to be version 2.0 or higher. If you have an - older version of the firmware, you will need to upgrade it to use this plugin. Please follow the - `Updating Firmware in Windows - `__ - portion of the hardware documentation to update your PCIe controller firmware. + The ONIX Source plugin requires the ONIX PCIe Host Gateware to be version 2.0 or higher. If you have an + older version of the gateware, you will need to upgrade it to use this plugin. Please follow the + `Updating Gateware in Windows + `__ + portion of the hardware documentation to update your PCIe controller gateware. The ONIX Source plugin allows you to stream data from the ONIX acquisition system. This plugin assumes that you have an ONIX Breakout Board connected and powered on before adding the plugin to diff --git a/source/conf.py b/source/conf.py index 5891fc5..9f917be 100644 --- a/source/conf.py +++ b/source/conf.py @@ -238,11 +238,13 @@ 'https://labstreaminglayer.org/#/', 'https://discord.gg/jmnneS85CY', 'https://store-usa.arduino.cc/*', - 'https://openbci.com/*' + 'https://openbci.com/*', + 'https://elifesciences.org/*' ] linkcheck_allowed_redirects = { - r"https://iopscience.iop.org/article/.*": r"https://validate.perfdrive.com/.*" + r"https://iopscience.iop.org/article/.*": r"https://validate.perfdrive.com/.*", + "https://help.kontex.io/portal/en/home": "https://erp.kontex.io/helpcenter" } extensions.append("sphinx_tabs.tabs")