aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/external_fuzzing_usb.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-09-19 15:45:23 +0200
committerGitHub <noreply@github.com>2019-09-19 15:45:23 +0200
commit72ada85635ec233bf38bf55677fcc309776d5563 (patch)
tree9aa0353d72e44f225505f6a7b073c5489f4806ad /docs/linux/external_fuzzing_usb.md
parenta32a31848629a1dd0849987122574a80e888301b (diff)
Update external_fuzzing_usb.md
Diffstat (limited to 'docs/linux/external_fuzzing_usb.md')
-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