Skip to content

Commit 0f6e207

Browse files
committed
Fix URL.
1 parent b43cf91 commit 0f6e207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-06-04-better-at-the-bad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ While Futhark is mostly known for its GPU support, it is in fact a high level
77
and hardware-agnostic functional array language, where the available programming
88
constructs are largely unconstrained by the particularities of any specific
99
processor. This is unproblematic when you implement an interpreter for your
10-
language ([as you should](2025-05-07-implement-your-language-twice.md)), but
10+
language ([as you should](2025-05-07-implement-your-language-twice.html)), but
1111
despite its principles, Futhark *is intended* for compilation to high
1212
performance code running on potentially restricted machines, and does [come with
1313
many limitations](2016-09-03-language-design.html)

0 commit comments

Comments
 (0)