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