From d51bce0a1c97a86a6590c1c627e22b729010085d Mon Sep 17 00:00:00 2001
From: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Mon, 8 Aug 2022 20:43:54 +0200
Subject: [PATCH] crates: Fix broken ref

---
 swh/lister/crates/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swh/lister/crates/__init__.py b/swh/lister/crates/__init__.py
index 8cb65198..c4ca72c9 100644
--- a/swh/lister/crates/__init__.py
+++ b/swh/lister/crates/__init__.py
@@ -61,7 +61,7 @@ The origin url corresponds to the http api url for a package, for example
 Additionally we add some data set to "extra_loader_arguments":
 
 * **artifacts**: Represent data about the Crates to download, following
-    :ref:`original-artifacts-json specification <original-artifacts-json>`
+    :ref:`original-artifacts-json specification <extrinsic-metadata-original-artifacts-json>`
 * **crates_metadata**: To store all other interesting attributes that do not belongs
     to artifacts. For now it mainly indicate when a version is `yanked`_.
 
-- 
GitLab