Skip to content

Commit

Permalink
Merge pull request #1126 from lukso-network/docs/fix-links-and-change…
Browse files Browse the repository at this point in the history
…-title

fix broken links and change the title
  • Loading branch information
CJ42 authored Aug 19, 2024
2 parents 458a429 + ae864dd commit 89c0764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/learn/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions docs/networks/advanced-guides/switch-consensus-clients.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 89c0764

Please sign in to comment.