Skip to content

Commit

Permalink
fix: sdk redirects (#198)
Browse files Browse the repository at this point in the history
Fix redirects that were misspelled and broken.
  • Loading branch information
itsacoyote authored Aug 20, 2024
1 parent e44be13 commit 109e959
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,33 +86,33 @@
"type": 301
},
{
"source": "/sdk/:path",
"destination": "https://sdk.zksnc.io/:path",
"source": "/sdk/:path*",
"destination": "https://sdk.zksync.io/:path",
"type": 301
},
{
"source": "/sdks/js/:path*.@(html|md)",
"destination": "https://sdk.zksnc.io/js/ethers/v5/:path",
"destination": "https://sdk.zksync.io/js/ethers/v5/:path",
"type": 301
},
{
"source": "/sdks/js/zksync-ethers/:path*.@(html|md)",
"destination": "https://sdk.zksnc.io/js/ethers/v6/:path",
"destination": "https://sdk.zksync.io/js/ethers/v6/:path",
"type": 301
},
{
"source": "/sdks/:path*.@(html|md)",
"destination": "https://sdk.zksnc.io/:path",
"destination": "https://sdk.zksync.io/:path",
"type": 301
},
{
"source": "/build/quick-start/*",
"destination": "/build/start-coding/quick-start",
"source": "/build/quick-start/:path*",
"destination": "/build/start-coding/quick-start/:path",
"type": 301
},
{
"source": "/build/zksync-101/*",
"destination": "/build/start-coding/zksync-101",
"source": "/build/zksync-101/:path*",
"destination": "/build/start-coding/zksync-101/:path",
"type": 301
},
{
Expand All @@ -131,7 +131,7 @@
"type": 301
},
{
"source": "/build/tooling/zksync-cli/*",
"source": "/build/tooling/zksync-cli/**",
"destination": "/build/zksync-cli/reference",
"type": 301
},
Expand Down Expand Up @@ -227,7 +227,7 @@
},
{
"source": "/build/sdks/js{,/**}",
"destination": "https://sdk.zksnc.io/js/ethers/v6/getting-started",
"destination": "https://sdk.zksync.io/js/ethers/v6/getting-started",
"type": 301
},
{
Expand Down

0 comments on commit 109e959

Please sign in to comment.