From 8123d01d18c5951492f3d5d6b239878a16ac6ee9 Mon Sep 17 00:00:00 2001
From: ThousandthStar <56277027+ThousandthStar@users.noreply.github.com>
Date: Fri, 25 Nov 2022 09:59:28 -0500
Subject: [PATCH] Update link to font chapter

It was a link to `chapter_5.md`, which is chapter 4. I changed it to `chapter_6.md`.
---
 book/src/chapter_1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/book/src/chapter_1.md b/book/src/chapter_1.md
index b2c9371..e33eb81 100644
--- a/book/src/chapter_1.md
+++ b/book/src/chapter_1.md
@@ -5,7 +5,7 @@ Kayak UI is quite easy to setup! First make sure you add it to your cargo.toml f
 kayak_ui = "0.1"
 ```
 
-Once you've added Kayak UI to your bevy project you can now start to use it! In order for you to copy and run this in your own project don't forget to move the `roboto.kayak_font` and the `roboto.png` files to your asset folder. Optionally you can also generate your own font! See: [Chapter 5 - Fonts](./chapter_5.md)
+Once you've added Kayak UI to your bevy project you can now start to use it! In order for you to copy and run this in your own project don't forget to move the `roboto.kayak_font` and the `roboto.png` files to your asset folder. Optionally you can also generate your own font! See: [Chapter 5 - Fonts](./chapter_6.md)
 
 Hello World Example:
 ```rust
-- 
GitLab