From 134f2e3030d4703495827dadeb6996fa9a6cc0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Mon, 8 Jan 2024 19:11:42 +0100 Subject: [PATCH] docs: Fix broken anchors --- docs/account.md | 4 ++-- docs/network.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/account.md b/docs/account.md index e7acc667..cc6dee7d 100644 --- a/docs/account.md +++ b/docs/account.md @@ -548,11 +548,11 @@ In order for validators to become part of the validator set and/or the compute committee, they first need to register as an entity inside the network's registry. Use the `account entity register ` command to register your entity and provide a JSON file with the Entity descriptor. You can use the -[`network show`][network-show-id-entities] command to see existing entities and +[`network show`][network-show] command to see existing entities and then examine specific ones to see how entity descriptors of the currently registered entities look like. -[network-show-id-entities]: ./network.md#show-id-entities +[network-show]: ./network.md#show [oasis-core-registry]: https://github.com/oasisprotocol/oasis-core/blob/master/docs/consensus/services/registry.md#entities-and-nodes ![code shell](../examples/account/entity-register.y.in) diff --git a/docs/network.md b/docs/network.md index ca35e899..74357a0c 100644 --- a/docs/network.md +++ b/docs/network.md @@ -313,7 +313,7 @@ Shows minimum gas costs for each consensus transaction. ![code](../examples/network-show/gas-costs.out) -Above, we can see that the [maximum amount of gas](./network.md#gas-limit) our +Above, we can see that the [maximum amount of gas](./account.md#gas-limit) our transaction can spend must be set to at least 1000 **gas units**, otherwise it will be rejected by the network.