diff --git a/docs/devel/api-reference.rst b/docs/devel/api-reference.rst
index fe35c3aeeb9cac36a2e2c34a1ff84640c5d2e44c..c4408dec494ac2cc0b9a4cdb3b5ecacc757bd361 100644
--- a/docs/devel/api-reference.rst
+++ b/docs/devel/api-reference.rst
@@ -18,8 +18,8 @@ by components:
    swh.auth <swh-auth/index>
    swh.core <swh-core/index>
    swh.counters <swh-counters/index>
-   swh.dataset <swh-dataset/index>
    swh.deposit <swh-deposit/index>
+   swh.export <swh-export/index>
    swh.fuse <swh-fuse/index>
    swh.graph <swh-graph/index>
    swh.graphql <swh-graphql/index>
diff --git a/docs/devel/faq/index.rst b/docs/devel/faq/index.rst
index 4257cc5dcf150613668d01fcf8c29887641a821d..cd070bf77d7618a45b2d6ccb804f4fc695aaff33 100644
--- a/docs/devel/faq/index.rst
+++ b/docs/devel/faq/index.rst
@@ -126,8 +126,8 @@ Getting sample datasets
 Is there a way to connect to SWH archived (production) database from my local machine?
 --------------------------------------------------------------------------------------
 
-We provide the archive as a dataset on public clouds, see the :ref:`swh-dataset
-documentation <swh-dataset>`. We can
+We provide the archive as a dataset on public clouds, see the :ref:`swh-export
+documentation <swh-export>`. We can
 also provide read access to one of the main databases on request, `contact us`_.
 
 .. _faq_error_bugs:
diff --git a/docs/devel/getting-started/api.rst b/docs/devel/getting-started/api.rst
index 6a139c10e8eb32fb5651a918fca418c86404b944..c3f603cc54adad3b8cbbde897e45620e76bd99bd 100644
--- a/docs/devel/getting-started/api.rst
+++ b/docs/devel/getting-started/api.rst
@@ -19,7 +19,7 @@ Yes, all source code available in the world. It implies to build an equally impr
 infrastructure to hold the huge amount of information represented, make the archive
 available to the public through a :swh_web:`nice web interface </>` and even propose a
 :ref:`well-documented API <swh-web>` to access it seamlessly. For the records, there are
-also :ref:`various datasets available <swh-dataset>` for download, with detailed
+also :ref:`various datasets available <swh-export>` for download, with detailed
 instructions about how to set it up. And, yes it’s huge: the full graph generated from
 the archive (with only metadata, content is not included) has more than 20b nodes and
 weights 1.2TB. Overall size of the archive is in the hundreds of TBs.
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index 7c718ad0c7f0fcbe9f0ddfdcd45bc08d3c09d186..a3241cb002559fd7d8bb4d896079a406df2fab4a 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -107,16 +107,16 @@ of the corresponding Python module.
     service providing efficient estimates of the number of objects in the SWH archive,
     using Redis's Hyperloglog
 
-:ref:`swh.dataset <swh-dataset>`
-    public datasets and periodic data dumps of the archive released by Software
-    Heritage
-
 :ref:`swh.deposit <swh-deposit>`
     push-based deposit of software artifacts to the archive
 
 swh.docs
     developer documentation (used to generate this doc you are reading)
 
+:ref:`swh.export <swh-export>`
+    public datasets and periodic data dumps of the archive released by Software
+    Heritage
+
 :ref:`swh.fuse <swh-fuse>`
     Virtual file system to browse the Software Heritage archive, based on
     `FUSE <https://github.com/libfuse/libfuse>`_
diff --git a/requirements-swh-dev.txt b/requirements-swh-dev.txt
index 55697ceeba3fb10608da0f268dfdf042b4681121..e856155d147e3b07a76401a304a91c67729be9b8 100644
--- a/requirements-swh-dev.txt
+++ b/requirements-swh-dev.txt
@@ -7,8 +7,8 @@
 ../swh-auth[django,starlette]
 ../swh-core[http,db,logging]
 ../swh-counters
-../swh-dataset[luigi]
 ../swh-deposit[server]
+../swh-export[luigi]
 ../swh-fuse
 ../swh-graph[luigi]
 ../swh-graphql
diff --git a/requirements-swh.txt b/requirements-swh.txt
index 777408625e12c4fc3b89ed3f5c97c77e4c73ad47..0eeb1e41f5ad66ee921585b0eed978d8c4a5661b 100644
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -3,8 +3,8 @@ swh.alter
 swh.auth[django,starlette]
 swh.core[db,http,logging]
 swh.counters
-swh.dataset[luigi]
 swh.deposit[server]
+swh.export[luigi]
 swh.fuse
 swh.graph[luigi]
 swh.graphql