Skip to content

Commit de12d12

Browse files
authored
docs: standardize opBNB quickstart slug (#1200)
* docs: standardize opBNB quickstart slug to match other chains Rename slug from opbnb-chain-api-quickstart to opbnb-api-quickstart to match the standard pattern used by other chains. Add redirect from the old slug. Update all internal references. * docs: move redirect from frontmatter to redirects.yml
1 parent 38faa46 commit de12d12

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

content/api-reference/node-api/node-supported-chains.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Alchemy supports both EVM and non-EVM chains, view API references below:
158158
View Gnosis API reference.
159159
</Card>
160160

161-
<Card title="opBNB" icon={<img src="https://alchemyapi-res.cloudinary.com/image/upload/v1764180067/docs/api-reference/node-api/opbnb.svg" alt="opBNB logo"/>} href="/docs/reference/opbnb-chain-api-quickstart">
161+
<Card title="opBNB" icon={<img src="https://alchemyapi-res.cloudinary.com/image/upload/v1764180067/docs/api-reference/node-api/opbnb.svg" alt="opBNB logo"/>} href="/docs/reference/opbnb-api-quickstart">
162162
View opBNB API reference.
163163
</Card>
164164

content/api-reference/opbnb-paid-tier/opbnb-chain-api-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ No, opBNB is only available on paid tiers (pay as you go, enterprise). If you're
1919

2020
## How can I get started using the opBNB API?
2121

22-
Explained in [opBNB API Quickstart](/docs/reference/opbnb-chain-api-quickstart).
22+
Explained in [opBNB API Quickstart](/docs/reference/opbnb-api-quickstart).
2323

2424
## Is opBNB EVM compatible?
2525

content/api-reference/opbnb-paid-tier/opbnb-chain-api-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: opBNB Chain API Quickstart
33
description: How to get started building on opBNB using Alchemy
44
subtitle: How to get started building on opBNB using Alchemy
5-
slug: reference/opbnb-chain-api-quickstart
5+
slug: reference/opbnb-api-quickstart
66
---
77

88
<Tip title="Don't have an API key?" icon="star">

content/api-reference/opbnb/opbnb-api-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: docs/opbnb/opbnb-api-overview
77

88
## opBNB APIs
99

10-
📙 Get started with our [opBNB API Quickstart Guide](/docs/reference/opbnb-chain-api-quickstart).
10+
📙 Get started with our [opBNB API Quickstart Guide](/docs/reference/opbnb-api-quickstart).
1111

1212
| | |
1313
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |

content/redirects.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
redirects:
2+
- source: /docs/reference/opbnb-chain-api-quickstart
3+
destination: /docs/reference/opbnb-api-quickstart
4+
permanent: true
5+
26
- source: /docs/wallets/recipes/social-payments-and-defi
37
destination: /docs
48
permanent: true

0 commit comments

Comments
 (0)