From 63ae7c8dd69496fb29ced9323c2506583cb02504 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Thu, 1 Jan 2026 14:38:00 -0800 Subject: [PATCH] chore: update project URL mentioned in documentation Going to https://github.com/dell/dkms as specified in README.md and dkms.8.in redirects to https://github.com/dkms-project/dkms . Remove unnecessary client redirects by updating the documentation to use the new project URL. Signed-off-by: Enji Cooper --- README.md | 4 ++-- dkms.8.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0764ad22..3b8b0a9b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This intention of this README is to explain how DKMS can be used in conjunction with tarballs which contain a dkms.conf file within them. -The DKMS project (and any updates) can be found at: https://github.com/dell/dkms +The DKMS project (and any updates) can be found at: https://github.com/dkms-project/dkms ## Installation @@ -190,4 +190,4 @@ For maximum compatibility, DKMS generates the MOK certificate with a *2048 bit R Once DKMS is installed, you can reference its man page for further information on different DKMS options and also to understand the formatting of a module's `dkms.conf` configuration file. -The DKMS project is located at: https://github.com/dell/dkms +The DKMS project is located at: https://github.com/dkms-project/dkms diff --git a/dkms.8.in b/dkms.8.in index 6f31d363..2757c80e 100644 --- a/dkms.8.in +++ b/dkms.8.in @@ -1021,4 +1021,4 @@ intervention is required. .SH AUTHOR Gary Lerhaupt, Emil Velikov, Simone Caronni, Xu Zhen .SH WEBPAGE -.I https://github.com/dell/dkms +.I https://github.com/dkms-project/dkms