Skip to content

Commit

Permalink
Merge pull request #1150 from lukso-network/docs/brokenlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Sep 30, 2024
2 parents 0fbf58f + 11518cd commit 61050e9
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,38 @@ export default {
from: '/learn/what-is-lukso',
to: '/learn/getting-started',
},

{
from: '/standards/universal-profile/lsp0-erc725account',
to: '/standards/accounts/lsp0-erc725account',
},
{
from: '/standards/universal-profile/lsp6-key-manager',
to: '/standards/access-control/lsp6-key-manager',
},
{
from: '/standards/generic-standards/lsp1-universal-receiver',
to: '/standards/accounts/lsp1-universal-receiver',
},
{
from: '/standards/universal-profile/introduction',
to: '/standards/accounts/introduction',
},
{
from: '/standards/generic-standards/lsp1-universal-receiver-delegate',
to: '/standards/accounts/lsp1-universal-receiver-delegate',
},
{
from: '/standards/nft-2.0/LSP8-Identifiable-Digital-Asset',
to: '/standards/tokens/LSP8-Identifiable-Digital-Asset',
},
{
from: '/standards/nft-2.0/LSP7-Digital-Asset',
to: '/standards/tokens/LSP7-Digital-Asset',
},
{
from: '/standards/lsp-background/erc725',
to: '/standards/erc725',
},
// Learn/Smart Contract Developer
{
from: '/learn/smart-contract-developers/getting-started',
Expand Down Expand Up @@ -380,10 +411,6 @@ export default {
from: '/standards/factories/lsp16-universal-factory',
to: '/standards/factories/lsp16-universal-factory',
},
{
from: '/standards/factories/lsp16-universal-factory',
to: '/standards/factories/lsp23-linked-contracts-factory',
},
],
},
],
Expand Down

0 comments on commit 61050e9

Please sign in to comment.