From ad69d55616ab1b9b35710de6c2b46a1c0c622126 Mon Sep 17 00:00:00 2001 From: Li Yin Date: Mon, 8 Jul 2024 18:03:53 -0700 Subject: [PATCH 1/4] improve readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9b18e98..24570123 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Because of this, no library can provide out-of-the-box solutions. Users must bui LightRAG is born to be light, modular, and robust, with a 100% readable codebase. -Further reading: [Design Philosophy](https://lightrag.sylph.ai/developer_notes/lightrag_design_philosophy.html) and [Class hierarchy](https://lightrag.sylph.ai/developer_notes/class_hierarchy.html). +Further reading: [Introduction](https://lightrag.sylph.ai/), [Design Philosophy](https://lightrag.sylph.ai/developer_notes/lightrag_design_philosophy.html) and [Class hierarchy](https://lightrag.sylph.ai/developer_notes/class_hierarchy.html).