Skip to main content

max / makenotwork

Fix broken /source homepage link to point at the git commit log The 'Read the commits' link targeted /source, which has no route and 404s in production. Point it at the actual commit history on the self-hosted git. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-23 22:22 UTC
Commit: 4f558648b4e48ac2a4c7236822b10174d492ee5c
Parent: 3609096
1 file changed, +1 insertion, -1 deletion
@@ -181,7 +181,7 @@
181 181 <h3 class="contrast-card-title">Hide the code</h3>
182 182 <ul class="contrast-card-links">
183 183 <li><a href="/docs/open-source">Source available</a></li>
184 - <li><a href="/source">Read the commits</a></li>
184 + <li><a href="https://makenot.work/git/max/makenotwork/commits/main">Read the commits</a></li>
185 185 <li><a href="/docs/open-source">PolyForm-NC license</a></li>
186 186 </ul>
187 187 </li>