diff options
| -rw-r--r-- | dashboard/app/bug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 467969106..e1bc79c3a 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -20,7 +20,7 @@ Page with details about a single bug. Subsystems: {{range .Subsystems}} <span class="subsystem">{{link .Link .Name}}</span> {{- end}} - <br> + <a href="https://github.com/google/syzkaller/blob/master/docs/syzbot.md#subsystems">(incorrect?)</a><br> {{- end}} Reported-by: {{.Bug.CreditEmail}}<br> {{if .Bug.Commits}} |
