From e4b6e1ff6e3587e3d80b353089fc030dc72972fa Mon Sep 17 00:00:00 2001 From: Julien Thierry Date: Thu, 14 Nov 2019 10:43:28 +0000 Subject: [PATCH] doc: Update broken hyperlink Referenced kernel documentation has moved from txt file to rst. Update the hyperlink to point to the correct file. Signed-off-by: Julien Thierry --- doc/patch-author-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/patch-author-guide.md b/doc/patch-author-guide.md index fb0121a..df731ea 100644 --- a/doc/patch-author-guide.md +++ b/doc/patch-author-guide.md @@ -108,7 +108,7 @@ functions. ### Use a kpatch callback macro Kpatch supports livepatch style callbacks, as described by the kernel's -[Documentation/livepatch/callbacks.txt](https://github.com/torvalds/linux/blob/master/Documentation/livepatch/callbacks.txt). +[Documentation/livepatch/callbacks.rst](https://github.com/torvalds/linux/blob/master/Documentation/livepatch/callbacks.rst). `kpatch-macros.h` defines the following macros that can be used to register such callbacks: