Skip to content

Commit 0278367

Browse files
committed
fix broken links
1 parent d0a500a commit 0278367

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

static/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ <h2>
391391
</p>
392392

393393
<p>
394-
<a class="arrow-link" href="/docs/xstate/installation"
394+
<a class="arrow-link" href="/docs/installation"
395395
>Get started with our quickstart guide</a
396396
>
397397
</p>
@@ -456,7 +456,7 @@ <h2 class="powered-by-xstate-heading">Powered by XState</h2>
456456
<h3 class="fadeout-box">No framework required</h3>
457457
<p class="fadeout-box">
458458
Only JavaScript is required. Get started quickly with our
459-
<a href="/docs/xstate/templates">JavaScript-only template</a>.
459+
<a href="/docs/templates">JavaScript-only template</a>.
460460
</p>
461461
</li>
462462

@@ -468,7 +468,7 @@ <h3 class="fadeout-box">
468468
Speedy integration with React, Vue, Svelte and more, with our
469469
dedicated
470470
<a href="/docs/category/xstate-packages">packages</a> and
471-
<a href="/docs/xstate/templates">templates</a>.
471+
<a href="/docs/templates">templates</a>.
472472
</p>
473473
</li>
474474

static/landing-page/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h2>
368368
</p>
369369

370370
<p>
371-
<a class="arrow-link" href="/docs/xstate/installation"
371+
<a class="arrow-link" href="/docs/installation"
372372
>Get started with our quickstart guide</a
373373
>
374374
</p>
@@ -433,7 +433,7 @@ <h2 class="powered-by-xstate-heading">Powered by XState</h2>
433433
<h3 class="fadeout-box">No framework required</h3>
434434
<p class="fadeout-box">
435435
Only JavaScript is required. Get started quickly with our
436-
<a href="/docs/xstate/templates">JavaScript-only template</a>.
436+
<a href="/docs/templates">JavaScript-only template</a>.
437437
</p>
438438
</li>
439439

@@ -445,7 +445,7 @@ <h3 class="fadeout-box">
445445
Speedy integration with React, Vue, Svelte and more, with our
446446
dedicated
447447
<a href="/docs/category/xstate-packages">packages</a> and
448-
<a href="/docs/xstate/templates">templates</a>.
448+
<a href="/docs/templates">templates</a>.
449449
</p>
450450
</li>
451451

0 commit comments

Comments
 (0)