From f2110f911a5b76324f87d10fc4e88820865bc268 Mon Sep 17 00:00:00 2001 From: Celia18305 <32253925+Celia18305@users.noreply.github.com> Date: Wed, 11 Dec 2019 10:23:14 +0800 Subject: [PATCH] update to neo-node (#983) --- docs/en-us/node/cli/setup.md | 6 +++--- docs/zh-cn/node/cli/config.md | 2 +- docs/zh-cn/node/cli/setup.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/en-us/node/cli/setup.md b/docs/en-us/node/cli/setup.md index 59e98bdf44..f70dde7bd7 100644 --- a/docs/en-us/node/cli/setup.md +++ b/docs/en-us/node/cli/setup.md @@ -43,7 +43,7 @@ You can download and compile the Neo-CLI source directly from Github. 2. Git clone Neo-CLI source code from [Github](https://github.com/neo-project/neo-cli.git) or using the following command: ``` - $ git clone https://github.com/neo-project/neo-cli.git + $ git clone https://github.com/neo-node/neo-cli.git ``` 3. Download [LevelDB](https://github.com/neo-ngd/leveldb/releases) and unzip the package for later use. @@ -69,7 +69,7 @@ dotnet publish -c release -r win10-x64 2. Git clone Neo-CLI source code from [Github](https://github.com/neo-project/neo-cli.git) or using the following command: ``` - $ git clone https://github.com/neo-project/neo-cli.git + $ git clone https://github.com/neo-node/neo-cli.git ``` 3. Run the following command to install levelDB: @@ -95,7 +95,7 @@ dotnet publish -c release -r linux-x64 1. Git clone [Neo-CLI](https://github.com/neo-project/neo-cli.git) source code from Github or use the following commands: ``` - $ git clone https://github.com/neo-project/neo-cli.git + $ git clone https://github.com/neo-node/neo-cli.git ``` 2. Download [LevelDB](https://github.com/neo-ngd/leveldb/releases) and unzip the package for later use. diff --git a/docs/zh-cn/node/cli/config.md b/docs/zh-cn/node/cli/config.md index 855d0fb869..171e7f918d 100644 --- a/docs/zh-cn/node/cli/config.md +++ b/docs/zh-cn/node/cli/config.md @@ -202,7 +202,7 @@ Neo-CLI 默认接入主网,如果要连接测试网,你需要用Neo-CLI目 ``` neo> install ImportBlocks -Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip +Downloading from https://github.com/neo-node/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip Install successful, please restart neo-cli. ``` diff --git a/docs/zh-cn/node/cli/setup.md b/docs/zh-cn/node/cli/setup.md index c915dfa78f..5e64808961 100644 --- a/docs/zh-cn/node/cli/setup.md +++ b/docs/zh-cn/node/cli/setup.md @@ -43,7 +43,7 @@ 2. 从 [Github](https://github.com/neo-project/neo-cli.git) 下载源代码或通过以下命令下载: ``` - $ git clone https://github.com/neo-project/neo-cli.git + $ git clone https://github.com/neo-node/neo-cli.git ``` 3. 下载 [LevelDB](https://github.com/neo-ngd/leveldb/releases) 并解压备用。 @@ -68,7 +68,7 @@ dotnet publish -c release -r win10-x64 2. 从 [Github](https://github.com/neo-project/neo-cli.git) 下载源代码或通过以下命令下载: ``` - $ git clone https://github.com/neo-project/neo-cli.git + $ git clone https://github.com/neo-node/neo-cli.git ``` 3. 运行以下命令,安装 levelDB: @@ -94,7 +94,7 @@ dotnet publish -c release -r linux-x64 1. 从 [Github](https://github.com/neo-project/neo-cli.git) 下载源代码或通过以下命令下载: ``` - $ git clone https://github.com/neo-project/neo-cli.git + $ git clone https://github.com/neo-node/neo-cli.git ``` 2. 下载 [LevelDB](https://github.com/neo-ngd/leveldb/releases) 并解压备用。