summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-05 22:15:37 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-05 22:15:37 +0300
commiteee25cf1d1784e599d35ef55c4642b9cee292f9d (patch)
tree6ebc5648e586b56e7c238933130bb8895fc633cf
parentbaf86c86dd5d622fd0c78f0c16413f53b513db47 (diff)
Fix projects page links
-rw-r--r--content/projects/_index.md8
-rw-r--r--content/projects/cookbook.md1
2 files changed, 4 insertions, 5 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
index 538f58b..17fed82 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -7,7 +7,7 @@ insert_anchor_links: none
# My projects
-### [ATK16](atk16/)
+### [ATK16](/projects/atk16)
A 16-bit computer and ecosystem project with a custom ISA and toolchain.
@@ -15,14 +15,14 @@ A 16-bit computer and ecosystem project with a custom ISA and toolchain.
A dungeon synth / dark ambient duo project with Juuso.
-### [Cookbook](cookbook/)
+### [Cookbook](/projects/cookbook)
An online cookbook of recipes I have prepared and enjoyed. Useful for me mostly.
-### [Diddle](diddle/)
+### [Diddle](/projects/diddle)
A minimalist, performant, accessibility-focused Doodle alternative. See [post](/posts/diddle-event-scheduler).
-### [Learning Japanese](learning-japanese/)
+### [Learning Japanese](/projects/learning-japanese)
I have been self-studying Japanese on and off since I was 13.
diff --git a/content/projects/cookbook.md b/content/projects/cookbook.md
index dd8458c..20aa1d8 100644
--- a/content/projects/cookbook.md
+++ b/content/projects/cookbook.md
@@ -5,7 +5,6 @@ description: This space is an evolving, live reference for short everyday recipe
extra:
kind: project
---
-
> This space is an evolving, live reference for short everyday recipes that I have prepared and enjoyed. They are written in a shorthand way that makes sense to me, primarily.
{{ toc() }}