Skip to content

Commit

Permalink
doc: Fix link to the hello world turtorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Mar 9, 2024
1 parent d00895a commit 4e3b557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tutorials/hello-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In this tutorial, we will create a simple graphical user interface (GUI) applica
## Prerequisites

- [skiftOS development environment](../building.md)
- [Hello, world!](00-hello-world.md)
- [Hello, world!](hello-world.md)

## Create a new project

Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Congratulations! You have created your first program for skiftOS.

## Going further

- [Next tutorial: Hello, GUI!](01-hello-gui.md)
- [Next tutorial: Hello, GUI!](hello-gui.md)
- src/libs/karm-sys/chan.h - The system channel API similar to stdio

0 comments on commit 4e3b557

Please sign in to comment.