From 3dc215e6c0eecb1607d428af0295bcd98db74b8f Mon Sep 17 00:00:00 2001
From: pezy <mail@viewre.org>
Date: Wed, 12 Jan 2022 22:31:44 +0800
Subject: [PATCH] Fix README link (#308)

- [Build using nxxm] is same with [Build using CMake], just remove
- fix [Build using CMake] link

Co-authored-by: chenpeizhe <peizhe.chen@horizon.ai>
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 841fd051..1d9096bd 100644
--- a/README.md
+++ b/README.md
@@ -67,8 +67,7 @@ A simple C++ library for terminal based user interface.
 - [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://arthursonzogni.com/FTXUI/doc/#build-using-cmake)
-- [Build using nxxm](https://arthursonzogni.com/FTXUI/doc/#build-using-cmake)
+- [Build using CMake](https://github.com/ArthurSonzogni/FTXUI/blob/master/doc/mainpage.md#using-cmake)
 
 ## Short gallery
 
-- 
GitLab