From 4a17974c5c93610e7dcacc0c1b8228e5bbe736d0 Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Tue, 10 Sep 2024 17:48:13 +0100 Subject: [PATCH] chore: update javascript agent documentation links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b08b237..7b84faa 100644 --- a/README.md +++ b/README.md @@ -150,18 +150,18 @@ Fingerprint Pro usage is billed per API call. To avoid unnecessary API calls, it * Pass `{ignoreCache: true}` to the `getData()` function to ignore cached results for that specific API call. > [!NOTE] -> If you use data from [`extendedResult`](https://dev.fingerprint.com/docs/js-agent#extendedresult), pay additional attention to your caching strategy. +> If you use data from [`extendedResult`](https://dev.fingerprint.com/reference/get-function#extendedresult), pay additional attention to your caching strategy. > Some fields, for example, `ip` or `lastSeenAt`, might change over time for the same visitor. Use `getData({ ignoreCache: true })` to fetch the latest identification results. ## Documentation See the [generated SDK API reference here](https://fingerprintjs.github.io/fingerprintjs-pro-svelte/). -This library uses Fingerprint Pro JavaScript agent under the hood. See our documentation for the full [JavaScript Agent API reference](https://dev.fingerprint.com/docs/js-agent). +This library uses Fingerprint Pro JavaScript agent under the hood. See our documentation for the full [JavaScript Agent API reference](https://dev.fingerprint.com/reference/javascript-agent). ## Error handling -The `getData` function throws errors directly from the JS Agent without changing them. See [JS Agent error handling](https://dev.fingerprint.com/docs/js-agent#error-handling) for more details. +The `getData` function throws errors directly from the JS Agent without changing them. See [JS Agent error handling](https://dev.fingerprint.com/reference/error-handling) for more details. ## Support and feedback