From d545fb6f1960b2f3d24ecaef3771e0ff27a7d46c Mon Sep 17 00:00:00 2001
From: Hunter Zolomon <24488175+Hunter-Zolomon@users.noreply.github.com>
Date: Sun, 10 Jul 2022 00:57:30 +0800
Subject: [PATCH] Fix README link reference. (#440)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index afeb2edf..049953dc 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ A simple C++ library for terminal based user interfaces!
 - [Starter example project](https://github.com/ArthurSonzogni/ftxui-starter)
 - [Documentation](https://arthursonzogni.github.io/FTXUI/)
 - [Examples (WebAssembly)](https://arthursonzogni.com/FTXUI/examples/)
-- [Build using CMake](https://github.com/ArthurSonzogni/FTXUI/blob/master/doc/mainpage.md#using-cmake)
+- [Build using CMake](https://arthursonzogni.github.io/FTXUI/#build-cmake)
 
 ## Operating systems
 
-- 
GitLab