diff --git a/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx b/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx index e9d0d4b34a57..ee79583b2c1a 100644 --- a/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx +++ b/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx @@ -2,11 +2,7 @@ title: Migrate Your Subgraph From Alchemy to The Graph Network --- -## Migrate Your Subgraph From Alchemy to The Graph Network - -## Goal - -Migrate or deploy an existing Subgraph to **The Graph**. +Migrate or deploy an existing Subgraph to **[The Graph](https://thegraph.com/)**. ## Overview @@ -20,7 +16,7 @@ This guide walks you through: ## 1. Prerequisites -You’ll need: +You'll need: - Your subgraph source code (`subgraph.yaml`, `schema.graphql`, `src/mapping.ts`) - [Node.js](https://nodejs.org), Yarn, and `graph-cli`: @@ -37,14 +33,14 @@ Install and authenticate the CLI: ```bash npm install -g @graphprotocol/graph-cli -graph auth --studio +graph auth ``` --- ## 3. Prepare and Build Your Subgraph -If you don’t already have a project, initialize one from a contract: +If you don't already have a project, initialize one from a contract: ```bash graph init --from-contract @@ -119,7 +115,7 @@ graph subgraph list ## 7. Update Your Application -Your subgraph’s GraphQL endpoint follows this format: +Your subgraph's GraphQL endpoint follows this format: ``` https://api.studio.thegraph.com/query/{user_id}/{subgraph_slug}/{version}