diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index 9090004e34bdb4d4898dec2d7298fb95102e72f9..adf9c2c34a23a5eedb14816957cf8882634d6c34 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -48,7 +48,7 @@ Architecture
 Data Model and Specifications
 -----------------------------
 
-* :ref:`persistent-identifiers` Specifications of the SoftWare Heritage persistent IDentifiers (SWHID).
+* :ref:`persistent-identifiers` Specifications of the SoftWare Hash persistent IDentifiers (SWHID).
 * :ref:`data-model` Documentation of the main |swh| archive data model.
 * :ref:`journal-specs` Documentation of the Kafka journal of the |swh| archive.
 
@@ -242,4 +242,3 @@ Archive
    * :ref:`routingtable`
    * :ref:`search`
    * :ref:`glossary`
-
diff --git a/docs/index.rst b/docs/index.rst
index 4c77e6d8e15948dc429ab24450c9c42f9f658bf6..b5006804cdb46eb1243ce964d5dc7895ffe95005 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -280,7 +280,7 @@ Search, browse and reference
    code <https://www.softwareheritage.org/howto-archive-and-reference-your-code/>`__
 -  `Make your code identifiable : get a PID for your source
    code <https://annex.softwareheritage.org/public/tutorials/getswhid_dir.gif>`__
--  `Choosing what type of Software Heritage Identifier (SWHID) to
+-  `Choosing what type of Software Hash Identifier (SWHID) to
    use <devel/swh-model/persistent-identifiers.html#choosing-what-type-of-swhid-to-use>`__
 -  `Navigating through Software Heritage: behind the
    scenes <https://www.softwareheritage.org/2019/05/28/mining-software-metadata-for-80-m-projects-and-even-more/>`__
@@ -365,7 +365,7 @@ Data model and identifiers
 
 -  `Our data
    model <devel/swh-model/data-model.html#data-model>`__
--  :ref:`Software Heritage IDentifiers
+-  :ref:`Software Hash IDentifiers
    (SWHID) <persistent-identifiers>` specifications
 -  Compute a SWHID locally using the `swh identify <devel/swh-model/cli.html>`__ command-line tool.