diff --git a/docs/learn/getting-started.mdx b/docs/learn/getting-started.mdx index 3be380b3d..e05c00931 100644 --- a/docs/learn/getting-started.mdx +++ b/docs/learn/getting-started.mdx @@ -58,11 +58,11 @@ export const CardData = [ }, { linkText: 'Create a token', - linkPath: '../learn/digital-assets/create-lsp7-token', + linkPath: '../learn/digital-assets/token/create-lsp7-token', }, { linkText: 'Migrate ERC20 a token to LSP7', - linkPath: '../learn/digital-assets/migrate-erc20-to-lsp7', + linkPath: '../learn/migrate/migrate-erc20-to-lsp7', }, ], }, diff --git a/docs/networks/advanced-guides/switch-consensus-clients.md b/docs/networks/advanced-guides/switch-consensus-clients.md index ae02f5788..eecde09cd 100644 --- a/docs/networks/advanced-guides/switch-consensus-clients.md +++ b/docs/networks/advanced-guides/switch-consensus-clients.md @@ -1,10 +1,10 @@ --- -sidebar_label: 'Switch Consensus Clients' +sidebar_label: 'Switch Between Clients' sidebar_position: 3 description: 'Learn how to switch consensus clients on LUKSO to help improve client diversity: switch from Prysm to Lighthouse or Teku.' --- -# Switching Consensus Clients +# Switch Between Clients Having a variety of clients in a blockchain network and improving our client diversity is critically important.