summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitabh Srivastava <amitabh@amidevlab.com>2026-02-05 14:55:41 +0300
committerJonathan Corbet <corbet@lwn.net>2026-02-09 22:51:07 +0300
commit6c5c07bc85890a8eadcad484d9bbaa239ca8e623 (patch)
treeb30c6696dfa97630959768d32f6389296efab783
parentb211a30690f8263b79f30b6b1770ffe216fa378c (diff)
downloadlinux-6c5c07bc85890a8eadcad484d9bbaa239ca8e623.tar.xz
docs: process: maintainer-pgp-guide: update kernel.org docs link
Update http link to the documentation about how to add a kernel.org UID to the maintainer's key. Add missing SPDX-License-Identifier to fix a checkpatch warning. Signed-off-by: Amitabh Srivastava <amitabh@amidevlab.com> Reviewed-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260205115554.7795-1-amitabh@amidevlab.com>
-rw-r--r--Documentation/process/maintainer-pgp-guide.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/process/maintainer-pgp-guide.rst b/Documentation/process/maintainer-pgp-guide.rst
index 2e4da3de25d4..bfe877a1a7e4 100644
--- a/Documentation/process/maintainer-pgp-guide.rst
+++ b/Documentation/process/maintainer-pgp-guide.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
.. _pgpguide:
===========================
@@ -864,7 +866,7 @@ don't already have them)::
If you have a kernel.org account, then you should `add the kernel.org
UID to your key`_ to make WKD more useful to other kernel developers.
-.. _`add the kernel.org UID to your key`: https://korg.wiki.kernel.org/userdoc/mail#adding_a_kernelorg_uid_to_your_pgp_key
+.. _`add the kernel.org UID to your key`: https://korg.docs.kernel.org/mail.html#adding-a-kernel-org-uid-to-your-pgp-key
Web of Trust (WOT) vs. Trust on First Use (TOFU)
------------------------------------------------