From 33f3212cbf2b01960559c0035a910eaf96115597 Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Sun, 16 Jul 2023 23:31:26 -0700 Subject: [PATCH] fix: rust-tui-template became a revival project (#320) Changed the URL https://github.com/orhun/rust-tui-template into https://github.com/rust-tui-revival/rust-tui-template Co-authored-by: Geert Stappers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f4e3f31..8a5b6fcb 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ be installed with `cargo install cargo-make`). `tui::text::Text` * [color-to-tui](https://github.com/uttarayan21/color-to-tui) — Parse hex colors to `tui::style::Color` -* [rust-tui-template](https://github.com/orhun/rust-tui-template) — A template for bootstrapping a +* [rust-tui-template](https://github.com/rust-tui-revival/rust-tui-template) — A template for bootstrapping a Rust TUI application with Tui-rs & crossterm * [simple-tui-rs](https://github.com/pmsanford/simple-tui-rs) — A simple example tui-rs app * [tui-builder](https://github.com/jkelleyrtp/tui-builder) — Batteries-included MVC framework for