diff --git a/website/src/pages/en/subgraphs/cookbook/subgraph-composition-three-sources.mdx b/website/src/pages/en/subgraphs/cookbook/subgraph-composition-three-sources.mdx index c6eef281ae71..6abec5e741e1 100644 --- a/website/src/pages/en/subgraphs/cookbook/subgraph-composition-three-sources.mdx +++ b/website/src/pages/en/subgraphs/cookbook/subgraph-composition-three-sources.mdx @@ -120,5 +120,5 @@ npm run deploy-local ## Additional Resources - Check out all the code for this example in [this GitHub repo](https://github.com/isum/subgraph-composition-example). -- Add advanced features in your Subgraph. Check out [Subgraph advance features](/developing/creating/advanced/). +- Add advanced features in your Subgraph. Check out [Subgraph advanced features](/developing/creating/advanced/). - To learn more about aggregations, check out Subgraph [advanced features](https://thegraph.com/docs/en/subgraphs/developing/creating/advanced/#timeseries-and-aggregations).