Skip to content

Commit c466e40

Browse files
committed
Fixes
1 parent ca1c8a2 commit c466e40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/docs/getting-started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: How to get started on your first OS.
44
---
55

66
Welcome! Let's start by installing `os-compiler`, which will be referenced later as just *compiler*.
7+
78
Compiler is required for you to easily compile your OS and apps source code, add kernel and all the needed libraries, and make the final binaries.
89

910
Start by downloading latest [os-compiler](https://github.com/CatCoreV/os-compiler) release from **GitHub** either manually or via terminal:

src/app/[lang]/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function HomePage() {
7474
</a>
7575
<ul className="nav-links">
7676
<li><Link href="/ru">EN/RU</Link></li>
77-
<li><Link href="/en/docs/getting-started">Documentation</Link></li>
77+
<li><a href="/en/docs/getting-started" target="_blank">Documentation</a></li>
7878
<li><a href="#features">Features</a></li>
7979
<li><a href="https://github.com/CatCoreV" target="_blank">GitHub</a></li>
8080
</ul>

0 commit comments

Comments
 (0)