From 6b85dc5f2ae05f841a70f05fb0628946a348845a Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Tue, 17 Sep 2019 16:10:02 +0200 Subject: [PATCH] More broken links fixed --- docs/_doc/Connecting-to-the-network.md | 2 +- docs/_doc/Ethereum-Specification.md | 2 +- .../Japanese-Contracts-and-Transactions.md | 2 +- docs/_interface/Management-APIs.md | 28 +++++++++---------- docs/_interface/Managing-your-accounts.md | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/_doc/Connecting-to-the-network.md b/docs/_doc/Connecting-to-the-network.md index fba3ae1535..749f06e310 100644 --- a/docs/_doc/Connecting-to-the-network.md +++ b/docs/_doc/Connecting-to-the-network.md @@ -144,7 +144,7 @@ the following into `/geth/static-nodes.json`: ] ``` -You can also add static nodes at runtime via the js console using [`admin.addPeer()`](../interface/javascript-console#addpeer): +You can also add static nodes at runtime via the js console using [`admin.addPeer()`](../interface/management-apis#admin_addpeer): ```js admin.addPeer("enode://f4642fa65af50cfdea8fa7414a5def7bb7991478b768e296f5e4a54e8b995de102e0ceae2e826f293c481b5325f89be6d207b003382e18a8ecba66fbaf6416c0@33.4.2.1:30303") diff --git a/docs/_doc/Ethereum-Specification.md b/docs/_doc/Ethereum-Specification.md index 66bb0b3c9b..9bed53d2a1 100644 --- a/docs/_doc/Ethereum-Specification.md +++ b/docs/_doc/Ethereum-Specification.md @@ -14,7 +14,7 @@ Specifications of all ethereum technologies, languages, protocols, etc. ### Specs - [JavaScript API](https://github.com/ethereum/wiki/wiki/JavaScript-API#a) -- [Generic JSON RPC](https://github.com/ethereum/wiki/JSON-RPC) +- [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC) - [JSRE admin API](../interface/javascript-console#console-api) - [RLP](https://github.com/ethereum/wiki/wiki/RLP) - [ÐΞVp2p Wire Protocol](https://github.com/ethereum/wiki/wiki/%C3%90%CE%9EVp2p-Wire-Protocol) diff --git a/docs/_doc/Japanese-Contracts-and-Transactions.md b/docs/_doc/Japanese-Contracts-and-Transactions.md index 9ffa175618..53a3590e3f 100644 --- a/docs/_doc/Japanese-Contracts-and-Transactions.md +++ b/docs/_doc/Japanese-Contracts-and-Transactions.md @@ -34,7 +34,7 @@ Contracts can receive transfers just like externally controlled accounts, but th blockchain 上で有効となる contract は Ethereum 特別仕様の バイナリの形式で、EVM byte コード と呼ばれます。 しかしながら、典型的には、contract は [solidity](https://github.com/ethereum/wiki/wiki/Solidity-Tutorial) のような高級言語で記述され、blockchain 上に upload するために、この byte コードへコンパイルされます。 -flontier リリースでは、geth は Christian R. と Lefteris K が手がけた、コマンドライン [solidity コンパイラ](https://github.com/ethereum/cpp-ethereum/tree/develop/solc) である `solc` をシステムコールで呼び出すことを通して、solidity コンパイルをサポートしています。 +flontier リリースでは、geth は Christian R. と Lefteris K が手がけた、コマンドライン [solidity コンパイラ](https://solidity.readthedocs.io/en/latest/installing-solidity.html) である `solc` をシステムコールで呼び出すことを通して、solidity コンパイルをサポートしています。 以下もお試しください。 * [Solidity realtime compiler](https://chriseth.github.io/cpp-ethereum/) (by Christian R) * [Cosmo](http://meteor-dapp-cosmo.meteor.com) diff --git a/docs/_interface/Management-APIs.md b/docs/_interface/Management-APIs.md index 9bf9cdc58b..99b24c5579 100644 --- a/docs/_interface/Management-APIs.md +++ b/docs/_interface/Management-APIs.md @@ -90,22 +90,22 @@ extra management API namespaces: | [admin](#admin) | [debug](#debug) | [miner](#miner) | [personal](#personal) | [txpool](#txpool) | | :--------------------------- | :----------------------------------------------- | :---------------------------------- | :--------------------------------------- | :------------------------- | -| [addPeer](#admin_addpeer) | [backtraceAt](#debug_backtraceAt) | [setExtra](#miner_setextra) | [ecRecover](#personal_ecrecover) | [content](#txpool_content) | -| [datadir](#admin_datadir) | [blockProfile](#debug_blockProfile) | [setGasPrice](#miner_setgasprice) | [importRawKey](#personal_importrawkey) | [inspect](#txpool_inspect) | -| [nodeInfo](#admin_nodeinfo) | [cpuProfile](#debug_cpuProfile) | [start](#miner_start) | [listAccounts](#personal_listaccounts) | [status](#txpool_status) | +| [addPeer](#admin_addpeer) | [backtraceAt](#debug_backtraceat) | [setExtra](#miner_setextra) | [ecRecover](#personal_ecrecover) | [content](#txpool_content) | +| [datadir](#admin_datadir) | [blockProfile](#debug_blockprofile) | [setGasPrice](#miner_setgasprice) | [importRawKey](#personal_importrawkey) | [inspect](#txpool_inspect) | +| [nodeInfo](#admin_nodeinfo) | [cpuProfile](#debug_cpuprofile) | [start](#miner_start) | [listAccounts](#personal_listaccounts) | [status](#txpool_status) | | [peers](#admin_peers) | [dumpBlock](#debug_dumpblock) | [stop](#miner_stop) | [lockAccount](#personal_lockaccount) | | -| [setSolc](#admin_setsolc) | [gcStats](#debug_gcStats) | [getHashrate](#miner_gethashrate) | [newAccount](#personal_newaccount) | | +| [setSolc](#admin_setsolc) | [gcStats](#debug_gcstats) | [getHashrate](#miner_gethashrate) | [newAccount](#personal_newaccount) | | | [startRPC](#admin_startrpc) | [getBlockRlp](#debug_getblockrlp) | [setEtherbase](#miner_setetherbase) | [unlockAccount](#personal_unlockaccount) | | | [startWS](#admin_startws) | [goTrace](#debug_goTrace) | | [sendTransaction](#personal_sendtransaction) | | | [stopRPC](#admin_stoprpc) | [memStats](#debug_memStats) | | [sign](#personal_sign) | | | [stopWS](#admin_stopws) | [seedHash](#debug_seedhash)[sign](#personal_sign)| | | | -| | [setBlockProfileRate](#debug_setBlockProfileRate) | | | | +| | [setBlockProfileRate](#debug_setblockprofilerate) | | | | | | [setHead](#debug_sethead) | | | | | | [stacks](#debug_stacks) | | | | -| | [startCPUProfile](#debug_startCPUProfile) | | | | -| | [startGoTrace](#debug_startGoTrace) | | | | -| | [stopCPUProfile](#debug_stopCPUProfile) | | | | -| | [stopGoTrace](#debug_stopGoTrace) | | | | +| | [startCPUProfile](#debug_startcpuprofile) | | | | +| | [startGoTrace](#debug_startgotrace) | | | | +| | [stopCPUProfile](#debug_stopcpuprofile) | | | | +| | [stopGoTrace](#debug_stopgotrace) | | | | | | [traceBlock](#debug_traceblock) | | | | | | [traceBlockByNumber](#debug_blockbynumber) | | | | | | [traceBlockByHash](#debug_blockbyhash) | | | | @@ -113,8 +113,8 @@ extra management API namespaces: | | [traceTransaction](#debug_tracetransaction) | | | | | | [verbosity](#debug_verbosity) | | | | | | [vmodule](#debug_vmodule) | | | | -| | [writeBlockProfile](#debug_writeBlockProfile) | | | | -| | [writeMemProfile](#debug_writeMemProfile) | | | | +| | [writeBlockProfile](#debug_writeblockprofile) | | | | +| | [writeMemProfile](#debug_writememprofile) | | | | ## Admin @@ -627,7 +627,7 @@ References: ### debug_traceBlockByNumber -Similar to [debug_traceBlock](#debug_traceBlock), `traceBlockByNumber` accepts a block number and will replay the +Similar to [debug_traceBlock](#debug_traceblock), `traceBlockByNumber` accepts a block number and will replay the block that is already present in the database. | Client | Method invocation | @@ -641,7 +641,7 @@ References: ### debug_traceBlockByHash -Similar to [debug_traceBlock](#debug_traceBlock), `traceBlockByHash` accepts a block hash and will replay the +Similar to [debug_traceBlock](#debug_traceblock), `traceBlockByHash` accepts a block hash and will replay the block that is already present in the database. | Client | Method invocation | @@ -655,7 +655,7 @@ References: ### debug_traceBlockFromFile -Similar to [debug_traceBlock](#debug_traceBlock), `traceBlockFromFile` accepts a file containing the RLP of the block. +Similar to [debug_traceBlock](#debug_traceblock), `traceBlockFromFile` accepts a file containing the RLP of the block. | Client | Method invocation | |:-------:|----------------------------------------------------------------------------------| diff --git a/docs/_interface/Managing-your-accounts.md b/docs/_interface/Managing-your-accounts.md index ea420d3767..e4c9acc7fa 100644 --- a/docs/_interface/Managing-your-accounts.md +++ b/docs/_interface/Managing-your-accounts.md @@ -335,7 +335,7 @@ That can then be executed with: Since this function will disappear after restarting geth, it can be helpful to store commonly used functions to be recalled later. The -[loadScript](../interface/javascript-console#loadscript) +[loadScript](../interface/javascript-console) function makes this very easy. First, save the `checkAllBalances()` function definition to a file on your computer. For