We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa1c80 commit 919d623Copy full SHA for 919d623
src/components/Header.astro
@@ -24,7 +24,7 @@ const translation = useTranslations(lang);
24
-->
25
26
<li><a href="https://wiki.auxolotl.org">Wiki</a></li>
27
- <li><a href="https://forum.auxolotl.org">{translation("header.community")}</a></li>
+ <li><a href="https://forum.aux.computer">{translation("header.community")}</a></li>
28
<li><a href="https://github.com/auxolotl">GitHub</a></li>
29
</ul>
30
</nav>
0 commit comments