← back to 1920swallpaper
fix: remove dead /vocabulary nav link — no such page exists
a55000dc858dbf377317a00eb60899ed2ad11f1b · 2026-05-19 08:23:27 -0700 · SteveStudio2
The footer in care/history/sourcing/trade linked to /vocabulary which
has no backing page and 404s. Removed the dead link from all four.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
M public/care.htmlM public/history.htmlM public/sourcing.htmlM public/trade.html
Diff
commit a55000dc858dbf377317a00eb60899ed2ad11f1b
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 08:23:27 2026 -0700
fix: remove dead /vocabulary nav link — no such page exists
The footer in care/history/sourcing/trade linked to /vocabulary which
has no backing page and 404s. Removed the dead link from all four.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
public/care.html | 1 -
public/history.html | 1 -
public/sourcing.html | 1 -
public/trade.html | 1 -
4 files changed, 4 deletions(-)
diff --git a/public/care.html b/public/care.html
index 5b3bced..0bc2d99 100644
--- a/public/care.html
+++ b/public/care.html
@@ -46,7 +46,6 @@ nav.foot a{margin-right:22px;text-decoration:none}
<nav class="foot">
<a href="/">Browse</a>
<a href="/history">History</a>
-<a href="/vocabulary">Vocabulary</a>
<a href="/sourcing">Sourcing</a>
<a href="/care">Care</a>
<a href="/trade">Trade</a>
diff --git a/public/history.html b/public/history.html
index f390824..8622392 100644
--- a/public/history.html
+++ b/public/history.html
@@ -36,7 +36,6 @@ nav.foot a{margin-right:22px;text-decoration:none}
<nav class="foot">
<a href="/">Browse</a>
<a href="/history">History</a>
-<a href="/vocabulary">Vocabulary</a>
<a href="/sourcing">Sourcing</a>
<a href="/care">Care</a>
<a href="/trade">Trade</a>
diff --git a/public/sourcing.html b/public/sourcing.html
index eedd74f..cbb4204 100644
--- a/public/sourcing.html
+++ b/public/sourcing.html
@@ -44,7 +44,6 @@ nav.foot a{margin-right:22px;text-decoration:none}
<nav class="foot">
<a href="/">Browse</a>
<a href="/history">History</a>
-<a href="/vocabulary">Vocabulary</a>
<a href="/sourcing">Sourcing</a>
<a href="/care">Care</a>
<a href="/trade">Trade</a>
diff --git a/public/trade.html b/public/trade.html
index b923bd5..b06e34a 100644
--- a/public/trade.html
+++ b/public/trade.html
@@ -45,7 +45,6 @@ nav.foot a{margin-right:22px;text-decoration:none}
<nav class="foot">
<a href="/">Browse</a>
<a href="/history">History</a>
-<a href="/vocabulary">Vocabulary</a>
<a href="/sourcing">Sourcing</a>
<a href="/care">Care</a>
<a href="/trade">Trade</a>
← 48127d8 chore: untrack .bak/.pre- snapshot files + 404-guard against
·
back to 1920swallpaper
·
fix: harden external _blank links with noopener noreferrer 8202633 →