Skip to content

Commit 7d8dcc5

Browse files
SnaveSutitgitbutler-client
authored andcommitted
🐛 Fix broken website links
1 parent ab78a9e commit 7d8dcc5

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

src/formats/blueprint/formatPage.svelte

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
</h3>
2222

2323
<p>
24-
<a href="https://animated-java.dev/docs/getting-started/creating-a-blueprint"
25-
>Check out the Docs</a
26-
> to learn how to use Animated Java.
24+
<a href="https://animated-java.dev/docs/getting-started/installing">Check out the Docs</a> to learn
25+
how to use Animated Java.
2726
</p>
2827

2928
<div class="button_bar">

src/pluginPackage/about.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767

6868
<p>
6969
To learn the basics of Animated Java, check out our <a
70-
href="https://animated-java.dev/docs/getting-started/installing-animated-java"
71-
>Getting Started</a
70+
href="https://animated-java.dev/docs/getting-started/installing">Getting Started</a
7271
> guide.
7372
</p>
7473

src/popups/installed/installed.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h2>Not Sure Where to Start?</h2>
1616
<p>
1717
Check out our <a
18-
href="https://animated-java.dev/docs/getting-started/creating-a-blueprint"
18+
href="https://animated-java.dev/docs/getting-started/your-first-blueprint"
1919
>getting started</a
2020
> page to learn how to use Animated Java!
2121
</p>

src/systems/datapackCompiler/tellraw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ namespace TELLRAW {
161161
],
162162
},
163163
CREATE_TELLRAW_HELP_LINK(
164-
'https://animated-java.dev/docs/rigs/controlling-a-rig-instance'
164+
'https://animated-java.dev/docs/core-concepts/tags#practical-selector-examples'
165165
),
166166
])
167167
}

0 commit comments

Comments
 (0)