Skip to content

Commit 07e2462

Browse files
committed
use relative location
1 parent b72e3ea commit 07e2462

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div oreui-type="general" oreui-color="dark" class="text">
2323
<p>
2424
Welcome to
25-
<a href="https://becomtweaks.github.io">becomtweaks.github.io</a>, a
25+
<a href="/">becomtweaks.github.io</a>, a
2626
fully open-sourced, updated, cool version of
2727
<a href="https://bedrocktweaks.net">bedrocktweaks.net</a>
2828
</p>
@@ -34,19 +34,19 @@
3434
<div oreui-type="general" oreui-color="dark" class="text">
3535
<h3>Pages:</h3>
3636
<div class="pages">
37-
<button oreui-type="button" oreui-color="green" class="rpbutton" onclick="document.location='https://becomtweaks.github.io/resource-packs'">
37+
<button oreui-type="button" oreui-color="green" class="rpbutton" onclick="document.location='/resource-packs'">
3838
Resource Packs
3939
</button>
40-
<button oreui-type="button" oreui-color="green" class="ctbutton" onclick="document.location='https://becomtweaks.github.io/crafting-tweaks'">
40+
<button oreui-type="button" oreui-color="green" class="ctbutton" onclick="document.location='/crafting-tweaks'">
4141
Crafting Tweaks
4242
</button>
43-
<button oreui-type="button" oreui-color="green" class="bpbutton" onclick="document.location='https://becomtweaks.github.io/behaviour-packs'">
43+
<button oreui-type="button" oreui-color="green" class="bpbutton" onclick="document.location='/behaviour-packs'">
4444
Behaviour Packs
4545
</button>
46-
<button oreui-type="button" oreui-color="green" class="docbutton" onclick="document.location='https://becomtweaks.github.io/docs'">
46+
<button oreui-type="button" oreui-color="green" class="docbutton" onclick="document.location='/docs'">
4747
Docs
4848
</button>
49-
<button oreui-type="button" oreui-color="green" class="discobutton" onclick="document.location='https://becomtweaks.github.io/discord'">
49+
<button oreui-type="button" oreui-color="green" class="discobutton" onclick="document.location='/discord'">
5050
Discord
5151
</button>
5252
</div>

0 commit comments

Comments
 (0)