Skip to content

Commit 08fc4d9

Browse files
authored
Fix documentation home page (gh issue #675) (#684)
1 parent 4759bd8 commit 08fc4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,15 +273,15 @@
273273
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://github.com/MFlowCode/MFC/releases/latest">
274274
<i class="pr-4 fa-solid fa-download"></i>
275275
<div class="flex-1">
276-
<span class="hidden sm:inline-block">Download </span>
276+
<span class="hidden sm:inline-block">Download</span>
277277
<span id="release-ver"></span>
278278
</div>
279279
</a>
280280
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_getting-started.html">
281281
<i class="pr-4 fa-solid fa-rocket"></i>
282282
<span class="flex-1">Quick Start</span>
283283
</a>
284-
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/index.html">
284+
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_readme.html">
285285
<i class="pr-4 fa-solid fa-book"></i>
286286
<span class="flex-1">Documentation</span>
287287
</a>

0 commit comments

Comments
 (0)