From d443a94b19986ae9b5ac17e76a02b4eb452ea02b Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 6 May 2020 17:18:35 +0200 Subject: docs/linux: update links to go install --- docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md') diff --git a/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md b/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md index b193aa212..36c50bd63 100644 --- a/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md +++ b/docs/linux/setup_ubuntu-host_android-device_arm32-kernel.md @@ -17,7 +17,7 @@ If feasible, recompile and reinstall the Linux kernel with any debugging options ## Build syzkaller executables -Build syzkaller as described [here](/docs/contributing.md), with `arm` target: +Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller), with `arm` target: ``` make TARGETOS=linux TARGETARCH=arm -- cgit mrf-deployment