Skip to content

Commit

Permalink
fix: fix subgraph link
Browse files Browse the repository at this point in the history
refactor: update integration template link
  • Loading branch information
PaulRBerg committed Nov 15, 2024
1 parent 017d304 commit 3135789
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/contracts/v2/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ For a deeper dive, read through the [technical reference](./reference/overview).

- [V2 Core](https://github.com/sablier-labs/v2-core/tree/release)
- [V2 Periphery](https://github.com/sablier-labs/v2-periphery/tree/release)
- [V2 Integration Template](https://github.com/sablier-labs/sablier-v2-integration-template)
- [V2 Example Integrations](https://github.com/sablier-labs/examples)
- [Integration Template](https://github.com/sablier-labs/sablier-integration-template)
- [Example Integrations](https://github.com/sablier-labs/examples)
- [Foundry Book](https://book.getfoundry.sh/)
6 changes: 3 additions & 3 deletions docs/contracts/v2/guides/01-local-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Make sure you are using the latest version of Foundry by running `foundryup`.
To install the template, simply execute the following commands:

```shell
$ mkdir sablier-v2-integration-template
$ cd sablier-v2-integration-template
$ forge init --template sablier-labs/sablier-v2-integration-template
$ mkdir sablier-integration-template
$ cd sablier-integration-template
$ forge init --template sablier-labs/sablier-integration-template
$ bun install
```

Expand Down
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@ const config: Config = {
href: "https://github.com/sablier-labs/v2-periphery",
},
{
label: "V2 Integration Template",
href: "https://github.com/sablier-labs/sablier-v2-integration-template",
label: "Integration Template",
href: "https://github.com/sablier-labs/sablier-integration-template",
},
{
label: "Subgraph",
href: "https://github.com/sablier-labs/subgraph",
label: "Subgraphs",
href: "https://github.com/sablier-labs/subgraphs",
},
],
},
Expand Down

0 comments on commit 3135789

Please sign in to comment.