Skip to content

Commit ce5921e

Browse files
authored
Fix broken nightly links. (#1896)
Signed-off-by: bgravenorst <[email protected]>
1 parent 0ca1f6e commit ce5921e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/private-networks/tutorials/contracts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This example code creates the transaction `tx`, signs it with the private key of
133133

134134
## Use `eth_sendTransaction`
135135

136-
You can use [`eth_sendTransaction`](https://ethereum.github.io/execution-apis/docs/reference/eth_sendtransaction) as an alternative to `eth_sendSignedTransaction`. However, Besu does not support the `eth_sendTransaction` API call and keeps account management separate for stronger security. Configure [Web3Signer](https://docs.web3signer.consensys.net/) with your Besu node to make the `eth_sendTransaction` API call.
136+
You can use [`eth_sendTransaction`](https://ethereum.org/developers/docs/apis/json-rpc/#eth_sendtransaction) as an alternative to `eth_sendSignedTransaction`. However, Besu does not support the `eth_sendTransaction` API call and keeps account management separate for stronger security. Configure [Web3Signer](https://docs.web3signer.consensys.net/) with your Besu node to make the `eth_sendTransaction` API call.
137137

138138
Pass the following parameters to the [`eth_sendTransaction`](https://docs.web3signer.consensys.net/reference/api/json-rpc#eth_sendtransaction) call to Web3Signer. Web3Signer converts the request to an [`eth_sendRawTransaction`](../../../public-networks/reference/api/index.md#eth_sendrawtransaction) call that Besu uses:
139139

docs/private-networks/tutorials/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ Once complete, start the network up with `./run.sh`. When using the smart contra
617617
<!-- Links -->
618618
619619
[bootnodes]: ../how-to/configure/bootnodes.md
620-
[permissions file]: ../how-to/use-local-permissioning
620+
[permissions file]: ../how-to/use-local-permissioning.md
621621
[static nodes]: ../../public-networks/how-to/connect/static-nodes.md
622622
[allow list]: ../how-to/use-local-permissioning.md#node-allowlisting
623623
[Import one of the existing accounts above into MetaMask]: https://metamask.zendesk.com/hc/en-us/articles/360015489331-Importing-an-Account-New-UI-

0 commit comments

Comments
 (0)