Skip to content

Commit fafc4df

Browse files
authored
Update GoQuorum links to new repository (#952)
Signed-off-by: Roland Tyler <[email protected]>
1 parent 35cafcc commit fafc4df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/HowTo/Configure/Consensus-Protocols/QBFT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,5 +558,5 @@ To swap between block header validator selection and contract validator selectio
558558
*[vanity data]: Validators can include anything they like as vanity data.
559559
*[RLP]: Recursive Length Prefix
560560

561-
[GoQuorum]: https://docs.goquorum.consensys.net/en/stable/
561+
[GoQuorum]: https://consensys.net/docs/goquorum/en/stable/
562562
[View the example smart contract]: https://github.com/ConsenSys/validator-smart-contracts

docs/HowTo/Configure/Consensus-Protocols/QuorumIBFT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Besu nodes can operate (that is, submit transactions and receive blocks) in a Qu
99

1010
To connect to a Quorum IBFT 1.0 network:
1111

12-
1. In the [Quorum IBFT 1.0 genesis file](https://docs.goquorum.consensys.net/en/stable/HowTo/Configure/Consensus-Protocols/IBFT/#genesis-file):
12+
1. In the [Quorum IBFT 1.0 genesis file](https://consensys.net/docs/goquorum/en/stable/configure-and-manage/configure/consensus-protocols/ibft/#genesis-file):
1313

1414
- Update the consensus protocol specified in the `config` item from `istanbul` to `ibft`.
1515
- In the `ibft` item:

docs/HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ The following documentation explains [the transaction lifecycle] in GoQuorum-com
2525
[Besu channel on Hyperledger Discord](https://discord.gg/hyperledger) or by [email](mailto:[email protected]).
2626

2727
<!--links-->
28-
[GoQuorum clients]: https://docs.goquorum.consensys.net/
28+
[GoQuorum clients]: https://consensys.net/docs/goquorum/en/stable/
2929
[QBFT]: ../Configure/Consensus-Protocols/QBFT.md
30-
[the transaction lifecycle]: https://docs.goquorum.consensys.net/Concepts/Privacy/PrivateTransactionLifecycle/
30+
[the transaction lifecycle]: https://consensys.net/docs/goquorum/en/stable/concepts/privacy/private-transaction-lifecycle/

docs/Reference/Config-Items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ Anything listed in the configuration file also takes precedence.
143143
```
144144

145145
<!--links-->
146-
[GoQuorum clients]: https://docs.goquorum.consensys.net/
146+
[GoQuorum clients]: https://consensys.net/docs/goquorum/en/stable/
147147
[interoperable private transactions]: ../HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md

0 commit comments

Comments
 (0)