Skip to content

Commit a3a6ba1

Browse files
committed
Fixed link
1 parent a4736a9 commit a3a6ba1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ <h1 class="mt-0">{{ .Title }}</h1>
66
</div>
77
<div class="col-lg-9 col-xl-8 text-center">
88
<p class="lead">{{ .Params.lead | safeHTML }}</p>
9-
<a class="btn btn-primary btn-lg px-4 mb-2" href="/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}prologue/introduction/" role="button">Get Started</a>
10-
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ .Site.Params.projectRepo }}/releases" role="button">Downloads</a>
9+
<a class="btn btn-primary btn-lg px-4 mb-2" href="/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}quick-start/introduction/" role="button">Get Started</a>
10+
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ .Site.Params.projectRepo }}/releases" role="button">Releases</a>
1111
<p class="meta">Open-source LGPLv3 Licensed. <a href="{{ .Site.Params.projectRepo }}#license">Why?</a></p>
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)