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 3b3d0cd commit 1aebf00Copy full SHA for 1aebf00
_includes/nav.html
@@ -4,5 +4,5 @@
4
{% for item in site.data.navlist.docs %}
5
<li><a href="{{ item.url }}">{{ item.title }}</a></li>
6
{% endfor %}
7
- <li><a href="https://github.com/Librelancer/moonsharp"><div class="github-icon">Github</div></a></li>
+ <li><a href="https://github.com/WattleScript/wattlescript"><div class="github-icon">Github</div></a></li>
8
</ul>
index.markdown
@@ -3,7 +3,7 @@ layout: default
3
title: Home
---
-Find us on [GitHub](https://github.com/Librelancer/moonsharp)
+Find us on [GitHub](https://github.com/WattleScript/wattlescript)
<hr/>
9
0 commit comments