diff --git a/docs/source/conversion_tutorial/05_validation.rst b/docs/source/conversion_tutorial/05_validation.rst
index 991edbd..37af218 100644
--- a/docs/source/conversion_tutorial/05_validation.rst
+++ b/docs/source/conversion_tutorial/05_validation.rst
@@ -32,7 +32,7 @@ and any warnings it does produce should be checked by a knowledgeable reviewer.
HDFView
=======
-`HDFView `_ is a visual tool written by the HDF Group in Java for browsing and editing HDF (HDF5 and HDF4) files. With
+`HDFView `_ is a visual tool written by the HDF Group in Java for browsing and editing HDF (HDF5 and HDF4) files. With
HDFView, you can open NWB files and inspect their contents manually. HDFView can show you detailed information such
as chunking and comrpession settings ratio achieved for each dataset.
diff --git a/docs/source/tools/hdftools/hdftools.rst b/docs/source/tools/hdftools/hdftools.rst
index 38befe8..d5b7b29 100644
--- a/docs/source/tools/hdftools/hdftools.rst
+++ b/docs/source/tools/hdftools/hdftools.rst
@@ -13,8 +13,8 @@ that can be useful for developers (e.g., *h5ls* and *h5dump* to introspect,
*h5diff* to compare, or *h5copy* and *h5repack* to copy HDF5 files).
While these tools do not provide NWB-specific functionality, they are useful
(mainly for developers) to debug and browse NWB HDF5 files.
-:bdg-link-primary:`HDFView `
-:bdg-link-primary:`HDF5 CLI tools `
+:bdg-link-primary:`HDFView `
+:bdg-link-primary:`HDF5 CLI tools `
:bdg-link-primary:`vscode-h5web `
:bdg-link-primary:`h5glance `
:bdg-link-primary:`jupyterlab-h5web `
@@ -33,28 +33,28 @@ While these tools do not provide NWB-specific functionality, they are useful
Examples
^^^^^^^^
-* :ref:`analysistools-hdftools-hdfview`
+* :ref:`analysistools-hdftools-`
* :ref:`analysistools-hdftools-cli`
* :ref:`analysistools-hdftools-jupyter`
* :ref:`analysistools-hdftools-vscode`
-.. _analysistools-hdftools-hdfview:
+.. _analysistools-hdftools-:
+
-HDFView
"""""""
.. image:: https://www.hdfgroup.org/wp-content/uploads/2017/07/hdfview-sample2.jpg
:class: align-right
:width: 350
-`HDFView `_ is a visual tool written in Java for browsing
+`HDFView `_ is a visual tool written in Java for browsing
and editing HDF (HDF5 and HDF4) files. Using HDFView, you can: i) view a file hierarchy in a tree structure
ii) create new files, add or delete groups and datasets, iii) view and modify the content of a dataset,
iv) add, delete and modify attributes. HDFView uses the Java HDF Object Package, which implements HDF4
and HDF5 data objects in an object-oriented form.
-:bdg-link-primary:`Download `
+:bdg-link-primary:`Download `
:bdg-link-primary:`Source `
@@ -64,7 +64,7 @@ HDF5 Command-line Tools
"""""""""""""""""""""""
The HDF5 software distribution ships with a broad range of
-`HDF5 command-line utilities `_ that
+`HDF5 command-line utilities `_ that
cover a broad range of tasks useful for debugging and inspecting HDF5 files, for example:
* **CLI tools for inspecting HDF5 files:**
@@ -90,7 +90,7 @@ cover a broad range of tasks useful for debugging and inspecting HDF5 files, for
* ``h5repart`` repartitions a file or family of files, e.g,. to join a family of files into a single file or to copy one family of files to another while changing the size of the family members.
* ``h5clear`` clears superblock status_flags field, removes metadata cache image, prints EOA and EOF, or sets EOA of a file.
-These are just a few select tools most relevant to debugging NWB files. See the `HDF5 command-line utilities page `_ for a more detailed overview.
+These are just a few select tools most relevant to debugging NWB files. See the `HDF5 command-line utilities page `_ for a more detailed overview.
.. _analysistools-hdftools-jupyter:
diff --git a/docs/source/tools/visiomode/visiomode.rst b/docs/source/tools/visiomode/visiomode.rst
index d6b8635..2562e6a 100644
--- a/docs/source/tools/visiomode/visiomode.rst
+++ b/docs/source/tools/visiomode/visiomode.rst
@@ -51,7 +51,7 @@ Visiomode stores behavioural data under ``trials`` (`docs `_. Please take care to synchronize the timestamps of the behavioural and neurophysiological data before linking them, by recalculating the timestamps relative to the reference time of the behaviour file. For example:
+The exported NWB file can then be combined with neurophysiological recordings by linking recording data from different files `as described in the NWB documentation `_. Please take care to synchronize the timestamps of the behavioural and neurophysiological data before linking them, by recalculating the timestamps relative to the reference time of the behaviour file. For example:
.. code-block:: python