Skip to content

Commit 95952e0

Browse files
committed
🚧Fix broken docs links
1 parent 64a5e8c commit 95952e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.github.io" 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/" class="open-in-browser"
34+
<a href="https://animated-java.github.io/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/')
80+
Blockbench.openLink('https://animated-java.github.io/docs')
8181
},
8282
}),
8383
MENU.id

0 commit comments

Comments
 (0)