diff --git a/docs/development/local-development.md b/docs/development/local-development.md
index 9e20556dab71b38a20fc8ef54bc462392511ef2d..b2fac787b54ae0ecc5025148ae3dcff9949a1699 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