From 90e3244500161380cfb0a952f4e8604cd6f11af8 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 1 Jan 2024 16:35:21 +0200 Subject: [PATCH] fix: fix broken links --- docs/api/subgraphs/04-queries.md | 4 ++-- docs/api/subgraphs/05-development.md | 2 +- docs/concepts/protocol/05-airstreams.mdx | 6 +++--- docs/contracts/v2/guides/08-snapshot-voting.md | 4 ++-- docs/contracts/v2/reference/01-overview.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/api/subgraphs/04-queries.md b/docs/api/subgraphs/04-queries.md index 26ef73de..d30b414f 100644 --- a/docs/api/subgraphs/04-queries.md +++ b/docs/api/subgraphs/04-queries.md @@ -4,8 +4,8 @@ sidebar_position: 4 title: "Queries" --- -Building on top of the [entity structure](/api/subgraphs/architecture/02-structure) defined earlier, here are some -common GraphQL queries for fetching data from the Sablier V2 subgraph. +Building on top of the [entity structure](/api/subgraphs/architecture/structure) defined earlier, here are some common +GraphQL queries for fetching data from the Sablier V2 subgraph. ### Recent streams diff --git a/docs/api/subgraphs/05-development.md b/docs/api/subgraphs/05-development.md index 254c28ca..cbff7fcc 100644 --- a/docs/api/subgraphs/05-development.md +++ b/docs/api/subgraphs/05-development.md @@ -13,7 +13,7 @@ using: - [GraphQL Code Generator](https://the-guild.dev/graphql/codegen/docs/getting-started) to create types from your GraphQL fragments and queries -- [TanStack Query](tanstack.com/query/) to fetch results from the exposed endpoints. +- [TanStack Query](https://tanstack.com/query) to fetch results from the exposed endpoints. [**Periphery Source Code**](https://github.com/sablier-labs/v2-periphery/tree/release) The Periphery is a collection of contracts meant to make the Sablier Protocol more modular while introducing -functionalities such as [Airstream Campaigns](/concepts/protocol/airstream-campaigns). +functionalities such as [Airstream Campaigns](/concepts/protocol/airstreams). ## MerkleStreamer