diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-09-09 23:41:11 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-09-09 23:41:11 +0200 |
commit | 99d26db0ff5f0d46a911b2dffce5f7332b5418bc (patch) | |
tree | 4ad148e8c09a4251c7c7d3af011a395795b0bb4d | |
parent | 54b31f49a6eb2ddca6eb06728db2062b2b13b5b5 (diff) | |
download | preload-libbt-99d26db0ff5f0d46a911b2dffce5f7332b5418bc.tar.gz preload-libbt-99d26db0ff5f0d46a911b2dffce5f7332b5418bc.zip |
fix link in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,4 +49,4 @@ Alternatively one can run `make run`, to run all examples under `example/`. ## License This project is licensed under the MIT license. -[https://www.man7.org/linux/man-pages/man2/ptrace.2.html] +[ptrace]: https://www.man7.org/linux/man-pages/man2/ptrace.2.html |