From acb25fb8801112b307bcd33c4b3b312dfc80c043 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 17 Sep 2019 19:07:25 +0300 Subject: [PATCH] cli: move README to docs, refs. #339 --- README.md | 2 +- cli/README.md => docs/cli.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cli/README.md => docs/cli.md (100%) diff --git a/README.md b/README.md index ae4a76f00..124f486bc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A complete toolkit for the NEO blockchain, including: - Consensus node (WIP) - [RPC node & client](https://github.com/nspcc-dev/neo-go/tree/master/pkg/rpc/README.md) - [RPC client](https://github.com/nspcc-dev/neo-go/blob/master/pkg/rpc/README.md) -- [CLI tool](https://github.com/nspcc-dev/neo-go/blob/master/cli/README.md) +- [CLI tool](https://github.com/nspcc-dev/neo-go/blob/master/docs/cli.md) - [Smart contract compiler](https://github.com/nspcc-dev/neo-go/blob/master/pkg/vm/compiler/README.md) - [NEO virtual machine](https://github.com/nspcc-dev/neo-go/blob/master/pkg/vm/README.md) diff --git a/cli/README.md b/docs/cli.md similarity index 100% rename from cli/README.md rename to docs/cli.md