From eeb4fa3648caeadb66fe9e39dee5c1b76d07984f Mon Sep 17 00:00:00 2001
From: Arthur Sonzogni <sonzogniarthur@gmail.com>
Date: Sun, 25 Jul 2021 22:51:32 +0200
Subject: [PATCH] Update link from README.md (#168)

Update the link in the README.md. Use the auto-deployed documentations
and examples @tusharpm made.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 78b67022..d8c6e506 100644
--- a/README.md
+++ b/README.md
@@ -72,8 +72,8 @@ A simple C++ library for terminal based user interface.
 # Documentation:
 
 - [Starter example project](https://github.com/ArthurSonzogni/ftxui-starter)
-- [Documentation](https://arthursonzogni.com/FTXUI/doc/)
-- [Examples (WebAssembly)](https://arthursonzogni.com/FTXUI/examples/)
+- [Documentation](https://arthursonzogni.github.io/FTXUI/)
+- [Examples (WebAssembly)](https://arthursonzogni.github.io/FTXUI/examples/)
 - [Build using CMake](https://arthursonzogni.com/FTXUI/doc/#build-using-cmake)
 - [Build using nxxm](https://arthursonzogni.com/FTXUI/doc/#build-using-cmake)
 
-- 
GitLab