Skip to content

Commit

Permalink
Update ordererplan.md
Browse files Browse the repository at this point in the history
Modify link "create-channel_participation.html" to "create_channel_participation.html"

Signed-off-by: Corey Lin <[email protected]>
  • Loading branch information
CoreyLin authored and denyeart committed Jun 11, 2021
1 parent 6eccd4b commit a07a105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deployorderer/ordererplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In a Hyperledger Fabric network, a node or collection of nodes together form wha

Whereas Fabric networks that will only be used for testing and development purposes (such as our [test network](../test_network.html)) often feature an ordering service made up of only one node (these nodes are typically referred to as "orderers" or "ordering nodes"), production networks require a more robust deployment of at least three nodes. For this reason, our deployment guide will feature instructions on how to create a three-node ordering service. For more guidance on the number of nodes you should deploy, check out [Cluster considerations](#cluster-considerations).

This tutorial assumes that a system channel genesis block will not be used when bootstrapping the orderer. Instead, these nodes (or a subset of them), will be joined to a channel using the process to [Create a channel](../create_channel/create-channel_participation.html). For information on how to create an orderer that will be bootstrapped with a system channel genesis block, check out [Deploy the ordering service](https://hyperledger-fabric.readthedocs.io/en/release-2.2/deployorderer/ordererdeploy.html) from the Fabric v2.2 documentation.
This tutorial assumes that a system channel genesis block will not be used when bootstrapping the orderer. Instead, these nodes (or a subset of them), will be joined to a channel using the process to [Create a channel](../create_channel/create_channel_participation.html). For information on how to create an orderer that will be bootstrapped with a system channel genesis block, check out [Deploy the ordering service](https://hyperledger-fabric.readthedocs.io/en/release-2.2/deployorderer/ordererdeploy.html) from the Fabric v2.2 documentation.

## Generate ordering node identities and Membership Service Providers (MSPs)

Expand Down

0 comments on commit a07a105

Please sign in to comment.