We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918f063 commit d2a4e4cCopy full SHA for d2a4e4c
1 file changed
website/src/pages/en/about.mdx
@@ -31,7 +31,7 @@ Each Subgraph defines:
31
32
1. Define a [Subgraph Manifest](/en/subgraphs/developing/creating/subgraph-manifest/) with data sources and mappings.
33
2. Use [Graph CLI](https://github.com/graphprotocol/graph-tooling/tree/main/packages/cli) to deploy the manifest to IPFS.
34
-3. An [Indexer](/en/indexing/overview/) picks it up and starts indexing Ethereum blocks.
+3. An [Indexer](/indexing/overview/) picks it up and starts indexing Ethereum blocks.
35
4. Data becomes queryable via a [GraphQL endpoint](/en/subgraphs/querying/graphql-api/).
36
37
### Data Flow Overview
0 commit comments