Skip to content

Commit

Permalink
fix: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 1, 2024
1 parent 44fcacd commit 90e3244
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/api/subgraphs/04-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/subgraphs/05-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<LinkPreview
href="https://github.com/sablier-labs/v2-subgraphs"
Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/protocol/05-airstreams.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a fraction of the tokens every second through a token stream.

The beauty of it is that airdrop recipients are forced to think long-term and keep the project's future as their first
and foremost priority. They are forced to, because instead of receiving all the tokens at once, they receive them over
time in the gorgeous Airstreams [interface](app.sablier.com/airstreams).
time in the gorgeous Airstreams [interface](https://app.sablier.com/airstreams).

:::info

Expand All @@ -38,7 +38,7 @@ and have to withdraw the tokens which are getting streamed.

Thanks to our battle-tested token streaming and distribution protocol, you can quickly create Airstreams for thousands
of recipients in a few clicks using our interface. Recipients and their respective airdrop allocations can be added by
uploading a simple CSV spreadsheet to the [interface](app.sablier.com/airstreams).
uploading a simple CSV spreadsheet to the [interface](https://app.sablier.com/airstreams).

Our spreadsheet feature is the perfect fit for airstreams: it allows you to upload a CSV file with tens of thousands of
recipients and the interface will automatically create a new airstream for each of these recipients.
Expand Down Expand Up @@ -76,4 +76,4 @@ later date fund it with the tokens to be streamed over.
Once the Airstream campaign is launched, recipients who have claimed can withdraw the tokens which have already been
streamed at any time using our interface. The deployment page, the last step when launching an Airstream campaign.

![](/img/diagram-airstream-campaign.png)
![Demo](/img/diagram-airstream-campaign.png)
4 changes: 2 additions & 2 deletions docs/contracts/v2/guides/08-snapshot-voting.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ Aggregates historical amounts that have already been streamed to the recipient.
included.

It relies on the `streamedAmountOf` methods in the
[LockupLinear](contracts/v2/reference/core/contract.SablierV2LockupLinear#streamedamountof) and
[LockupDynamic](contracts/v2/reference/core/contract.SablierV2LockupDynamic#streamedamountof) contracts.
[LockupLinear](/contracts/v2/reference/core/contract.SablierV2LockupLinear#streamedamountof) and
[LockupDynamic](/contracts/v2/reference/core/contract.SablierV2LockupDynamic#streamedamountof) contracts.

:::caution Caveats

Expand Down
2 changes: 1 addition & 1 deletion docs/contracts/v2/reference/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This contract is in charge of the Sablier V2 protocol configuration, handling su
> [**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

Expand Down

0 comments on commit 90e3244

Please sign in to comment.