From 2d6a95ff5ae9c8036e954d7354b5f05ba0f3160d Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Thu, 2 Nov 2023 07:19:45 -0400 Subject: [PATCH] docs: update readme links to website (#332) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eca6940a..8d33fdec 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Yazi ("duck" in Chinese) is a terminal file manager written in Rust, based on non-blocking async I/O. It aims to provide an efficient, user-friendly, and customizable file management experience. -💫 A new article explaining its internal workings: [Why is Yazi Fast?](https://github.com/sxyazi/yazi/issues/143) +💡 A new article explaining its internal workings: [Why is Yazi Fast?](https://yazi-rs.github.io/blog/why-is-yazi-fast) - 🚀 **Full Asynchronous Support**: All I/O operations are asynchronous, CPU tasks are spread across multiple threads, making the most of available resources. - 💪 **Powerful Async Task Scheduling and Management**: Provides real-time progress updates, task cancellation, and internal task priority assignment. @@ -21,7 +21,7 @@ https://github.com/sxyazi/yazi/assets/17523360/92ff23fa-0cd5-4f04-b387-894c12265 ## Documentation -- Usage: https://yazi-rs.github.io/usage/installation +- Usage: https://yazi-rs.github.io/docs/installation - Showcase: https://yazi-rs.github.io/showcase ## Discussion