Skip to content

Commit 9685e3a

Browse files
committed
Fix
1 parent bc99bb1 commit 9685e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/product/configuration/advanced/multitenancy.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ your specific case. The options are:
2323
- `scheduled_refresh_contexts`
2424
- `scheduled_refresh_time_zones`
2525

26-
All of the above options are functions, which you provide to Cube in the
27-
[`cube.js` configuration file][ref-config]. The functions accept one argument -
26+
All of the above options are functions, which you provide in the
27+
[configuration file][ref-config]. The functions accept one argument:
2828
a context object, which has a [`securityContext`][ref-config-security-ctx]
2929
property where you can provide all the necessary data to identify a user e.g.,
3030
organization, app, etc. By default, the
@@ -375,7 +375,7 @@ input.
375375

376376
</WarningBox>
377377

378-
[ref-config]: /reference/configuration/config
378+
[ref-config]: /product/configuration#configuration-options
379379
[ref-config-opts]: /reference/configuration/config
380380
[ref-config-db]: /product/configuration/data-sources
381381
[ref-config-driverfactory]: /reference/configuration/config#driver_factory

0 commit comments

Comments
 (0)