diff --git a/develop-docs/backend/application-domains/options.mdx b/develop-docs/backend/application-domains/options.mdx index c3952b1c00e2e..f774e15deb12a 100644 --- a/develop-docs/backend/application-domains/options.mdx +++ b/develop-docs/backend/application-domains/options.mdx @@ -13,7 +13,7 @@ While the process for creating and using options in the codebase is universal, t ## Adding New Options -The process for registering a new option is the same for all environments and is done in the Sentry codebase. Add your option to [`sentry/options/defaults.py`](https://github.com/getsentry/sentry/blob/master/src/sentry/options/defaults.py). +The process for registering a new option is the same for all environments and is done in the Sentry codebase. Add your option to [`src/sentry/options/defaults.py`](https://github.com/getsentry/sentry/blob/master/src/sentry/options/defaults.py). ```python register("performance.some-feature-rate", default=0.0)