Skip to content

Commit b988c1f

Browse files
VGabriel45RichardIralaJamesLawton
authored
check for broken links on PR (#80)
* check for broken links on PR * fix action * fix action file * fix action file * fix action file * rename action * Update Custom Marketplace and Marketplace SDK docs (#72) Remove Marketplace SDK hooks overview page Improve Marketplace SDK installation instructions Fix cards links Extend Marketplace SDK overview with Getting Started and hooks cards Co-authored-by: James Lawton <jlaw@horizon.io> * Fix broken links * Update a link --------- Co-authored-by: RichardIrala <93644394+RichardIrala@users.noreply.github.com> Co-authored-by: James Lawton <jlaw@horizon.io> Co-authored-by: Richard Miguel Irala <richardirala47@hotmail.com>
1 parent fefe86a commit b988c1f

4 files changed

Lines changed: 32 additions & 4 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Test Broken Links
2+
3+
on:
4+
pull_request:
5+
branches: [ master ]
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v4
13+
14+
- uses: pnpm/action-setup@v2
15+
with:
16+
version: 8
17+
18+
- name: Setup Node.js
19+
uses: actions/setup-node@v4
20+
with:
21+
node-version: '20'
22+
cache: 'pnpm'
23+
24+
- name: Install dependencies
25+
run: pnpm install
26+
27+
- name: Run tests
28+
run: pnpm test

sdk/marketplace-sdk/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ return (
272272

273273
<Step title="Done">
274274

275-
Congratulations! Now you’re ready to explore the available hooks in our Marketplace SDK. Interested? Check out the [Marketplace SDK hooks](/sdk/marketplace-sdk/hooks/overview) documentation to learn more.
275+
Congratulations! Now you’re ready to explore the available hooks in our Marketplace SDK. Interested? Check out the [Marketplace SDK hooks](/sdk/marketplace-sdk/overview#marketplace-sdk-hooks) documentation to learn more.
276276

277277
</Step>
278278

sdk/unity/monetization/secondary-sales/building-a-marketplace.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Building a Marketplace
44

55
This doc will walk you through how we'd recommend using the Sequence SDK to build an on-chain collectibles marketplace for secondary sales.
66

7-
<Tip>Before starting, don't forget to [configure your marketplace in the Builder](/solutions/marketplaces/orderbook/overview).</Tip>
7+
<Tip>Before starting, don't forget to [configure your marketplace in the Builder](/solutions/marketplaces/white-label-marketplace/guide#launch-a-marketplace).</Tip>
88

99
## 1. Read Listings
1010

solutions/monetization-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Earn more revenue, create sustainable economic models, allow users to pay with n
3636
<Card title="Leverage your Custom Token" icon="coins" href="/solutions/marketplaces/white-label-marketplace/guide/">
3737
List your collectibles using your custom token to increase utility and engagement.
3838
</Card>
39-
<Card title="Video Walkthrough" icon="video" href="/solutions/marketplaces/white-label-marketplace/video-walkthrough/">
39+
<Card title="Video Walkthrough" icon="video" href="/solutions/marketplaces/white-label-marketplace/guide#watch-a-marketplace-be-launched-in-minutes">
4040
Watch as a Sequence team member curates both Skyweaver and Azuki into a custom marketplace by customizing themes and features in the Sequence Builder.
4141
</Card>
4242
</CardGroup>
@@ -49,7 +49,7 @@ Earn more revenue, create sustainable economic models, allow users to pay with n
4949
<Card title="Sequence Market Protocol" icon="code-branch" href="https://github.com/0xsequence/marketplace-contracts/tree/master">
5050
Fully audited, open source, and available on all chains Sequence supports. The Sequence Market Protocol is a fully scalable and efficient marketplace protocol utilized by organizations such as Ubisoft.
5151
</Card>
52-
<Card title="Starter Marketplace" icon="rocket" href="/solutions/marketplaces/custom-marketplace/starter">
52+
<Card title="Starter Marketplace" icon="rocket" href="/solutions/marketplaces/custom-marketplace/getting-started">
5353
Instead of starting from scratch, use our starter marketplace as a template to build your own custom marketplace.
5454
</Card>
5555
</CardGroup>

0 commit comments

Comments
 (0)