diff --git a/docs/upgrade_to_1_5.md b/docs/upgrade_to_1_5.md index 0a7af3c1f..8bc5ec711 100644 --- a/docs/upgrade_to_1_5.md +++ b/docs/upgrade_to_1_5.md @@ -26,7 +26,7 @@ Where `BLOCK_TIME` corresponds to the duration it takes to generate a block in t > > So, `CARTESI_EPOCH_LENGTH = 86400/12 = 7200` -Check the [`CHANGELOG`](./CHANGELOG.md) and the [configuration](./docs/config.md) for more details. +Check the [`CHANGELOG`](../CHANGELOG.md) and the [Rolups Node configuration](./config.md) for more details. ## How to upgrade @@ -126,5 +126,6 @@ cast send \ ``` After the _History_ replacement is complete, one must update `CARTESI_CONTRACTS_HISTORY_ADDRESS` with the new _History_ address in the application configuration and proceed with the upgrade of the Cartesi Rollups Node as usual. +More details about the release may be found in the [CHANGELOG](../CHANGELOG.md). Once the Cartesi Rollups Node is started, it will relay all existing inputs to be processed by the application, calculate the new epochs and send the respective claims to the new _History_ as a result, all based on the updated configuration.