From f99225188f536abb08ef5254f7b9d689d30da28f Mon Sep 17 00:00:00 2001 From: Jason Yellick Date: Mon, 24 Jul 2017 22:42:06 -0400 Subject: [PATCH] [FAB-5416] Remove bad common.Configuration doc The configtxlator doc references the common.Configuration type which does not exist. Instead, it intends to refer to common.Config. This CR fixes this in both the rst and the md. Change-Id: I10bf0b6013e81411006c53b548afd7060021bac0 Signed-off-by: Jason Yellick --- docs/source/configtxlator.rst | 2 +- examples/configtxupdate/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configtxlator.rst b/docs/source/configtxlator.rst index a23c9b0d544..b8e3d5acd0e 100644 --- a/docs/source/configtxlator.rst +++ b/docs/source/configtxlator.rst @@ -95,7 +95,7 @@ the command: Any of the configuration related protos, including ``common.Block``, ``common.Envelope``, ``common.ConfigEnvelope``, ``common.ConfigUpdateEnvelope``, -``common.Configuration``, and ``common.ConfigUpdate`` are valid targets for +``common.Config``, and ``common.ConfigUpdate`` are valid targets for these URLs. In the future, other proto decoding types may be added, such as for endorser transactions. diff --git a/examples/configtxupdate/README.md b/examples/configtxupdate/README.md index 106663d1596..acaba6cab6a 100644 --- a/examples/configtxupdate/README.md +++ b/examples/configtxupdate/README.md @@ -45,7 +45,7 @@ For instance, re-encode the block saved as `configuration_block.json`, run the c curl -X POST --data-binary @configuration_block.json http://127.0.0.1:7059/protolator/encode/common.Block ``` -Any of the configuration related protos, including `common.Block`, `common.Envelope`, `common.ConfigEnvelope`, `common.ConfigUpdateEnvelope`, `common.Configuration`, and `common.ConfigUpdate` are valid targets for these URLs. In the future, other proto decoding types may be added, such as for endorser transactions. +Any of the configuration related protos, including `common.Block`, `common.Envelope`, `common.ConfigEnvelope`, `common.ConfigUpdateEnvelope`, `common.Config`, and `common.ConfigUpdate` are valid targets for these URLs. In the future, other proto decoding types may be added, such as for endorser transactions. ## Config update computation