diff --git a/docs/DockerDeployment.md b/docs/DockerDeployment.md index b728add6..e7955cf8 100644 --- a/docs/DockerDeployment.md +++ b/docs/DockerDeployment.md @@ -14,12 +14,12 @@ A lightweight Knowledge Graph Retrieval-Augmented Generation system with multipl 1. Clone the repository: ```bash # Linux/MacOS -git clone https://github.com/ParisNeo/LightRAG.git +git clone https://github.com/HKUDS/LightRAG.git cd LightRAG ``` ```powershell # Windows PowerShell -git clone https://github.com/ParisNeo/LightRAG.git +git clone https://github.com/HKUDS/LightRAG.git cd LightRAG ```