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 aa546e5 commit 7d1829bCopy full SHA for 7d1829b
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