mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Fix broken links
This commit is contained in:
parent
da16d257e9
commit
9df6fb00a5
7 changed files with 10 additions and 11 deletions
|
|
@ -29,4 +29,4 @@ Swarm and friends:
|
|||
- POC series: /docs/swarm---POC-series
|
||||
- dev progress: /docs/swarm-dev-progress
|
||||
- roadmap: /docs/swarm-roadmap
|
||||
- IPFS & SWARM: /docs/IPFS-&-SWARM
|
||||
- IPFS & SWARM: /docs/IPFS--SWARM
|
||||
|
|
@ -106,7 +106,7 @@ If you have the SolC Solidity Compiler installed, you need now reformat by remo
|
|||
|
||||
#### Linking your compiler in Geth
|
||||
|
||||
Now [go back to the console](Geth) and type this command to install solC, replacing _path/to/solc_ to the path that you got on the last command you did:
|
||||
Now [go back to the console](/docs/geth) and type this command to install solC, replacing _path/to/solc_ to the path that you got on the last command you did:
|
||||
|
||||
admin.setSolc("path/to/solc")
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
see here https://github.com/ethersphere/go-ethereum/wiki/IPFS-&-SWARM
|
||||
see here https://github.com/ethersphere/go-ethereum/wiki/IPFS--SWARM
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ or import). Without it you are not able to unlock your account.
|
|||
Note that exporting your key in unencrypted format is NOT supported.
|
||||
|
||||
Keys are stored under `<DATADIR>/keystore`. Make sure you backup your keys regularly! See
|
||||
[DATADIR backup & restore](Backup-&-restore)
|
||||
[DATADIR backup & restore](Backup--restore)
|
||||
for more information. If a custom datadir and keystore option are given the keystore
|
||||
option takes preference over the datadir option.
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ Supported Platforms are Linux, Mac Os and Windows.
|
|||
We support two types of installation: binary or scripted install for users.
|
||||
See [Install instructions](Building-Ethereum) for binary and scripted installs.
|
||||
|
||||
Developers and community enthusiast are advised to read the [Developers' Guide](Developers%27-Guide), which contains detailed instructions for manual build from source (on any platform) as well as detailed tips on testing, monitoring, contributing, debugging and submitting pull requests on github.
|
||||
Developers and community enthusiast are advised to read the [Developers' Guide](Developers-Guide), which contains detailed instructions for manual build from source (on any platform) as well as detailed tips on testing, monitoring, contributing, debugging and submitting pull requests on github.
|
||||
|
||||
## Interfaces
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ Developers and community enthusiast are advised to read the [Developers' Guide](
|
|||
## Basic Use Case Documentation
|
||||
|
||||
* [Managing accounts](Managing-your-accounts)
|
||||
* [Mining](mining)
|
||||
* [Mining](Mining)
|
||||
|
||||
**Note** buying and selling ether through exchanges is not discussed here.
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ Main entry points:
|
|||
* [Command Line Options](/docs/Command-Line-Options)
|
||||
* [JavaScript Console](/docs/JavaScript-Console)
|
||||
* [Private Network](/docs/Private-network)
|
||||
* [Developers' Guide](/docs/Developers'-Guide)
|
||||
* [Developers' Guide](/docs/Developers-Guide)
|
||||
* [Whisper v6](/docs/Whisper)
|
||||
|
||||
Sidebar lists all pages.
|
||||
|
|
|
|||
|
|
@ -1,14 +1,13 @@
|
|||
- [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)
|
||||
- [Developer guide](/docs/Developer-Guide)
|
||||
- [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-API's)
|
||||
- [Go ethereum management API's](/docs/Go-ethereum-management-APIs)
|
||||
- [Installing Geth](/docs/Installing-Geth)
|
||||
- [(Japanese) Contracts and Transactions](/docs/(Japanese)-Contracts-and-Transactions)
|
||||
- [(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)
|
||||
|
|
@ -18,6 +17,6 @@
|
|||
- [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))
|
||||
- [Setting up Ethereum (Native)](/docs/Setting-up-Ethereum-Native)
|
||||
- [Tracing/Introduction](/docs/Tracing/Introduction)
|
||||
- [URL Scheme](/docs/URL-Scheme)
|
||||
|
|
|
|||
Loading…
Reference in a new issue