Skip to content

Commit 682bbe5

Browse files
committed
fix: improve button shortcodes
1 parent dd782ec commit 682bbe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cascade:
1515
{{< article link="/blog/2024/10/what-is-the-esp-registry/" >}}
1616

1717
<br>
18-
{{< button href="#button" target="_self" href=/blog/ >}}
18+
{{< button href="blog/" target="_self" >}}
1919
More Articles
2020
{{< /button >}}
2121

@@ -26,7 +26,7 @@ Dive into our latest workshops and master the skills you need to maximize the po
2626
{{< article link="/workshops/esp-idf-with-esp32-c6/introduction/" >}}
2727

2828
<br>
29-
{{< button href="#button" target="_self" href=/workshops/ >}}
29+
{{< button href="workshops/" target="_self" >}}
3030
More Workshops
3131
{{< /button >}}
3232

@@ -37,6 +37,6 @@ Here you can follow the current status of the new chip support in various Espres
3737
{{< article link="/pages/chip-support-status/esp32c61/" >}}
3838

3939
<br>
40-
{{< button href="#button" target="_self" href=/events/ >}}
40+
{{< button href="events/" target="_self" >}}
4141
More Events
4242
{{< /button >}}

0 commit comments

Comments
 (0)