Skip to content

Commit

Permalink
Merge pull request #181 from sablier-labs/refactor/update-blog-url
Browse files Browse the repository at this point in the history
refactor: update blog url
  • Loading branch information
PaulRBerg authored Sep 27, 2024
2 parents 2ee96d4 + 70116a7 commit 3ae6c1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/contracts/v2/guides/09-etherscan.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this guide, we will show you how to create a stream and withdraw from a strea
Sablier V2 Core contracts on Etherscan.

If you're interested in interacting with V1, please refer to this
[article](https://blog.sablier.com/operating-the-sablier-v1-protocol-manually/).
[article](https://sablier.com/blog/operating-the-sablier-v1-protocol-manually/).

## Creating a Stream

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const config: Config = {
},
{
label: "Blog",
href: "https://blog.sablier.com",
href: "https://sablier.com/blog",
},
{
label: "Branding",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export const links = {
chains: "https://forms.gle/9EaRarDie98Fw1mw6",
},
github: "https://github.com/sablier-labs",
medium: "https://blog.sablier.com",
medium: "https://sablier.com/blog",
};

0 comments on commit 3ae6c1b

Please sign in to comment.