diff --git a/docs/components/GuidesOverview.tsx b/docs/components/GuidesOverview.tsx
index e87baa1889..ae13ce81d5 100644
--- a/docs/components/GuidesOverview.tsx
+++ b/docs/components/GuidesOverview.tsx
@@ -47,7 +47,7 @@ export const GuidesOverview = () => (
body="Accelerate your game growth by selling items directly to your players. In this guide, we will go over the steps how to deploy a Primary Sale contract using any custom or existing currency for a webshop that utilizes game items from a ERC1155 contract."
link="/guides/primary-sales"
image="/img/guides/overview/primary-sales.png"
- demoLink="https://primary-drop-sale-1155-boilerplate.pages.dev/"
+ demoLink="https://primary-sale-1155-boilerplate.pages.dev/"
/>
@@ -58,7 +58,7 @@ Accelerate your game growth by selling items directly to your players. In this g
#### You can use the Primary Sales Repository Template from Github
- Go to https://github.com/0xsequence-demos/primary-drop-sale-1155-boilerplate and click "Use this Template" in the top right corner.
+ Go to https://github.com/0xsequence-demos/primary-sale-1155-boilerplate and click "Use this Template" in the top right corner.
Clone your newly made repo.
diff --git a/docs/pages/guides/telegram-integration.mdx b/docs/pages/guides/telegram-integration.mdx
index a9f18eb5ec..50bed09a97 100644
--- a/docs/pages/guides/telegram-integration.mdx
+++ b/docs/pages/guides/telegram-integration.mdx
@@ -18,7 +18,7 @@ We'll be walking through how to integrate a sequence embedded wallet into your T
#### You can clone Primary Sales Repository from Github
```shell
- git clone https://github.com/0xsequence-demos/primary-drop-sale-1155-boilerplate.git
+ git clone https://github.com/0xsequence-demos/primary-sale-1155-boilerplate.git
```
@@ -44,7 +44,7 @@ We'll be walking through how to integrate a sequence embedded wallet into your T
#### You can use the Primary Sales Repository Template from Github
- Go to https://github.com/0xsequence-demos/primary-drop-sale-1155-boilerplate and click "Use this Template" in the top right corner.
+ Go to https://github.com/0xsequence-demos/primary-sale-1155-boilerplate and click "Use this Template" in the top right corner.
Clone your newly made repo.