Skip to content

Commit

Permalink
Fix link to SDK in impression-data.md (#9116)
Browse files Browse the repository at this point in the history
## About the changes
Fix broken link in markdown file in impression-data documentation
  • Loading branch information
dimitrityan authored Jan 17, 2025
1 parent f6479b1 commit 7757012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/impression-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ You can enable impression data via the impression data flag in the admin UI's fl

## Example setup

The exact setup will vary depending on your [client SDK](./sdks). The below example configures the [Unleash Proxy client../reference/sdks/javascript-browser) to listen for impression events and log them to the console. If "my-feature-flag" is configured to emit impression data, then it will trigger an impression event as soon as Unleash is ready.
The exact setup will vary depending on your [client SDK](./sdks). The below example configures the [Unleash Proxy client](/reference/sdks/javascript-browser) to listen for impression events and log them to the console. If "my-feature-flag" is configured to emit impression data, then it will trigger an impression event as soon as Unleash is ready.

```js
const unleash = new UnleashClient({
Expand Down

0 comments on commit 7757012

Please sign in to comment.