From e140b09174fd43bfdac137f3a29b5863166ee37b Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Wed, 4 Dec 2019 16:01:29 +0100 Subject: [PATCH] Fix links references, use brackets, not parens --- docs/_rpc/server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_rpc/server.md b/docs/_rpc/server.md index 4906ab4aa..1e5c6801b 100644 --- a/docs/_rpc/server.md +++ b/docs/_rpc/server.md @@ -4,7 +4,7 @@ sort_key: A --- Geth supports all standard web3 JSON-RPC APIs. You can find documentation for -these APIs on the [Ethereum Wiki JSON-RPC page](web3-rpc). +these APIs on the [Ethereum Wiki JSON-RPC page][web3-rpc]. JSON-RPC is provided on multiple transports. Geth supports JSON-RPC over HTTP, WebSocket and Unix Domain Sockets. Transports must be enabled through @@ -44,7 +44,7 @@ protection is built into the server to prevent misuse of the API from web pages. If you want enable access to the API from a web page, you must configure the server to accept Cross-Origin requests with the `--rpccorsdomain` flag. -Example: if you want to use [Remix](remix) with geth, allow requests from the +Example: if you want to use [Remix][remix] with geth, allow requests from the remix domain. geth --rpc --rpccorsdomain https://remix.ethereum.org