Skip to content

Commit

Permalink
Fix links to reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jan 3, 2024
1 parent da9d7c2 commit 403167d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sdk/advanced/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To force a specific language you can set the `lang` attribute on the HTML elemen
<div class="frc-captcha" lang="de" data-sitekey="<my sitekey>"></div>
```

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

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.

0 comments on commit 403167d

Please sign in to comment.