From 8f5a60a0f4fdb28b0aac399817c7693737c3c591 Mon Sep 17 00:00:00 2001 From: tiago <70700766+tiagozip@users.noreply.github.com> Date: Sat, 28 Feb 2026 18:19:08 +0000 Subject: [PATCH] docs: fix dead link --- docs/guide/widget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/widget.md b/docs/guide/widget.md index 0f6592d..29fb3ba 100644 --- a/docs/guide/widget.md +++ b/docs/guide/widget.md @@ -49,7 +49,7 @@ The following attributes are supported: - `data-cap-api-endpoint`: API endpoint (required if not using custom fetch) - `data-cap-worker-count`: Number of workers to use (defaults to `navigator.hardwareConcurrency || 8`) -- `data-cap-troubleshooting-url`: Custom URL for the "Troubleshooting" link shown when verification is blocked (defaults to `https://capjs.js.org/guide/troubleshooting.html`). See [Troubleshooting](/guide/troubleshooting.md) +- `data-cap-troubleshooting-url`: Custom URL for the "Troubleshooting" link shown when verification is blocked - `onsolve=""`: Event listener for the `solve` event - [i18n attributes](#i18n)