From b264c5b0e5d920ddac06b71b2c1b9f2a6c0ce044 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 16 Sep 2019 10:43:42 +0200 Subject: [PATCH] fix links after migration to HLF Signed-off-by: Nicolas --- MKDOCS-MARKDOWN-GUIDE.md | 2 +- docs/Concepts/Privacy/Privacy-Overview.md | 5 ++++- docs/HowTo/Interact/APIs/GraphQL.md | 2 +- docs/Reference/API-Methods.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/MKDOCS-MARKDOWN-GUIDE.md b/MKDOCS-MARKDOWN-GUIDE.md index 209070b7a54..c998d70ee8d 100644 --- a/MKDOCS-MARKDOWN-GUIDE.md +++ b/MKDOCS-MARKDOWN-GUIDE.md @@ -333,7 +333,7 @@ enables displaying a list as a checklist. For writing code examples inside the documentation, refer to the developer style guides: -- Java : refer to Hyperledger Besu [coding convention](https://github.com/hyperledger/besus/blob/master/CODING-CONVENTIONS.md). +- Java : refer to Hyperledger Besu [coding convention](https://github.com/hyperledger/besu/blob/master/CODING-CONVENTIONS.md). - JSON : use https://jsonformatter.curiousconcept.com/ to format your JSON code. - TOML : we follow version 0.5.0 language definition. - JavaScript : see [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html). diff --git a/docs/Concepts/Privacy/Privacy-Overview.md b/docs/Concepts/Privacy/Privacy-Overview.md index 7e29bc9b93d..3ac6ad33bf4 100644 --- a/docs/Concepts/Privacy/Privacy-Overview.md +++ b/docs/Concepts/Privacy/Privacy-Overview.md @@ -8,7 +8,10 @@ Other participants cannot access the transaction content or list of participants !!! important For production systems requiring private transactions, we recommend using a network - with a consensus mechanism supporting transaction finality. For example, [IBFT 2.0](../../HowTo/Configure-Besu/Consensus-Protocols/IBFT.md). All private transaction participants must be online for a private transaction to be successfully distributed. If any participants are offline when the private transaction is submitted, the transaction is not attempted and must be resubmitted. + with a consensus mechanism supporting transaction finality. For example, [IBFT 2.0](../../HowTo/Configure/Consensus-Protocols/IBFT.md). + All private transaction participants must be online for a private transaction to be successfully distributed. + If any participants are offline when the private transaction is submitted, the transaction is + not attempted and must be resubmitted. ## Private Transaction Manager diff --git a/docs/HowTo/Interact/APIs/GraphQL.md b/docs/HowTo/Interact/APIs/GraphQL.md index 6b2e0cc721f..dece88da28b 100644 --- a/docs/HowTo/Interact/APIs/GraphQL.md +++ b/docs/HowTo/Interact/APIs/GraphQL.md @@ -6,7 +6,7 @@ description: How to access the Hyperledger Besu API using GraphQL GraphQL can reduce the overhead needed for common queries. For example, instead of querying each receipt in a block, GraphQL can obtain the same result with a single query for the entire block. -The GraphQL implementation for Ethereum is described in the [schema](https://github.com/hyperledger/besu/blob/master/ethereum/graphql/src/main/resources/schema.graphqls). +The GraphQL implementation for Ethereum is described in the [schema](https://github.com/hyperledger/besu/blob/master/ethereum/api/src/main/resources/schema.graphqls). The GraphQL service is enabled using the [command line options](API.md#enabling-api-access). !!! note diff --git a/docs/Reference/API-Methods.md b/docs/Reference/API-Methods.md index 8f6c5819b46..56ca02fa106 100644 --- a/docs/Reference/API-Methods.md +++ b/docs/Reference/API-Methods.md @@ -479,7 +479,7 @@ None !!! note Methods with an equivalent [GraphQL](../HowTo/Interact/APIs/GraphQL.md) query include a GraphQL request and result in the method example. - The parameter and result descriptions apply to the JSON-RPC requests. The GraphQL specification is defined in the [schema](https://github.com/hyperledger/besu/blob/master/ethereum/graphql/src/main/resources/schema.graphqls). + The parameter and result descriptions apply to the JSON-RPC requests. The GraphQL specification is defined in the [schema](https://github.com/hyperledger/besu/blob/master/ethereum/api/src/main/resources/schema.graphqls). ### eth_syncing