From 331c42c8e6c6142eb6c6b9f325946f318da76fcd Mon Sep 17 00:00:00 2001 From: shanecrowley Date: Mon, 20 Apr 2026 11:34:03 +0100 Subject: [PATCH] updated link to pam/README.md in contributing guide A failing link in the docs for `https://github.com/canonical/authd/blob/main/pam/Hacking.md` was introduced in https://github.com/canonical/authd/pull/1468 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6321bdf95..350531d0ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,7 +163,7 @@ This last command will produce two libraries (`./pam/pam_authd.so` and `./pam/go These modules must be copied to `/usr/lib/$(gcc -dumpmachine)/security/` while the executable must be copied to `/usr/libexec/authd-pam`. For further information about the PAM module architecture and testing see the -[PAM Hacking](https://github.com/canonical/authd/blob/main/pam/Hacking.md) page. +[README for the authd PAM module](https://github.com/canonical/authd/blob/main/pam/README.md). #### Building the NSS module only