Skip to content

Commit 1e83067

Browse files
author
“ danbaruka”
committed
fix: resolve broken links and restore strict validation for successful build
1 parent 54934f5 commit 1e83067

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

website/docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ const config: Config = {
8787
},
8888
{
8989
label: "How-to Guides",
90-
to: "/docs/how-to-guide",
90+
to: "/docs/how-to-guide/beginner",
9191
},
9292
{
9393
label: "Working Groups",
94-
to: "/docs/working-group",
94+
to: "/docs/working-group/q1-2025",
9595
},
9696
],
9797
},
@@ -119,11 +119,11 @@ const config: Config = {
119119
},
120120
{
121121
label: "How-to Guides",
122-
to: "/docs/how-to-guide",
122+
to: "/docs/how-to-guide/beginner",
123123
},
124124
{
125125
label: "Working Groups",
126-
to: "/docs/working-group",
126+
to: "/docs/working-group/q1-2025",
127127
},
128128
],
129129
},
@@ -153,7 +153,7 @@ const config: Config = {
153153
},
154154
{
155155
label: "Community Resources",
156-
to: "/docs/resources",
156+
to: "/docs/resources/community",
157157
},
158158
{
159159
label: "Tools & APIs",

website/src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function HomepageHeader() {
3232
</Link>
3333
<Link
3434
className="button button--secondary button--lg"
35-
to="/docs/working-group">
35+
to="/docs/working-group/q1-2025">
3636
Learn About Programs
3737
</Link>
3838
</div>
@@ -129,7 +129,7 @@ function ResourcesSection() {
129129
Practical tutorials covering smart contracts, DeFi applications, and
130130
advanced Cardano development techniques.
131131
</p>
132-
<Link className="button button--outline" to="/docs/how-to-guide">
132+
<Link className="button button--outline" to="/docs/how-to-guide/beginner">
133133
Learn More
134134
</Link>
135135
</div>
@@ -141,7 +141,7 @@ function ResourcesSection() {
141141
Explore our Q1 2025 working group sessions, resources, and community
142142
initiatives shaping the Cardano ecosystem.
143143
</p>
144-
<Link className="button button--outline" to="/docs/working-group">
144+
<Link className="button button--outline" to="/docs/working-group/q1-2025">
145145
Explore Groups
146146
</Link>
147147
</div>

0 commit comments

Comments
 (0)