Skip to content

Commit

Permalink
Update Getting Started link in migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kpob committed Feb 7, 2024
1 parent 10924c3 commit 9272eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/migrations/to-0.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';

Odra v0.8.0 introduces several breaking changes that require users to update their smart contracts and tests. This migration guide provides a detailed overview of the changes, along with step-by-step instructions for migrating existing code to the new version.

This guide is intended for developers who have built smart contracts using previous versions of Odra and need to update their code to be compatible with v0.8.0. It assumes a basic understanding of smart contract development and the Odra framework. If you're new to Odra, we recommend to start your journey with the [Getting Started](../getting-started/).
This guide is intended for developers who have built smart contracts using previous versions of Odra and need to update their code to be compatible with v0.8.0. It assumes a basic understanding of smart contract development and the Odra framework. If you're new to Odra, we recommend to start your journey with the [Getting Started](../category/getting-started/).

The most significant changes in v0.8.0 include:
- Odra is not a blockchain-agnostic framework anymore. It is now a Casper smart contract framework only.
Expand Down

0 comments on commit 9272eb1

Please sign in to comment.