From eb500bf7af3833f2af54c96b70c23578e0fddf58 Mon Sep 17 00:00:00 2001 From: Roland Tyler Date: Tue, 15 Feb 2022 14:24:25 -0500 Subject: [PATCH] Update GoQuorum links to new repository Signed-off-by: Roland Tyler --- docs/HowTo/Configure/Consensus-Protocols/QBFT.md | 2 +- docs/HowTo/Configure/Consensus-Protocols/QuorumIBFT.md | 2 +- docs/HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md | 4 ++-- docs/Reference/Config-Items.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/HowTo/Configure/Consensus-Protocols/QBFT.md b/docs/HowTo/Configure/Consensus-Protocols/QBFT.md index b1e33061cc3..0f8389c660a 100644 --- a/docs/HowTo/Configure/Consensus-Protocols/QBFT.md +++ b/docs/HowTo/Configure/Consensus-Protocols/QBFT.md @@ -558,5 +558,5 @@ To swap between block header validator selection and contract validator selectio *[vanity data]: Validators can include anything they like as vanity data. *[RLP]: Recursive Length Prefix -[GoQuorum]: https://docs.goquorum.consensys.net/en/stable/ +[GoQuorum]: https://consensys.net/docs/goquorum/en/stable/ [View the example smart contract]: https://github.com/ConsenSys/validator-smart-contracts diff --git a/docs/HowTo/Configure/Consensus-Protocols/QuorumIBFT.md b/docs/HowTo/Configure/Consensus-Protocols/QuorumIBFT.md index 6df6d345805..b3f4aa248ae 100644 --- a/docs/HowTo/Configure/Consensus-Protocols/QuorumIBFT.md +++ b/docs/HowTo/Configure/Consensus-Protocols/QuorumIBFT.md @@ -9,7 +9,7 @@ Besu nodes can operate (that is, submit transactions and receive blocks) in a Qu To connect to a Quorum IBFT 1.0 network: -1. In the [Quorum IBFT 1.0 genesis file](https://docs.goquorum.consensys.net/en/stable/HowTo/Configure/Consensus-Protocols/IBFT/#genesis-file): +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): - Update the consensus protocol specified in the `config` item from `istanbul` to `ibft`. - In the `ibft` item: diff --git a/docs/HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md b/docs/HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md index bccb55932a3..3e505957e6b 100644 --- a/docs/HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md +++ b/docs/HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md @@ -25,6 +25,6 @@ The following documentation explains [the transaction lifecycle] in GoQuorum-com [Besu channel on Hyperledger Discord](https://discord.gg/hyperledger) or by [email](mailto:besu@lists.hyperledger.org). -[GoQuorum clients]: https://docs.goquorum.consensys.net/ +[GoQuorum clients]: https://consensys.net/docs/goquorum/en/stable/ [QBFT]: ../Configure/Consensus-Protocols/QBFT.md -[the transaction lifecycle]: https://docs.goquorum.consensys.net/Concepts/Privacy/PrivateTransactionLifecycle/ +[the transaction lifecycle]: https://consensys.net/docs/goquorum/en/stable/concepts/privacy/private-transaction-lifecycle/ diff --git a/docs/Reference/Config-Items.md b/docs/Reference/Config-Items.md index 0ca7b51328a..3bc9624ee7e 100644 --- a/docs/Reference/Config-Items.md +++ b/docs/Reference/Config-Items.md @@ -143,5 +143,5 @@ Anything listed in the configuration file also takes precedence. ``` -[GoQuorum clients]: https://docs.goquorum.consensys.net/ +[GoQuorum clients]: https://consensys.net/docs/goquorum/en/stable/ [interoperable private transactions]: ../HowTo/Use-Privacy/Use-GoQuorum-compatible-privacy.md