We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c086c49 commit 0dff9b4Copy full SHA for 0dff9b4
1 file changed
website/src/pages/en/about.mdx
@@ -32,7 +32,7 @@ Each Subgraph defines:
32
1. Define a [Subgraph Manifest](/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](/indexing/overview/) picks it up and starts indexing Ethereum blocks.
35
-4. Data becomes queryable via a [GraphQL endpoint](/en/subgraphs/querying/graphql-api/).
+4. Data becomes queryable via a [GraphQL endpoint](/subgraphs/querying/graphql-api/).
36
37
### Data Flow Overview
38
0 commit comments