aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/external_fuzzing_usb.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md
index 1ed9ce8cd..2eb31e207 100644
--- a/docs/linux/external_fuzzing_usb.md
+++ b/docs/linux/external_fuzzing_usb.md
@@ -236,11 +236,11 @@ These instructions describe how to set this up on a Raspberry Pi Zero W, but any
15. Insert the module with `sudo insmod fuzzer.ko`.
-16. Build and test the [keyboard emulator program](https://raw.githubusercontent.com/google/syzkaller/up-usb-docs/tools/syz-usbgen/keyboard.c):
+16. Build and test the [keyboard emulator program](/tools/syz-usbgen/keyboard.c):
``` bash
# Connect the board to some USB host.
- wget https://raw.githubusercontent.com/google/syzkaller/up-usb-docs/tools/syz-usbgen/keyboard.c
+ wget https://raw.githubusercontent.com/google/syzkaller/master/tools/syz-usbgen/keyboard.c
# Apply the patch below.
gcc keyboard.c -o keyboard
sudo ./keyboard