diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-10-26 18:48:54 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2017-10-27 10:04:34 +0200 |
| commit | 26d265c811929d03c4d27e5fe53f7de5bde32215 (patch) | |
| tree | b74bc3965e7f36489b2cea0b66fd74efb555c483 /docs/internals.md | |
| parent | 0a4d6e56b9194cd5c1022b6737367ff5bc368350 (diff) | |
docs, tools: add local link checker
This commit adds tools/check_links.py script, that checks that all local
links from documentation files are valid; fixes some of the invalid links
that we had; and makes travis buildbot check them as well.
Diffstat (limited to 'docs/internals.md')
| -rw-r--r-- | docs/internals.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals.md b/docs/internals.md index b04770f9b..77efb7b31 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -45,7 +45,7 @@ and up to 100 `logN` and `reportN` files, one pair per test machine crash: ... ``` -Descriptions are extracted using a set of [regular expressions](/report/report.go#L33). +Descriptions are extracted using a set of [regular expressions](/pkg/report/report.go#L33). This set may need to be extended if you are using a different kernel architecture, or are just seeing a previously unseen kernel error messages. `logN` files contain raw `syzkaller` logs and include kernel console output as well as programs executed before the crash. |
