Merge pull request #1058 from julien-thierry/doc-link-fix

doc: Update broken hyperlink
This commit is contained in:
Josh Poimboeuf 2019-11-14 10:47:49 -06:00 committed by GitHub
commit ea348164f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: