diff --git a/doc/tutorials/hello-gui.md b/doc/tutorials/hello-gui.md index d846745e73d..49a96def61d 100644 --- a/doc/tutorials/hello-gui.md +++ b/doc/tutorials/hello-gui.md @@ -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 diff --git a/doc/tutorials/hello-world.md b/doc/tutorials/hello-world.md index 16464470d91..d8270cf5507 100644 --- a/doc/tutorials/hello-world.md +++ b/doc/tutorials/hello-world.md @@ -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