Skip to content

Commit 150af47

Browse files
authored
Fix devlog section links (#605)
1 parent c54ed36 commit 150af47

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

website/content/devlog.smd

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
.draft = false,
1212
---
1313

14-
[]($section.id('about'))
15-
## About
14+
## [About]($section.id('about'))
1615

1716
This is a non-exhaustive, curated list of changes meant to help users quickly
1817
see what has improved since they last checked.
@@ -21,9 +20,7 @@ You can [subscribe to this page via RSS]($link.alternative('rss')).
2120

2221
## Changes
2322

24-
[]($section.id('regz-wizard').data('date','2025-04-28'))
25-
26-
### Regz Wizard
23+
### [Regz Wizard]($section.id('regz-wizard').data('date','2025-06-22'))
2724

2825
[]($image.asset('regz-wizard-01.png'))
2926

@@ -39,17 +36,13 @@ exist](https://github.com/embassy-rs/stm32-data) just to provide consistent
3936
data structure between MCUs. This consistency makes it easier to write HALs
4037
that are portable across multiple MCUs.
4138

42-
[]($section.id('initial-microbit-support').data('date','2025-04-28'))
43-
44-
### Initial micro:bit support
39+
### [Initial micro:bit support]($section.id('initial-microbit-support').data('date','2025-06-19'))
4540

4641
Add support for the micro:bit 5x5 led display.
4742

4843
[]($image.asset('microbit-display.jpeg'))
4944

50-
[]($section.id('linker-script-generation').data('date','2025-06-18'))
51-
52-
### Linker Script Generation
45+
### [Linker Script Generation]($section.id('linker-script-generation').data('date','2025-06-18'))
5346

5447
Every firmware needs a linker script that places stuff where it belongs in
5548
memory. When porting microzig to a new target you must face the challenge of
@@ -215,9 +208,7 @@ INSERT BEFORE .flash_start;
215208
This applies to the rp2040 target where the section tagged as ram is
216209
executable.
217210

218-
[]($section.id('start').data('date','2025-04-28'))
219-
220-
### Devlog Begins!
211+
### [Devlog Begins!]($section.id('2025-04-28'))
221212

222-
The MicroZig devlog is now set up for contributors to showcase their work. When
223-
adding your work, add to the top of the list.
213+
The MicroZig devlog is now set up for contributors to showcase their work. When
214+
adding your work, add to the top of the list.

0 commit comments

Comments
 (0)