Skip to content

Commit fff97cb

Browse files
authored
Fix some more broken links (#231)
1 parent 7645d99 commit fff97cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/about.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,26 @@ hide_title: true
4343

4444
<ul className="content-boxes">
4545
<li>
46-
<a className="link-box" href="./states">
46+
<a className="link-box" href="./docs/states">
4747
🏁 <strong>Get started</strong> Jump straight into learning how to use
4848
Stately Studio editor, starting with states.
4949
</a>
5050
</li>
5151
<li>
52-
<a className="link-box" href="./studio">
52+
<a className="link-box" href="./docs/studio">
5353
⬇️ <strong>Stately Studio overview</strong> Find out more about Stately
5454
Studio’s visual editor and collaborating with your team using Stately
5555
Studio’s Pro features.
5656
</a>
5757
</li>
5858
<li>
59-
<a className="link-box" href="./state-machines-and-statecharts">
59+
<a className="link-box" href="./docs/state-machines-and-statecharts">
6060
🧠 <strong>Learn state machines and statecharts</strong> With our no-code
6161
introduction.
6262
</a>
6363
</li>
6464
<li>
65-
<a className="link-box" href="./xstate">
65+
<a className="link-box" href="./docs/xstate">
6666
💻 <strong>Learn XState</strong> Get started with our JavaScript and
6767
TypeScript library for state machines and statecharts.
6868
</a>

versioned_docs/version-4/studio.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here you can find all the documentation for the Stately Studio and [XState](/xst
88

99
<ul className="content-boxes">
1010
<li>
11-
<a className="link-box" href="docs/xstate-v4/states/intro">
11+
<a className="link-box" href="./states/intro">
1212
🏁 <strong>Get started</strong> Jump straight into learning how to use the
1313
editor, starting with states.
1414
</a>
@@ -20,13 +20,13 @@ Here you can find all the documentation for the Stately Studio and [XState](/xst
2020
</a>
2121
</li>
2222
<li>
23-
<a className="link-box" href="docs/state-machines-and-statecharts">
23+
<a className="link-box" href="./state-machines-and-statecharts">
2424
🧠 <strong>Learn state machines and statecharts</strong> With our no-code
2525
introduction.
2626
</a>
2727
</li>
2828
<li>
29-
<a className="link-box" href="docs/xstate">
29+
<a className="link-box" href="./xstate">
3030
💻 <strong>Learn XState</strong> Get started with our JavaScript and
3131
TypeScript library for state machines and statecharts.
3232
</a>

0 commit comments

Comments
 (0)