Skip to content

Commit 2c0db23

Browse files
committed
Fix download button on main page
1 parent 045241b commit 2c0db23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>{{ .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-cta rounded-pill btn-lg my-3" href="https://github.com/OpenFusionProject/OpenFusion/releases/latest" role="button">Download</a>
9+
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/download" role="button">Download</a>
1010
{{ .Content }}
1111
</div>
1212
</div>

0 commit comments

Comments
 (0)