fix: append https to specify external link

This commit is contained in:
Ushie 2023-08-07 22:16:17 +03:00
parent 6bd4de79e9
commit a487ca2d22
No known key found for this signature in database
GPG Key ID: B3AAD18842E34632
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<li><a href="/download">Download</a></li> <li><a href="/download">Download</a></li>
<li><a href="/patches">Patches</a></li> <li><a href="/patches">Patches</a></li>
<li><a href="/contributors">Contributors</a></li> <li><a href="/contributors">Contributors</a></li>
<li><a href="{new URL($page.url).host}/docs/">Docs</a></li> <li><a href="https://{new URL($page.url).host}/docs/">Docs</a></li>
</FooterSection> </FooterSection>
<FooterSection title="Repositories"> <FooterSection title="Repositories">
<Query {query} let:data> <Query {query} let:data>

View File

@ -73,7 +73,7 @@
<Navigation queryKey="manager" href="/download">Download</Navigation> <Navigation queryKey="manager" href="/download">Download</Navigation>
<Navigation queryKey="patches" href="/patches">Patches</Navigation> <Navigation queryKey="patches" href="/patches">Patches</Navigation>
<Navigation queryKey="repositories" href="/contributors">Contributors</Navigation> <Navigation queryKey="repositories" href="/contributors">Contributors</Navigation>
<Navigation href="{new URL($page.url).host}/docs">Docs</Navigation> <Navigation href="https://{new URL($page.url).host}/docs">Docs</Navigation>
</div> </div>
</div> </div>
<div id="secondary-navigation"> <div id="secondary-navigation">