Skip to content

Commit f337407

Browse files
committed
🚧 Update docs link to official domain
1 parent dfdd461 commit f337407

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ to bring your creations to life!
3131
- Camera Plugin Support: Install the [Official Camera Plugin](https://www.blockbench.net/plugins/cameras) to create cinematic camera paths with ease!
3232
- Animation Tweening: Create smooth transitions between animations.
3333
- Many different configuration options.
34-
- Complete Documentation at https://animated-java.github.io/
34+
- Complete Documentation at https://animated-java.dev
3535

3636
And much more!
3737

3838
# How to Install
3939

40-
Follow our guide [here](https://animated-java.github.io/docs/getting-started/installing-animated-java) for detailed instructions on how to install the latest release of Animated Java.
40+
Follow our guide [here](https://animated-java.dev/docs/getting-started/installing-animated-java) for detailed instructions on how to install the latest release of Animated Java.
4141

4242
# Getting Started
4343

44-
Check out the [Getting Started](https://animated-java.github.io/docs/getting-started/installing-animated-java) page of our documentation to learn how to use Animated Java.
44+
Check out the [Getting Started](https://animated-java.dev/docs/getting-started/installing-animated-java) page of our documentation to learn how to use Animated Java.
4545

4646
# Contributing to Animated Java
4747

src/components/about.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616

1717
<div class="socials">
18-
<a href="https://animated-java.github.io" class="open-in-browser">
18+
<a href="https://animated-java.dev" class="open-in-browser">
1919
<!-- svelte-ignore a11y-missing-attribute -->
2020
<img src={AnimatedJavaIconNoBackground} />
2121
<!-- svelte-ignore a11y-label-has-associated-control -->
@@ -31,7 +31,7 @@
3131
<!-- svelte-ignore a11y-label-has-associated-control -->
3232
<label>GitHub</label>
3333
</a>
34-
<a href="https://animated-java.github.io/docs" class="open-in-browser"
34+
<a href="https://animated-java.dev/docs" class="open-in-browser"
3535
><i class="icon fas fa-book"></i>
3636
<!-- svelte-ignore a11y-label-has-associated-control -->
3737
<label>Wiki</label>

src/interface/animatedJavaBarItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ MenuBar.addAction(
7777
return Format === BLUEPRINT_FORMAT
7878
},
7979
click() {
80-
Blockbench.openLink('https://animated-java.github.io/docs')
80+
Blockbench.openLink('https://animated-java.dev/docs')
8181
},
8282
}),
8383
MENU.id

0 commit comments

Comments
 (0)