diff --git a/docs/development/local-development.md b/docs/development/local-development.md index 9e20556dab71b3..b2fac787b54ae0 100644 --- a/docs/development/local-development.md +++ b/docs/development/local-development.md @@ -206,7 +206,7 @@ We want stay backwards-compatible as much as possible, as well as make the code So most new functionality should be controllable via configuration options. Create your new configuration option in the `lib/config/options/index.ts` file. -Also create documentation for the option in the `website/docs/configuration-options.md` file. +Also create documentation for the option in the `docs/usage/configuration-options.md` file. ## Debugging