Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/api-reference/ethereum/ethereum-api-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: docs/ethereum/ethereum-api-overview

## Ethereum APIs

📙 Get started with our [Ethereum API Quickstart Guide](/docs/ethereum).
📙 Get started with our [Ethereum API Quickstart Guide](/docs/reference/ethereum-api-quickstart).

| | |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Ethereum API Quickstart
description: How to get started building on Ethereum using Alchemy
subtitle: How to get started building on Ethereum using Alchemy
slug: docs/ethereum
slug: docs/reference/ethereum-api-quickstart
---

<Tip title="Don't have an API key?" icon="star">
Expand Down
4 changes: 2 additions & 2 deletions content/api-reference/geist/geist-deprecation-notice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ We strongly recommend migrating to **Base**, as the Aavegotchi ecosystem (Geist'

**Alternative options:**
* **[Arbitrum](/docs/reference/arbitrum-api-quickstart)**: The underlying framework that powered Geist
* **[Polygon](/docs/polygon-pos)**: For other gaming and NFT applications
* **[Ethereum](/docs/ethereum)**: For scalable Ethereum applications
* **[Polygon](/docs/reference/polygon-pos-api-quickstart)**: For other gaming and NFT applications
* **[Ethereum](/docs/reference/ethereum-api-quickstart)**: For scalable Ethereum applications

## Next Steps

Expand Down
2 changes: 1 addition & 1 deletion content/api-reference/polygon-pos/polygon-api-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Polygon API allows applications to connect to a Polygon node that is part of

## How can I get started using the Polygon API?

Explained in the [Polygon API Quickstart Guide](/docs/polygon-pos).
Explained in the [Polygon API Quickstart Guide](/docs/reference/polygon-pos-api-quickstart).

## Is Polygon EVM compatible?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Polygon PoS API Quickstart
description: How to get started building on Polygon PoS using Alchemy
subtitle: How to get started building on Polygon PoS using Alchemy
slug: docs/polygon-pos
slug: docs/reference/polygon-pos-api-quickstart
---

<Tip title="Don't have an API key?" icon="star">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: docs/polygon-pos/polygon-pos-api-overview

## Polygon PoS APIs

📙 Get started with our [Polygon PoS API Quickstart Guide](/docs/polygon-pos).
📙 Get started with our [Polygon PoS API Quickstart Guide](/docs/reference/polygon-pos-api-quickstart).

| | |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion content/api-reference/solana/solana-api-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Solana API allows decentralized applications to connect to a Solana node tha

## How can I get started using the Solana API?

Explained in the [Solana API Quickstart Guide](/docs/solana).
Explained in the [Solana API Quickstart Guide](/docs/reference/solana-api-quickstart).

## What methods does Alchemy support for the Solana API?

Expand Down
2 changes: 1 addition & 1 deletion content/api-reference/solana/solana-api-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: docs/solana/solana-api-overview

## Solana APIs

📙 Get started with our [Solana API Quickstart Guide](/docs/solana).
📙 Get started with our [Solana API Quickstart Guide](/docs/reference/solana-api-quickstart).

| | |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion content/api-reference/solana/solana-api-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Solana API Quickstart
description: How to get started building on Solana using Alchemy
subtitle: How to get started building on Solana using Alchemy
slug: docs/solana
slug: docs/reference/solana-api-quickstart
---

<Tip title="Don't have an API key?" icon="star">
Expand Down
17 changes: 10 additions & 7 deletions content/redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1355,11 +1355,11 @@ redirects:
- source: /docs/how-to-read-data-from-the-blockchain
destination: /docs/how-to-get-the-latest-block-on-ethereum
permanent: true
- source: /docs/reference/ethereum-api-quickstart
destination: /docs/ethereum
- source: /docs/ethereum
destination: /docs/reference/ethereum-api-quickstart
permanent: true
- source: /reference/ethereum-api-quickstart
destination: /docs/ethereum
destination: /docs/reference/ethereum-api-quickstart
permanent: true
- source: /cdn-cgi/l/email-protection
destination: /docs/how-to-mint-an-nft-from-code
Expand Down Expand Up @@ -1392,7 +1392,7 @@ redirects:
destination: /docs/reference/arbitrum-api-quickstart
permanent: true
- source: /apis/ethereum
destination: /docs/ethereum
destination: /docs/reference/ethereum-api-quickstart
permanent: true
- source: /docs/alchemy-university
destination: /docs/blockchain-basics
Expand All @@ -1406,6 +1406,9 @@ redirects:
- source: /apis/polygon
destination: /docs/reference/polygon-pos-api-quickstart
permanent: true
- source: /docs/polygon-pos
destination: /docs/reference/polygon-pos-api-quickstart
permanent: true
- source: /reference/transfers-api
destination: /docs/reference/transfers-api-quickstart
permanent: true
Expand All @@ -1418,11 +1421,11 @@ redirects:
- source: /reference/transaction-receipts
destination: /docs/reference/utility-api-overview
permanent: true
- source: /docs/reference/solana-api-quickstart
destination: /docs/solana
- source: /docs/solana
destination: /docs/reference/solana-api-quickstart
permanent: true
- source: /docs/solana-api-quickstart
destination: /docs/solana
destination: /docs/reference/solana-api-quickstart
permanent: true
- source: /reference/alchemyweb3js
destination: /docs/web3-glossary
Expand Down
Loading