aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnton Evangelatov <anton.evangelatov@gmail.com>2018-07-24 22:55:07 +0800
committerAnton Evangelatov <anton.evangelatov@gmail.com>2018-07-24 22:55:07 +0800
commit58243b4d3ea549a916900bc48ec3615241d97e5b (patch)
treef50500ecb8c271bb1a9db3c6c313bd28fa31612d /README.md
parent4ea2d707f9b5ac39743c6f6e0407a499a1b17853 (diff)
downloadgo-tangerine-58243b4d3ea549a916900bc48ec3615241d97e5b.tar
go-tangerine-58243b4d3ea549a916900bc48ec3615241d97e5b.tar.gz
go-tangerine-58243b4d3ea549a916900bc48ec3615241d97e5b.tar.bz2
go-tangerine-58243b4d3ea549a916900bc48ec3615241d97e5b.tar.lz
go-tangerine-58243b4d3ea549a916900bc48ec3615241d97e5b.tar.xz
go-tangerine-58243b4d3ea549a916900bc48ec3615241d97e5b.tar.zst
go-tangerine-58243b4d3ea549a916900bc48ec3615241d97e5b.zip
README: point Swarm brief to the Swarm README, instead of directly to docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b2e992a4e..2fabcdd79 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ The go-ethereum project comes with several wrappers/executables found in the `cm
| `evm` | Developer utility version of the EVM (Ethereum Virtual Machine) that is capable of running bytecode snippets within a configurable environment and execution mode. Its purpose is to allow isolated, fine-grained debugging of EVM opcodes (e.g. `evm --code 60ff60ff --debug`). |
| `gethrpctest` | Developer utility tool to support our [ethereum/rpc-test](https://github.com/ethereum/rpc-tests) test suite which validates baseline conformity to the [Ethereum JSON RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC) specs. Please see the [test suite's readme](https://github.com/ethereum/rpc-tests/blob/master/README.md) for details. |
| `rlpdump` | Developer utility tool to convert binary RLP ([Recursive Length Prefix](https://github.com/ethereum/wiki/wiki/RLP)) dumps (data encoding used by the Ethereum protocol both network as well as consensus wise) to user friendlier hierarchical representation (e.g. `rlpdump --hex CE0183FFFFFFC4C304050583616263`). |
-| `swarm` | swarm daemon and tools. This is the entrypoint for the swarm network. `swarm --help` for command line options and subcommands. See https://swarm-guide.readthedocs.io for swarm documentation. |
+| `swarm` | Swarm daemon and tools. This is the entrypoint for the Swarm network. `swarm --help` for command line options and subcommands. See [Swarm README](https://github.com/ethereum/go-ethereum/tree/master/swarm) for more information. |
| `puppeth` | a CLI wizard that aids in creating a new Ethereum network. |
## Running geth