Update links
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>Solstice Docs</h1>
|
<h1>Solstice Docs</h1>
|
||||||
<p>Welcome to the Solstice docs! Feel free to read in whichever order you like, or come back when you feel like it. You can read these head to tail if you want to understand the whole of the language as well.</p>
|
<p>Welcome to the Solstice docs! Feel free to read in whichever order you like, or come back when you feel like it. You can read these head to tail if you want to understand the whole of the language as well.</p>
|
||||||
<p>See a mistake? Report it at <a href="https://chsp.au/max/sols.dev">this site's repository</a>.
|
<p>See a mistake? Report it at <a href="https://chookspace.com/max/sols.dev">this site's repository</a>.
|
||||||
<p>Happy coding!</p>
|
<p>Happy coding!</p>
|
||||||
<div id="core_concepts">
|
<div id="core_concepts">
|
||||||
<h2>Core Concepts</h2>
|
<h2>Core Concepts</h2>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<img src="https://sols.dev/solstice.svg" width="200" height="200" alt="Solstice logo"></img>
|
<img src="https://sols.dev/solstice.svg" width="200" height="200" alt="Solstice logo"></img>
|
||||||
<h1>Solstice</h1>
|
<h1>Solstice</h1>
|
||||||
<p class="big">A programming language focused on ease of use.</p>
|
<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 = '#installing'">Install</button>
|
||||||
<button onclick="window.location.href = '/playground'">Try Online</button>
|
<button onclick="window.location.href = '/playground'">Try Online</button>
|
||||||
<button onclick="window.location.href = '/docs'">View Docs</button>
|
<button onclick="window.location.href = '/docs'">View Docs</button>
|
||||||
@@ -90,12 +90,12 @@ while number < 100000 {
|
|||||||
</div>
|
</div>
|
||||||
<div class="box" id="installing">
|
<div class="box" id="installing">
|
||||||
<h2>Getting Solstice</h2>
|
<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>
|
<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">
|
<pre class="code" style="overflow-y: auto">
|
||||||
<code>bash -c "$(curl -fsSL https://sols.dev/install.sh)"</code></pre>
|
<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>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://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>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>
|
<p>Once you've installed, <a href="/docs">read the docs</a> to get started.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user