diff --git a/docs/cn/dledger/quick_start.md b/docs/cn/dledger/quick_start.md index da2e5457f5..2c88271bba 100644 --- a/docs/cn/dledger/quick_start.md +++ b/docs/cn/dledger/quick_start.md @@ -11,9 +11,9 @@ #### 1.1 构建 DLedger -`git clone https://github.com/openmessaging/openmessaging-storage-dledger.git` +`git clone https://github.com/openmessaging/dledger.git` -`cd openmessaging-storage-dledger` +`cd dledger` `mvn clean install -DskipTests` diff --git a/docs/en/dledger/quick_start.md b/docs/en/dledger/quick_start.md index f947e166d5..762f31a8a9 100644 --- a/docs/en/dledger/quick_start.md +++ b/docs/en/dledger/quick_start.md @@ -10,9 +10,9 @@ Build phase contains two parts, first, build DLedger, then build RocketMQ. #### 1.1 Build DLedger -`git clone https://github.com/openmessaging/openmessaging-storage-dledger.git` +`git clone https://github.com/openmessaging/dledger.git` -`cd openmessaging-storage-dledger` +`cd dledger` `mvn clean install -DskipTests`