Skip to content

Commit

Permalink
Merge branch 'main' into howjmay-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Sep 23, 2023
2 parents 61edc90 + 4c5df5a commit 91f06e7
Show file tree
Hide file tree
Showing 1,718 changed files with 4,117 additions and 2,312 deletions.
36 changes: 24 additions & 12 deletions articleRedirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,35 +414,35 @@ exports.articleRedirects = [
},
{
from: '/shimmer/learn/smart-contracts/smart-contracts-chains',
to: '/learn/smart-contracts/core_concepts/isc-architecture',
to: '/learn/smart-contracts/isc-architecture',
},
{
from: '/shimmer/learn/smart-contracts/smart-contracts-community-tutorials',
to: '/smart-contracts/overview',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/learn/smart-contracts/smart-contracts-consensus',
to: '/learn/smart-contracts/core_concepts/smart-contracts',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/learn/smart-contracts/smart-contracts-dapps',
to: '/smart-contracts/overview',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/learn/smart-contracts/smart-contracts-introduction',
to: '/smart-contracts/overview',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/learn/smart-contracts/smart-contracts-tangle',
to: '/smart-contracts/overview',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/learn/smart-contracts/smart-contracts-validators',
to: '/smart-contracts/overview',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/learn/smart-contracts/smart-contracts-VM-and-languages',
to: '/smart-contracts/overview',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/learn/tangle',
Expand All @@ -460,25 +460,37 @@ exports.articleRedirects = [
from: '/shimmer/search',
to: '/search',
},
{
from: '/smart-contracts',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/smart-contracts',
to: '/learn/smart-contracts/introduction',
},
{
from: '/next/smart-contracts',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/smart-contracts/configuration',
to: '/wasp/configuration',
},
{
from: '/shimmer/smart-contracts/contribute',
to: '/smart-contracts/contribute',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/smart-contracts/guide/example_projects/fair_roulette',
to: '/smart-contracts/guide/wasm_vm/example_projects/fair_roulette',
to: '/wasp-wasm/tutorials/fair_roulette',
},
{
from: '/shimmer/smart-contracts/metrics',
to: '/wasp/metrics',
},
{
from: '/shimmer/smart-contracts/overview',
to: '/smart-contracts/overview',
from: '/shimmer/learn/smart-contracts/introduction',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/use/wallets/firefly/faq-and-troubleshooting',
Expand Down
Loading

0 comments on commit 91f06e7

Please sign in to comment.