Skip to content

Commit 1591c52

Browse files
committed
Update
1 parent 6da3e14 commit 1591c52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: MonoGo Documentation Hub
1212
<div class="row">
1313
<div class="col-12 col-lg-4 mb-5">
1414
<div class="mg-card mg-box-shadow h-100">
15-
<a target="_self" href="{{_hostname}}/api/index.html" class="mg-no-link">
15+
<a target="_self" href="monogo-engine.github.io/monogo.github.io/api/index.html" class="mg-no-link">
1616
<div class="mg-card-body d-flex flex-column h-100">
1717
<div style="pointer-events: none; text-align: center;">
1818
<img src="images/logo.png" alt="MonoGo Logo" align="center" width="50%">

templates/monogo/partials/body.tmpl.partial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="col-6 col-md-2 mb-3">
6363
<h5>MonoGo</h5>
6464
<ul class="nav flex-column">
65-
<li class="nav-item mb-2"><a href="/api/index.html" class="footer-link p-0 text-body-secondary">API Reference</a></li>
65+
<li class="nav-item mb-2"><a href="{{_hostname}}/api/index.html" class="footer-link p-0 text-body-secondary">API Reference</a></li>
6666
</ul>
6767
</div>
6868
</div>

0 commit comments

Comments
 (0)