Replace documentation link in home and 404 page with direct link to official docs beyondco.de (#222)

This commit is contained in:
r3vit
2021-06-08 12:58:45 +02:00
committed by GitHub
parent 8c5b52769e
commit f565241740
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
The tunnel "{{ subdomain }}" was not found on this Expose server.
</p>
<p class="pt-2 text-base">
Do you want to host your own Expose server? Check out the <a href="https://sharedwithexpose.com" class="underline">official documentation</a>.
Do you want to host your own Expose server? Check out the <a href="https://beyondco.de/docs/expose" class="underline">official documentation</a>.
</p>
</div>
</div>

View File

@@ -31,7 +31,7 @@
<div class="text-dark-blue-800 text-xl pt-16">
<h1 class="text-2xl font-bold">Welcome to Expose</h1>
<p class="pt-2 text-base">
Do you want to host your own Expose server? Check out the <a href="https://sharedwithexpose.com" class="underline">official documentation</a>.
Do you want to host your own Expose server? Check out the <a href="https://beyondco.de/docs/expose" class="underline">official documentation</a>.
</p>
</div>
</div>