Skip to content

Commit

Permalink
Merge pull request #982 from onflow/nialexsan/fix-missing-links
Browse files Browse the repository at this point in the history
fix missing links
  • Loading branch information
nialexsan authored Nov 12, 2024
2 parents b36a6cc + c8ed895 commit 10ea17c
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 1 deletion.
File renamed without changes.
12 changes: 11 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
},
{
"source": "/tutorials/flow-dapp-anatomy",
"destination": "/build/getting-started/app-architecture",
"destination": "/build/app-architecture",
"permanent": true
},
{
Expand Down Expand Up @@ -1267,6 +1267,16 @@
"source": "/build/guides/flow-cli",
"destination": "/tools/flow-cli/install",
"permanent": true
},
{
"source": "/flow-cli/:path*",
"destination": "/tools/flow-cli/:path*",
"permanent": true
},
{
"source": "/evm/vm-bridge",
"destination": "/evm/cadence/vm-bridge",
"permanent": true
}
]
}

0 comments on commit 10ea17c

Please sign in to comment.