Update links

This commit is contained in:
2026-01-20 12:15:50 +11:00
parent f492e3be22
commit 6de79e5fa8
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
<img src="https://sols.dev/solstice.svg" width="200" height="200" alt="Solstice logo"></img>
<h1>Solstice</h1>
<p class="big">A programming language focused on ease of use.</p>
<button onclick="window.location.href = 'https://chsp.au/max/solstice'">View Code</button>
<button onclick="window.location.href = 'https://chookspace.com/max/solstice'">View Code</button>
<button onclick="window.location.href = '#installing'">Install</button>
<button onclick="window.location.href = '/playground'">Try Online</button>
<button onclick="window.location.href = '/docs'">View Docs</button>
@@ -90,12 +90,12 @@ while number < 100000 {
</div>
<div class="box" id="installing">
<h2>Getting Solstice</h2>
<p>Solstice is an in-development language, and you can find the latest code on the <a href="https://chsp.au/max/solstice">Git repository</a>. At present, the stability of Solstice is questionable, so don't trust it to handle your nuclear codes or anything like that yet.</p>
<p>Solstice is an in-development language, and you can find the latest code on the <a href="https://chookspace.com/max/solstice">Git repository</a>. At present, the stability of Solstice is questionable, so don't trust it to handle your nuclear codes or anything like that yet.</p>
<p>This script will automatically build and install Solstice and Ground from source for you, or update them if they are already installed.</p>
<pre class="code" style="overflow-y: auto">
<code>bash -c "$(curl -fsSL https://sols.dev/install.sh)"</code></pre>
<p>If you find any issues while trying Solstice, please report them <a href="https://chsp.au/max/solstice/issues">here</a>! Solstice needs all the help it can get.</p>
<p>Stable-ish builds are avaliable in <a href="https://chsp.au/max/solstice/releases">the releases tab</a> of the Git repository. These builds are likely to be more stable, but don't treat them as a stable branch yet.</p>
<p>If you find any issues while trying Solstice, please report them <a href="https://chookspace.com/max/solstice/issues">here</a>! Solstice needs all the help it can get.</p>
<p>Stable-ish builds are avaliable in <a href="https://chookspace.com/max/solstice/releases">the releases tab</a> of the Git repository. These builds are likely to be more stable, but don't treat them as a stable branch yet.</p>
<p>Once you've installed, <a href="/docs">read the docs</a> to get started.</p>
</div>
</div>