aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-12-09 21:38:21 +0100
committerGitHub <noreply@github.com>2016-12-09 21:38:21 +0100
commitdf27b4deafa635faf9c032b80d7cd8defccd24bd (patch)
tree683299c72b0492283a377c7f625493ec97715523
parent9c94dffdc595729e4c1f1cc7675c47974fc9eee0 (diff)
parent611fbd78859c863857bdc4f42d9ea1b15addb220 (diff)
Merge pull request #102 from ste/url-fix
Fix broken links for KASAN and KUBSAN
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 20824287c..ce1196e68 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# syzkaller - linux syscall fuzzer
`syzkaller` is an unsupervised, coverage-guided Linux syscall fuzzer.
-It is meant to be used with [KASAN](https://www.kernel.org/doc/Documentation/kasan.txt) (`CONFIG_KASAN=y`),
+It is meant to be used with [KASAN](https://kernel.org/doc/html/latest/dev-tools/kasan.html) (`CONFIG_KASAN=y`),
[KTSAN](https://github.com/google/ktsan) (`CONFIG_KTSAN=y`),
-or [KUBSAN](https://www.kernel.org/doc/Documentation/ubsan.txt).
+or [KUBSAN](https://kernel.org/doc/html/latest/dev-tools/ubsan.html).
Project mailing list: [syzkaller@googlegroups.com](https://groups.google.com/forum/#!forum/syzkaller), which you can subscribe to either with an
google account or by sending an email to syzkaller+subscribe@googlegroups.com.