Skip to content

Commit

Permalink
docs: Fix broken anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Jan 8, 2024
1 parent def2114 commit aaf8bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <entity.json>` 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)
Expand Down
2 changes: 1 addition & 1 deletion docs/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit aaf8bbd

Please sign in to comment.