diff options
| author | LeadroyaL <243850435@qq.com> | 2017-10-20 14:39:13 +0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-10-20 10:27:24 +0200 |
| commit | 534e07edeb7be05fe1eca2f6974088fe4b2710c2 (patch) | |
| tree | b405e1d925eb562d0f8b2b70dcf703344d287600 /docs/configuration.md | |
| parent | 355f57c5fb7c59098be466e32e708f0c46ecc2ce (diff) | |
docs: fix configuration documentation
Diffstat (limited to 'docs/configuration.md')
| -rw-r--r-- | docs/configuration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index c5f1134a8..c9171cf3b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2,7 +2,7 @@ The operation of the syzkaller `syz-manager` process is governed by a configuration file, passed at invocation time with the `-config` option. This configuration can be based on the -[example](syz-manager/config/testdata/qemu.cfg); the file is in JSON format with the +[example](../syz-manager/mgrconfig/testdata/qemu.cfg); the file is in JSON format with the following keys in its top-level object: - `http`: URL that will display information about the running `syz-manager` process. @@ -37,4 +37,4 @@ following keys in its top-level object: - `cpu`: Number of CPUs to simulate in the VM (*not currently used*). - `mem`: Amount of memory (in MiB) for the VM; this is passed as the `-m` option to `qemu-system-x86_64`. -See also [config.go](syz-manager/config/config.go) for all config parameters. +See also [config.go](../syz-manager/mgrconfig/mgrconfig.go) for all config parameters. |
