From 4c886d6a76977474eb74f3a259bb3cedb01e8e88 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 25 Feb 2020 14:46:54 +0100 Subject: Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index 977391582..3ecfa81d4 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -169,9 +169,8 @@ kill $(cat vm.pid) ## syzkaller -Build syzkaller as described -[here](https://github.com/google/syzkaller/blob/master/docs/contributing.md#go). -Then create a manager config like the following, replacing the environment +Build syzkaller as described [here](/docs/contributing.md#go). Then +create a manager config like the following, replacing the environment variables `$GOPATH`, `$KERNEL` and `$IMAGE` with their actual values. ``` -- cgit mrf-deployment