docs: add custom anchors to headers (2)

Div's seem to work. Use them.
diff --git a/docs/syzbot.md b/docs/syzbot.md
index fda4b3d..17a0d6c 100644
--- a/docs/syzbot.md
+++ b/docs/syzbot.md
@@ -8,6 +8,7 @@
 Direct all questions to `syzkaller@googlegroups.com`.
 
 <!-- These anchors are used in external links , don't touch, is there a better syntax for this? -->
+<div id="bug-status-tracking"/>
 <div id="status"/>
 
 ## Bug status tracking
@@ -21,7 +22,7 @@
 commit reaches all builds, the bug is considered closed (new similarly-looking
 crashes create a new bug).
 
-## <div id="communication"/> Communication with syzbot
+## Communication with syzbot
 
 If you fix a bug reported by `syzbot`, please add the provided `Reported-by`
 tag to the commit (`Reported-and-tested-by` and `Tested-by` tags with the
@@ -56,6 +57,8 @@
 **Note**: please keep `syzkaller-bugs@googlegroups.com` mailing list in CC.
 It serves as a history of what happened with each bug report.
 
+<div id="testing-patches"/>
+
 ## Testing patches
 
 `syzbot` can test patches for bugs *with reproducers*. This can be used for
@@ -85,6 +88,8 @@
 
 Note: see [below](#kmsan-bugs) for testing `KMSAN` bugs.
 
+<div id="bisection"/>
+
 ## Bisection
 
 `syzbot` bisects bugs with reproducers to find commit that introduced the bug.
@@ -129,6 +134,8 @@
 Suggestions and patches that improve bisection quality for common cases are
 [welcome](https://github.com/google/syzkaller/issues/1051).
 
+<div id="bisection"/>
+
 ## syzkaller reproducers
 
 `syzbot` aims at providing stand-alone C reproducers for all reported bugs.