diff --git a/docs/source/tools/hdftools/hdftools.rst b/docs/source/tools/hdftools/hdftools.rst
index b1c8bb8..e05ce4c 100644
--- a/docs/source/tools/hdftools/hdftools.rst
+++ b/docs/source/tools/hdftools/hdftools.rst
@@ -13,7 +13,7 @@ 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:`HDFView `
:bdg-link-primary:`HDF5 CLI tools `
:bdg-link-primary:`vscode-h5web `
:bdg-link-primary:`h5glance `
@@ -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
+.. image:: https://www.hdfgroup.org/wp-content/uploads/2017/07/-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 `