diff options
author | sandakersmann <sandakersmann@users.noreply.github.com> | 2016-11-21 02:40:59 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-11-21 02:40:59 +0800 |
commit | 2c802399c3ebae86af6609c5c0a13058c1017810 (patch) | |
tree | f9be4e355ac198b2321f13ed0a7bae68376f26d6 /README.md | |
parent | 0d9a8207d60136024db4009aecbc91c7aab3042e (diff) | |
download | dexon-2c802399c3ebae86af6609c5c0a13058c1017810.tar.gz dexon-2c802399c3ebae86af6609c5c0a13058c1017810.tar.zst dexon-2c802399c3ebae86af6609c5c0a13058c1017810.zip |
README: Changed http:// to https:// for swarm link (#3312)
Changed http:// to https:// on one link in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,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 insolated, 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`). | -| `bzzd` | swarm daemon. This is the entrypoint for the swarm network. `bzzd --help` for command line options. See http://swarm-guide.readthedocs.io for swarm documentation. | +| `bzzd` | swarm daemon. This is the entrypoint for the swarm network. `bzzd --help` for command line options. See https://swarm-guide.readthedocs.io for swarm documentation. | | `bzzup` | swarm command line file uploader. `bzzup --help` for command line options | | `bzzhash` | command to calculate the swarm hash of a file or directory. `bzzhash --help` for command line options | |