summaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index df7a66a..1bc088c 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -49,7 +49,7 @@ const latestMicro = allMicro.sort(collectionDateSort).slice(0, MAX_MICRO);
latestMicro.length > 0 && (
<section class="mt-16">
<h2 class="title text-accent mb-6 text-xl">
- <a href="/micro/">Micro</a>
+ <a href="/tags/micro/">Micro</a>
</h2>
<ul class="space-y-6" role="list">
{latestMicro.map((note) => (