diff --git a/docs/pages/console/overview.mdx b/docs/pages/console/overview.mdx index e7dc031..3189cf9 100644 --- a/docs/pages/console/overview.mdx +++ b/docs/pages/console/overview.mdx @@ -5,7 +5,7 @@ import { Callout } from 'vocs/components' The Developer Console documentation is split into three sections, categorised based on the type of user you are: - **[Basics](/console/basics/interface-overview)**: If you simply wish to use the console, this section explains each feature and how to interact with the console UI. -- **[Adding Resources](console/resources/adding-a-chain)**: If you wish to add resources, such as a new chain to the directory, this section outlines instructions on how to do so. +- **[Adding Resources](/console/resources/adding-a-chain)**: If you wish to add resources, such as a new chain to the directory, this section outlines instructions on how to do so. - **[Core Development](/console/development/installation)**: If you are interested in maintaining or growing the console with your own contributions, this section aims to detail the core concepts and structure of the console's codebase. ## About Polkadot Developer Console