From 9c6bd6e96cdcebb83566043a0c08903ca5efc2f7 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Tue, 22 Jan 2019 14:50:10 +0100 Subject: [PATCH] Fix broken links on deployed site --- _data/sidebar.yml | 2 +- docs/Accounts---key-storage-specification.md | 4 +- docs/Ethereum-Specification.md | 2 +- docs/Japanese-Contracts-and-Transactions.md | 2 +- docs/JavaScript-Console.md | 2 +- docs/Management-APIs.md | 2 +- docs/Mining.md | 2 +- docs/geth.md | 2 +- docs/other-documents.md | 44 ++++++++++---------- install.md | 2 +- 10 files changed, 32 insertions(+), 32 deletions(-) diff --git a/_data/sidebar.yml b/_data/sidebar.yml index 96a1569c76..9e2b31cdbc 100644 --- a/_data/sidebar.yml +++ b/_data/sidebar.yml @@ -10,7 +10,7 @@ Interface Documentation: - Command Line Options: /docs/Command-Line-Options - JavaScript Console: /docs/JavaScript-Console - Management API: /docs/Management-APIs - - JSON-RPC server: https://github.com/ethereum/wiki/wiki/JSON-RPC + - JSON-RPC server: https://github.com/ethereum/wiki/JSON-RPC Issues and support: - FAQ: /docs/FAQ - Reporting issues: /docs/geth#reporting diff --git a/docs/Accounts---key-storage-specification.md b/docs/Accounts---key-storage-specification.md index 15ddd892da..ff1e4d86a7 100644 --- a/docs/Accounts---key-storage-specification.md +++ b/docs/Accounts---key-storage-specification.md @@ -65,8 +65,8 @@ The Mist UI must support: The RPC API must support: -1. The list of accounts is exposed through the eth_accounts API: https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_accounts -2. Using any of the available accounts as from/sender with the eth_transact API: https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_transact (NOTE: the current API definition on that wiki page does not include a from/sender field!) +1. The list of accounts is exposed through the eth_accounts API: https://github.com/ethereum/wiki/JSON-RPC#eth_accounts +2. Using any of the available accounts as from/sender with the eth_transact API: https://github.com/ethereum/wiki/JSON-RPC#eth_transact (NOTE: the current API definition on that wiki page does not include a from/sender field!) ## Wallet DAPP diff --git a/docs/Ethereum-Specification.md b/docs/Ethereum-Specification.md index c0c5047453..6c6b6d03d7 100644 --- a/docs/Ethereum-Specification.md +++ b/docs/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/wiki/JSON-RPC) +- [Generic JSON RPC](https://github.com/ethereum/wiki/JSON-RPC) - [JSRE admin API](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/Japanese-Contracts-and-Transactions.md b/docs/Japanese-Contracts-and-Transactions.md index 13729cd12c..2dd29dea54 100644 --- a/docs/Japanese-Contracts-and-Transactions.md +++ b/docs/Japanese-Contracts-and-Transactions.md @@ -118,7 +118,7 @@ You are ready to compile solidity code in the `geth` JS console using [`eth.comp } ``` -The compiler is also available via [RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC) and therefore via [web3.js](https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethcompilesolidity) to any in-browser Ðapp connecting to `geth` via RPC. +The compiler is also available via [RPC](https://github.com/ethereum/wiki/JSON-RPC) and therefore via [web3.js](https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethcompilesolidity) to any in-browser Ðapp connecting to `geth` via RPC. The following example shows how you interface `geth` via JSON-RPC to use the compiler. diff --git a/docs/JavaScript-Console.md b/docs/JavaScript-Console.md index 9e2c7107ba..15bcccc934 100644 --- a/docs/JavaScript-Console.md +++ b/docs/JavaScript-Console.md @@ -72,6 +72,6 @@ In addition to the full functionality of JS (as per ECMA5), the ethereum JSRE is # Management APIs -Beside the official [DApp API](https://github.com/ethereum/wiki/wiki/JSON-RPC) interface the go ethereum node has support for additional management API's. These API's are offered using [JSON-RPC](http://www.jsonrpc.org/specification) and follow the same conventions as used in the DApp API. The go ethereum package comes with a console client which has support for all additional API's. +Beside the official [DApp API](https://github.com/ethereum/wiki/JSON-RPC) interface the go ethereum node has support for additional management API's. These API's are offered using [JSON-RPC](http://www.jsonrpc.org/specification) and follow the same conventions as used in the DApp API. The go ethereum package comes with a console client which has support for all additional API's. [The management API has its own wiki page](Management-APIs). diff --git a/docs/Management-APIs.md b/docs/Management-APIs.md index af79833544..6d66d78976 100644 --- a/docs/Management-APIs.md +++ b/docs/Management-APIs.md @@ -1,7 +1,7 @@ --- title: Management APIs --- -Beside the official [DApp APIs](https://github.com/ethereum/wiki/wiki/JSON-RPC) interface go-ethereum +Beside the official [DApp APIs](https://github.com/ethereum/wiki/JSON-RPC) interface go-ethereum has support for additional management APIs. Similar to the DApp APIs, these are also provided using [JSON-RPC](http://www.jsonrpc.org/specification) and follow exactly the same conventions. Geth comes with a console client which has support for all additional APIs described here. diff --git a/docs/Mining.md b/docs/Mining.md index c79d6c03af..285e4241ac 100644 --- a/docs/Mining.md +++ b/docs/Mining.md @@ -187,7 +187,7 @@ You check your cooling status: ## Mining Software -The official Frontier release of `geth` only supports a CPU miner natively. We are working on a [GPU miner](https://github.com/ethereum/go-ethereum/tree/gpuminer), but it may not be available for the Frontier release. Geth however can be used in conjunction with `ethminer`, using the standalone miner as workers and `geth` as scheduler communicating via [JSON-RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC). +The official Frontier release of `geth` only supports a CPU miner natively. We are working on a [GPU miner](https://github.com/ethereum/go-ethereum/tree/gpuminer), but it may not be available for the Frontier release. Geth however can be used in conjunction with `ethminer`, using the standalone miner as workers and `geth` as scheduler communicating via [JSON-RPC](https://github.com/ethereum/wiki/JSON-RPC). The [C++ implementation of Ethereum](https://github.com/ethereum/cpp-ethereum/) (not officially released) however has a GPU miner. It can be used from `eth`, `AlethZero` (GUI) and `ethMiner` (the standalone miner). diff --git a/docs/geth.md b/docs/geth.md index 7801f10816..50c2c7742e 100644 --- a/docs/geth.md +++ b/docs/geth.md @@ -25,7 +25,7 @@ Developers and community enthusiast are advised to read the [Developers' Guide]( ## Interfaces * Javascript Console: `geth` can be launched with an interactive console, that provides a javascript runtime environment exposing a javascript API to interact with your node. [Javascript Console API](JavaScript-Console) includes the `web3` javascript Ðapp API as well as an additional admin API. -* JSON-RPC server: `geth` can be launched with a json-rpc server that exposes the [JSON-RPC API](https://github.com/ethereum/wiki/wiki/JSON-RPC) +* JSON-RPC server: `geth` can be launched with a json-rpc server that exposes the [JSON-RPC API](https://github.com/ethereum/wiki/JSON-RPC) * [Command line options](Command-Line-Options) documents command line parameters as well as subcommands. ## Basic Use Case Documentation diff --git a/docs/other-documents.md b/docs/other-documents.md index d47b6f62fc..3f4b5815aa 100644 --- a/docs/other-documents.md +++ b/docs/other-documents.md @@ -1,25 +1,25 @@ --- title: Other documents --- -- [Accounts key-storage specification](/docs/Accounts---key-storage-specification) -- [Connecting to the network](/docs/Connecting-to-the-network) -- [Creating your own Ethereum apps using Eth go](/docs/Creating-your-own-Ethereum-apps-using-Eth-go) -- [Disclaimer](/docs/Disclaimer) -- [Ethereum Specification](/docs/Ethereum-Specification) -- [Ethereum on Android](/docs/Ethereum-on-Android) -- [GAs Price Oracle](/docs/Gas-Price-Oracle) -- [Go ethereum management API's](/docs/Go-ethereum-management-APIs) -- [Installing Geth](/docs/Installing-Geth) -- [(Japanese) Contracts and Transactions](/docs/Japanese-Contracts-and-Transactions) -- [Mobile/Account management](/docs/Mobile/Account-management) -- [Mobile/Introduction](/docs/Mobile/Introduction) -- [Mobile Clients/Libraries and Inproc Ethereum Nodes](/docs/Mobile-Clients/Libraries-and-Inproc-Ethereum-Nodes) -- [Native/Account management](/docs/Native/Account-management) -- [Native/Introduction](/docs/Native/Introduction) -- [Native DApps/Go bindings to Ethereum contracts](/docs/Native-DApps/Go-bindings-to-Ethereum-contracts) -- [Provisional JS API](/docs/Provisional-JS-API) -- [RPC PUB-SUB](/docs/RPC-PUB-SUB) -- [Sending ethere](/docs/Sending-ether) -- [Setting up Ethereum (Native)](/docs/Setting-up-Ethereum-Native) -- [Tracing/Introduction](/docs/Tracing/Introduction) -- [URL Scheme](/docs/URL-Scheme) +- [Accounts key-storage specification](Accounts---key-storage-specification) +- [Connecting to the network](Connecting-to-the-network) +- [Creating your own Ethereum apps using Eth go](Creating-your-own-Ethereum-apps-using-Eth-go) +- [Disclaimer](Disclaimer) +- [Ethereum Specification](Ethereum-Specification) +- [Ethereum on Android](Ethereum-on-Android) +- [GAs Price Oracle](Gas-Price-Oracle) +- [Go ethereum management API's](Go-ethereum-management-APIs) +- [Installing Geth](Installing-Geth) +- [(Japanese) Contracts and Transactions](Japanese-Contracts-and-Transactions) +- [Mobile/Account management](Mobile/Account-management) +- [Mobile/Introduction](Mobile/Introduction) +- [Mobile Clients/Libraries and Inproc Ethereum Nodes](Mobile-Clients/Libraries-and-Inproc-Ethereum-Nodes) +- [Native/Account management](Native/Account-management) +- [Native/Introduction](Native/Introduction) +- [Native DApps/Go bindings to Ethereum contracts](Native-DApps/Go-bindings-to-Ethereum-contracts) +- [Provisional JS API](Provisional-JS-API) +- [RPC PUB-SUB](RPC-PUB-SUB) +- [Sending ethere](Sending-ether) +- [Setting up Ethereum (Native)](Setting-up-Ethereum-Native) +- [Tracing/Introduction](Tracing/Introduction) +- [URL Scheme](URL-Scheme) diff --git a/install.md b/install.md index 11f4fe0cee..91c5a21e05 100644 --- a/install.md +++ b/install.md @@ -1 +1 @@ -See [Installing Geth](/docs/Installing-Geth). \ No newline at end of file +See [Installing Geth](docs/Installing-Geth). \ No newline at end of file