From 2e55a571c3db6a99ea4c69b97fe1d81155e694e6 Mon Sep 17 00:00:00 2001 From: Jerry Okolo <jerrycreative@live.co.uk> Date: Tue, 18 Jun 2024 16:34:42 +0100 Subject: [PATCH 1/2] chore: Fix broken links --- website/pages/en/developing/creating-a-subgraph.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/en/developing/creating-a-subgraph.mdx b/website/pages/en/developing/creating-a-subgraph.mdx index daa41c9dfec8..17cd8fda660a 100644 --- a/website/pages/en/developing/creating-a-subgraph.mdx +++ b/website/pages/en/developing/creating-a-subgraph.mdx @@ -196,8 +196,8 @@ These ordering rules are subject to change. | 1.1.0 | Supports [Timeseries & Aggregations](#timeseries-and-aggregations). Added support for type `Int8` for `id`. | | 1.0.0 | Supports [`indexerHints`](/developing/creating-a-subgraph/#indexer-hints) feature to prune subgraphs | | 0.0.9 | Supports `endBlock` feature | -| 0.0.8 | Added support for polling [Block Handlers](developing/creating-a-subgraph/#polling-filter) and [Initialisation Handlers](developing/creating-a-subgraph/#once-filter). | -| 0.0.7 | Added support for [File Data Sources](developing/creating-a-subgraph/#file-data-sources). | +| 0.0.8 | Added support for polling [Block Handlers](creating-a-subgraph/#polling-filter) and [Initialisation Handlers](creating-a-subgraph/#once-filter). | +| 0.0.7 | Added support for [File Data Sources](creating-a-subgraph/#file-data-sources). | | 0.0.6 | Supports fast [Proof of Indexing](/network/indexing/#what-is-a-proof-of-indexing-poi) calculation variant. | | 0.0.5 | Added support for event handlers having access to transaction receipts. | | 0.0.4 | Added support for managing subgraph features. | From 7969cb22732d164203f45e36fc85aa2956ebfa35 Mon Sep 17 00:00:00 2001 From: Jerry Okolo <73024324+itsjerryokolo@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:40:52 +0100 Subject: [PATCH 2/2] Update website/pages/en/developing/creating-a-subgraph.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: BenoƮt Rouleau <benoit.rouleau@icloud.com> --- website/pages/en/developing/creating-a-subgraph.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/en/developing/creating-a-subgraph.mdx b/website/pages/en/developing/creating-a-subgraph.mdx index 17cd8fda660a..0182fb6c236d 100644 --- a/website/pages/en/developing/creating-a-subgraph.mdx +++ b/website/pages/en/developing/creating-a-subgraph.mdx @@ -196,8 +196,8 @@ These ordering rules are subject to change. | 1.1.0 | Supports [Timeseries & Aggregations](#timeseries-and-aggregations). Added support for type `Int8` for `id`. | | 1.0.0 | Supports [`indexerHints`](/developing/creating-a-subgraph/#indexer-hints) feature to prune subgraphs | | 0.0.9 | Supports `endBlock` feature | -| 0.0.8 | Added support for polling [Block Handlers](creating-a-subgraph/#polling-filter) and [Initialisation Handlers](creating-a-subgraph/#once-filter). | -| 0.0.7 | Added support for [File Data Sources](creating-a-subgraph/#file-data-sources). | +| 0.0.8 | Added support for polling [Block Handlers](/developing/creating-a-subgraph/#polling-filter) and [Initialisation Handlers](/developing/creating-a-subgraph/#once-filter). | +| 0.0.7 | Added support for [File Data Sources](/developing/creating-a-subgraph/#file-data-sources). | | 0.0.6 | Supports fast [Proof of Indexing](/network/indexing/#what-is-a-proof-of-indexing-poi) calculation variant. | | 0.0.5 | Added support for event handlers having access to transaction receipts. | | 0.0.4 | Added support for managing subgraph features. |