Skip to content

Commit

Permalink
fixing primary-sale-1155-boilerplate links
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnybones1 committed Nov 21, 2024
1 parent 43d708b commit 6e39e61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/components/GuidesOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
/>
<GuideCard
title="How to do Primary Sales for On-Chain Items in Unity"
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/guides/primary-sales.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Accelerate your game growth by selling items directly to your players. In this g
#### 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
```

<br/>
Expand All @@ -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.
<br/>

Clone your newly made repo.
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/guides/telegram-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<br/>
Expand All @@ -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.
<br/>

Clone your newly made repo.
Expand Down

0 comments on commit 6e39e61

Please sign in to comment.