Skip to content

Commit 1866d9b

Browse files
broken links pt 2
1 parent 96b3886 commit 1866d9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/docs/turnstile/get-started/client-side-rendering/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Add widget containers where you want the challenges to appear on your website.
6363

6464
#### 3. Configure with data attributes
6565

66-
[Customize your widgets](/turnstile/get-started/widget-configurations/) using data attributes.
66+
[Customize your widgets](/turnstile/get-started/client-side-rendering/widget-configurations/) using data attributes.
6767

6868
```html
6969
<div class="cf-turnstile"
@@ -405,7 +405,7 @@ Both implicit and explicit rendering methods support the same configuration opti
405405
| `execution` | WHen to run the challenge | `render`, `execute` |
406406
| `appearance` | When the widget is visible | `always`, `execute`, `interaction-only` |
407407

408-
For a complete list of configuration options, refer to [Widget configurations](/turnstile/get-started/widget-configurations/).
408+
For a complete list of configuration options, refer to [Widget configurations](/turnstile/get-started/client-side-rendering/widget-configurations/).
409409

410410
---
411411

src/content/docs/waiting-room/reference/configuration-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ You can customize a variety of options for your waiting rooms.
209209
</td>
210210
<td>Yes, defaults <code>invisible</code>.</td>
211211
<td>
212-
The type of Turnstile widget to use - refer to the [Turnstile documentation](turnstile/concepts/widgets/#widget-modes) for details. Valid values are <code>off</code>, <code>invisible</code>, <code>visible_non_interactive</code>, and <code>visible_managed</code>. Setting this to <code>off</code> will completely disable the Turnstile integration.
212+
The type of Turnstile widget to use - refer to the [Turnstile documentation](/turnstile/concepts/widgets/#widget-modes) for details. Valid values are <code>off</code>, <code>invisible</code>, <code>visible_non_interactive</code>, and <code>visible_managed</code>. Setting this to <code>off</code> will completely disable the Turnstile integration.
213213
</td>
214214
<td>
215215
Setting this to <code>invisible</code> makes sense for most rooms, unless you would like end users to be aware the challenge is running.

src/content/partials/turnstile/challenge-behavior.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
Cloudflare issues challenges through the [Challenge Platform](/cloudflare-challenges/), which is the same underlying technology powering [Turnstile](/turnstile/).
77

8-
In contrast to our Challenge page offerings, Turnstile allows you to run challenges anywhere on your site in a less-intrusive way without requiring the use of Cloudflares CDN.
8+
In contrast to our Challenge page offerings, Turnstile allows you to run challenges anywhere on your site in a less-intrusive way without requiring the use of Cloudflare's CDN.

0 commit comments

Comments
 (0)