From d3a04772e998f7fc176d85fa2ab3449a06d1224b Mon Sep 17 00:00:00 2001
From: Antoine Lambert <anlambert@softwareheritage.org>
Date: Wed, 5 Feb 2025 14:03:26 +0100
Subject: [PATCH] docs: Fix or remove some broken external links

Those were spotted thanks to sphinx linkcheck builder.
---
 docs/iana-swh-template.txt      | 2 +-
 docs/persistent-identifiers.rst | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/iana-swh-template.txt b/docs/iana-swh-template.txt
index a79cf955..0d0b7fe6 100644
--- a/docs/iana-swh-template.txt
+++ b/docs/iana-swh-template.txt
@@ -8,7 +8,7 @@ Applications/protocols that use this scheme name:
   Software Heritage: https://www.softwareheritage.org/
   Software Package Data Exchange: https://spdx.org/
   NTIA: https://www.ntia.doc.gov/SoftwareTransparency
-  Identifiers.org: http://identifiers.org/
+  Identifiers.org: https://identifiers.org/
   Name-to-Thing (N2T): https://n2t.net/
   HAL: https://hal.archives-ouvertes.fr/
 
diff --git a/docs/persistent-identifiers.rst b/docs/persistent-identifiers.rst
index 01da6aa1..5c0729a5 100644
--- a/docs/persistent-identifiers.rst
+++ b/docs/persistent-identifiers.rst
@@ -391,14 +391,13 @@ Third-party resolvers
 The following **third party resolvers** support SWHID resolution:
 
 * `Identifiers.org <https://identifiers.org>`_; see:
-  `<http://identifiers.org/swh/>`_ (registry identifier `MIR:00000655
+  `<https://identifiers.org/swh/>`_ (registry identifier `MIR:00000655
   <https://www.ebi.ac.uk/miriam/main/datatypes/MIR:00000655>`_).
 
 * `Name-to-Thing (N2T) <https://n2t.net/>`_
 
 Note that resolution via Identifiers.org currently only supports *core
-identifiers* due to `syntactic incompatibilities with qualifiers
-<http://identifiers.org/documentation#custom_requests>`_.
+identifiers* due to syntactic incompatibilities with qualifiers.
 
 Examples:
 
@@ -408,7 +407,7 @@ Examples:
 * `<https://n2t.net/swh:1:rel:22ece559cc7cc2364edc5e5593d63ae8bd229f9f>`_
 * `<https://n2t.net/swh:1:snp:c7c108084bc0bf3d81436bf980b46e98bd338453>`_
 * `<https://n2t.net/swh:1:cnt:4d99d2d18326621ccdd70f5ea66c2e2ac236ad8b;origin=https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git;visit=swh:1:snp:d7f1b9eb7ccb596c2622c4780febaa02549830f9;anchor=swh:1:rev:2db189928c94d62a3b4757b3eec68f0a4d4113f0;path=/Examples/SimpleFarm/simplefarm.ml;lines=9-15>`_
-* `<https://n2t.net/swh:1:cnt:f10371aa7b8ccabca8479196d6cd640676fd4a04;origin=https://github.com/web-platform-tests/wpt;visit=swh:1:snp:b37d435721bbd450624165f334724e3585346499;anchor=swh:1:rev:259d0612af038d14f2cd889a14a3adb6c9e96d96;path=/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/support/x%25253Burl=foo/>`_
+* `<https://n2t.net/swh:1:cnt:f10371aa7b8ccabca8479196d6cd640676fd4a04;origin=https://github.com/web-platform-tests/wpt;visit=swh:1:snp:b37d435721bbd450624165f334724e3585346499;anchor=swh:1:rev:259d0612af038d14f2cd889a14a3adb6c9e96d96;path=/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/support/x%2525253Burl=foo/>`_
 
 
 References
-- 
GitLab