aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2020-02-25 14:46:54 +0100
committerGitHub <noreply@github.com>2020-02-25 14:46:54 +0100
commit4c886d6a76977474eb74f3a259bb3cedb01e8e88 (patch)
treed3ec219b74368fed9a4adfaa1bd63767d18c85fb /docs/linux
parent8da3e519da072faa893905942b8e6ab2f67abd35 (diff)
Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md5
1 files changed, 2 insertions, 3 deletions
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.
```