diff --git a/docs/sdk/advanced/localization.md b/docs/sdk/advanced/localization.md index ab2d087..e7b1bd0 100644 --- a/docs/sdk/advanced/localization.md +++ b/docs/sdk/advanced/localization.md @@ -36,7 +36,7 @@ To force a specific language you can set the `lang` attribute on the HTML elemen
``` -If you are creating widgets programmatically you can use the `language` field in the [configuration object](../reference/friendly-captcha-sdk.createwidgetoptions.md). +If you are creating widgets programmatically you can use the `language` field in the [configuration object](../reference/sdk.createwidgetoptions.md). ## Language Codes diff --git a/docs/sdk/configuration.md b/docs/sdk/configuration.md index e2069e3..fb3faab 100644 --- a/docs/sdk/configuration.md +++ b/docs/sdk/configuration.md @@ -78,4 +78,4 @@ Example: ``` ## Javascript SDK -See the [**CreateWidgetOptions**](./reference/friendly-captcha-sdk.createwidgetoptions.md) for the settings you can pass when creating a widget using `sdk.createWidget()`. +See the [**CreateWidgetOptions**](./reference/sdk.createwidgetoptions.md) for the settings you can pass when creating a widget using `sdk.createWidget()`.