Skip to content

Commit aa68c8f

Browse files
committed
🚧 Fix about.md links
1 parent 03357b2 commit aa68c8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pluginPackage/about.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<li>Animation Tweening: Create smooth transitions between animations.</li>
5757
<li>Many different configuration options.</li>
5858
<li>
59-
Complete Documentation at <a href="https://animated-java.dev/documentation/"
59+
Complete Documentation at <a href="https://animated-java.dev/docs"
6060
>animated-java.dev/documentation/</a
6161
>
6262
</li>
@@ -67,7 +67,8 @@
6767

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

@@ -91,8 +92,7 @@
9192
<h3 class="animated-java-plugin-page-h3">Found a bug?</h3>
9293

9394
<p>
94-
If you find a bug, please report it on our <a
95-
href="https://github.com/Animated-Java/animated-java">GitHub</a
95+
If you find a bug, please report it on our <a href="https://animated-java.dev/source">GitHub</a
9696
>. It only takes a few moments of your time, and improves the quality of the project for
9797
everyone!
9898
</p>

0 commit comments

Comments
 (0)