Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Karkunow committed Feb 9, 2024
1 parent 9f5c307 commit 112b95c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/aurora-cloud/chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 1
# Aurora Chains

Aurora Chains are dedicated EVM-compatible blockchains built on top of the NEAR Protocol. They are your own instance of Aurora – every Aurora Chain is based upon the Aurora smart contract,
also called [Aurora Engine](/getting-started/aurora-engine). It provides you with a customized and dedicated blockchain environment.
also called [Aurora Engine](/dev-reference/aurora-engine). It provides you with a customized and dedicated blockchain environment.

Benefits include:

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/dev-reference/opcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ big endian encoding.
The leading zero byte in the concatenation is a version byte which may change if a new blockhash
scheme is introduced in the future.
The `chain_id` depends on the network the Aurora Engine contract is deployed to (
see [networks table](../getting-started/network-endpoints)).
see [networks table](/dev-reference/network-endpoints)).
The `account_id` is the name of the NEAR account where the contract is deployed (see the Engine ID
column in the [networks table](../getting-started/network-endpoints)).
column in the [networks table](/dev-reference/network-endpoints)).

### `COINBASE` {#coinbase}

Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ const sidebars = {
collapsed: false,
items: [
'dev-reference/network-endpoints',
'dev-reference/aurora-engine',
'dev-reference/json-rpc',
'dev-reference/precompiles',
'dev-reference/opcodes',
Expand Down

0 comments on commit 112b95c

Please sign in to comment.