diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a80f316..fd199ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - CLI commands page - Community tools page - ### Changed - Revised core concepts explanations to reflect epoch length - Improved the troubleshooting guide with more common scenarios diff --git a/cartesi-rollups_versioned_docs/version-1.5/core-concepts/architecture.md b/cartesi-rollups_versioned_docs/version-1.5/core-concepts/architecture.md index 19918611..7366ef9f 100644 --- a/cartesi-rollups_versioned_docs/version-1.5/core-concepts/architecture.md +++ b/cartesi-rollups_versioned_docs/version-1.5/core-concepts/architecture.md @@ -31,7 +31,7 @@ A decentralized application (dApp) built on Cartesi incorporates several key ele ## Cartesi Machine -The Cartesi Machine forms the core of Cartesi's off-chain computation capabilities. It is a virtual machine based on the [RISC-V](https://riscv.org/) instruction set architecture (ISA), designed to provide a deterministic and isolated execution environment. +The [Cartesi Machine](/cartesi-machine) forms the core of Cartesi's off-chain computation capabilities. It is a virtual machine based on the [RISC-V](https://riscv.org/) instruction set architecture (ISA), designed to provide a deterministic and isolated execution environment. Key features of the Cartesi Machine include: