Skip to content

Commit 72d2835

Browse files
Update subgraph-composition.mdx
1 parent acf283e commit 72d2835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/guides/subgraph-composition.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ While the source Subgraph is a standard Subgraph, the dependent Subgraph uses th
4141

4242
- All Subgraphs need to be published with a **specVersion 1.3.0 or later** (Use the latest graph-cli version to be able to deploy composable Subgraphs)
4343
- See notes here: https://github.com/graphprotocol/graph-node/releases/tag/v0.37.0
44-
- Immutable entities only: All Subgraphs must have [immutable entities](https://thegraph.com/docs/en/subgraphs/best-practices/immutable-entities-bytes-as-ids/#immutable-entities) when the Subgraph is deployed
44+
- Immutable entities only: All Subgraphs must have [immutable entities](/subgraphs/best-practices/immutable-entities-bytes-as-ids/#immutable-entities) when the Subgraph is deployed
4545
- Pruning can be used in the source Subgraphs, but only entities that are immutable can be composed on top of
4646
- Source Subgraphs cannot use grafting on top of existing entities
4747
- Aggregated entities can be used in composition, but entities that are composed from them cannot performed additional aggregations directly

0 commit comments

Comments
 (0)