aboutsummaryrefslogtreecommitdiff
path: root/src/pages/projects/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/projects/index.astro')
-rw-r--r--src/pages/projects/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/projects/index.astro b/src/pages/projects/index.astro
index 4d997c5..ddecff3 100644
--- a/src/pages/projects/index.astro
+++ b/src/pages/projects/index.astro
@@ -16,7 +16,7 @@ const featuredProjects = projects.filter(project => project.featured);
<p>Things I programmed</p>
</div>
<div class="card">
- <h1><a href="/projects/website">Website Archive</a></h1>
+ <h1><a href="/archive">Website Archive</a></h1>
<p>Websites I created</p>
</div>
</div>