Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Oct 16, 2024
1 parent e764f9a commit 06ec6f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pages/advanced/erc-4337/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"4337-safe": "Safe and ERC-4337",
"supported-networks": {
"title": "Supported Networks",
"href": "/advanced/smart-account-supported-networks?feature=Safe+4337+Module"
"href": "/advanced/smart-account-supported-networks?module=Safe+4337+Module"
},
"guides": "Guides"
}
2 changes: 1 addition & 1 deletion pages/advanced/passkeys/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"passkeys-safe": "Safe and Passkeys",
"supported-networks": {
"title": "Supported Networks",
"href": "/advanced/smart-account-supported-networks?feature=Safe+Passkey+Module"
"href": "/advanced/smart-account-supported-networks?module=Safe+Passkey+Module"
},
"tutorials": "Tutorials"
}
2 changes: 1 addition & 1 deletion pages/core-api/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"transaction-service-overview": "Overview",
"transaction-service-supported-networks": {
"title": "Supported Networks",
"href": "/advanced/smart-account-supported-networks?feature=Transaction+Service"
"href": "/advanced/smart-account-supported-networks?service=Transaction+Service"
},
"transaction-service-guides": "Guides",
"transaction-service-reference": {
Expand Down
6 changes: 3 additions & 3 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
},
{
"source": "/core-api/transaction-service-supported-networks",
"destination": "/advanced/smart-account-supported-networks?feature=Transaction+Service",
"destination": "/advanced/smart-account-supported-networks?service=Transaction+Service",
"permanent": true
},
{
Expand Down Expand Up @@ -836,12 +836,12 @@
},
{
"source": "/advanced/erc-4337/supported-networks",
"destination": "/advanced/smart-account-supported-networks?feature=Safe+4337+Module",
"destination": "/advanced/smart-account-supported-networks?module=Safe+4337+Module",
"permanent": true
},
{
"source": "/advanced/passkeys/supported-networks",
"destination": "/advanced/smart-account-supported-networks?feature=Safe+Passkey+Module",
"destination": "/advanced/smart-account-supported-networks?module=Safe+Passkey+Module",
"permanent": true
}
]

0 comments on commit 06ec6f7

Please sign in to comment.