aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-11-05 15:13:52 +0100
committerGitHub <noreply@github.com>2019-11-05 15:13:52 +0100
commitaf5c522d02400b35a930d6fbdf286f9ce2afc8ba (patch)
treead27161245d25d525178681b4b9ae240f1e219ee
parent80aca15c2a73c53f0ae91d31ebc042443738ecfc (diff)
downloadsyzkaller-af5c522d02400b35a930d6fbdf286f9ce2afc8ba.tar.gz
Update external_fuzzing_usb.md
-rw-r--r--docs/linux/external_fuzzing_usb.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md
index e77a64464..aaa1a2a9e 100644
--- a/docs/linux/external_fuzzing_usb.md
+++ b/docs/linux/external_fuzzing_usb.md
@@ -197,7 +197,7 @@ These instructions describe how to set this up on a Raspberry Pi Zero W, but any
``` bash
mkdir module
cd module
- wget https://raw.githubusercontent.com/google/kasan/usb-fuzzer/drivers/usb/gadget/raw/raw.c
+ wget https://raw.githubusercontent.com/google/kasan/usb-fuzzer/drivers/usb/gadget/raw.c
wget https://raw.githubusercontent.com/google/kasan/usb-fuzzer/include/uapi/linux/usb/raw-gadget.h
```