diff --git a/src/data/markdown/docs/01 guides/02 Using k6/05 Options.md b/src/data/markdown/docs/01 guides/02 Using k6/05 Options.md index 426a510404..5d1573f323 100644 --- a/src/data/markdown/docs/01 guides/02 Using k6/05 Options.md +++ b/src/data/markdown/docs/01 guides/02 Using k6/05 Options.md @@ -26,7 +26,7 @@ Options allow you to configure how k6 will behave during test execution. | [Insecure Skip TLS Verify](#insecure-skip-tls-verify) | A boolean specifying whether should ignore TLS verifications for VU connections | | [Iterations](#iterations) | A number specifying a fixed number of iterations to execute of the script | | [Linger](#linger) | A boolean specifying whether k6 should linger around after test run completion | -| [Local ips](#local ips) | A list of IPs,IP ranges and CIDRs from which VUs will make requests | +| [Local IPs](#local-ips) | A list of IPs,IP ranges and CIDRs from which VUs will make requests | | [Log Output](#log-output) | Configuration about where logs from k6 should be send | | [LogFormat](#logformat) | Specify the format of the log output | | [Max Redirects](#max-redirects) | The maximum number of HTTP redirects that k6 will follow |