Skip to content

Commit e9dae7c

Browse files
committed
chore: add changeset
1 parent 76c052f commit e9dae7c

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

.changeset/eighty-mammals-sell.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
'@rijkshuisstijl-community/blockquote-react': patch
3+
'@rijkshuisstijl-community/accordion-react': patch
4+
'@rijkshuisstijl-community/dot-badge-react': patch
5+
'@rijkshuisstijl-community/paragraph-react': patch
6+
'@rijkshuisstijl-community/separator-react': patch
7+
'@rijkshuisstijl-community/article-react': patch
8+
'@rijkshuisstijl-community/blockquote-css': patch
9+
'@rijkshuisstijl-community/button-react': patch
10+
'@rijkshuisstijl-community/figure-react': patch
11+
'@rijkshuisstijl-community/accordion-css': patch
12+
'@rijkshuisstijl-community/dot-badge-css': patch
13+
'@rijkshuisstijl-community/paragraph-css': patch
14+
'@rijkshuisstijl-community/separator-css': patch
15+
'@rijkshuisstijl-community/alert-react': patch
16+
'@rijkshuisstijl-community/image-react': patch
17+
'@rijkshuisstijl-community/icon-react': patch
18+
'@rijkshuisstijl-community/link-react': patch
19+
'@rijkshuisstijl-community/article-css': patch
20+
'@rijkshuisstijl-community/button-css': patch
21+
'@rijkshuisstijl-community/figure-css': patch
22+
'@rijkshuisstijl-community/alert-css': patch
23+
'@rijkshuisstijl-community/link-css': patch
24+
---
25+
26+
Updated broken links in the documentation

packages/storybook/src/templates/homepage/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export default function Page() {
242242
}
243243
/>
244244
<CardAsLink
245-
href="https://www.nldesignsystem.nl/handboek/designer/overzicht"
245+
href="https://www.nldesignsystem.nl/handboek/designer/introductie/"
246246
linkLabel="Lees hoe je mee ontwerpt aan het NL Design System"
247247
target="_blank"
248248
description={
@@ -258,7 +258,7 @@ export default function Page() {
258258
}
259259
/>
260260
<CardAsLink
261-
href="https://www.nldesignsystem.nl/handboek/developer/overzicht"
261+
href="https://www.nldesignsystem.nl/handboek/developer/introductie/"
262262
linkLabel="Lees hoe je mee ontwikkelt aan het de Rijkshuisstijl Community"
263263
target="_blank"
264264
description={

0 commit comments

Comments
 (0)