Add hard coded links to root (skip-ci)

This commit is contained in:
Patrik Svensson 2020-08-27 16:51:04 +02:00
parent 21c210dc8a
commit 270658b0bb
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/assets/bootstrap/bootstrap.css" rel="stylesheet" />
<link href="/assets/css/styles.css" rel="stylesheet" />
<link href="/spectre.console/assets/bootstrap/bootstrap.css" rel="stylesheet" />
<link href="/spectre.console/assets/css/styles.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Roboto+Slab:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet" data-no-mirror>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.19.0/themes/prism.css">

View File

@ -8,7 +8,7 @@ NoContainer: true
<p class="lead text-white">
A .NET Standard library that makes it easier to create beautiful console applications.
<br /><br />
<a class="btn btn-primary" href="/docs" role="button">Take me to the documentation</a>
<a class="btn btn-primary" href="/spectre.console/docs" role="button">Take me to the documentation</a>
</p>
</div>
</div>