Skip to main content

max / makenotwork

server: bump to 0.8.10, fix /docs/about/* broken links DocEngine flattens section dirs — every about/<slug>.md is served at /docs/<slug>, not /docs/about/<slug>. The new footer Credits link landed at /docs/about/credits and 404'd; three pre-existing broken links (creators.html guarantees + economics, user_creator.html pricing) had the same shape and have presumably been dead since the section dirs were introduced. Fixed all four. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-27 22:44 UTC
Commit: dba7b0c299243606be09ee74ef0518e232616bf4
Parent: 5b87946
6 files changed, +7 insertions, -7 deletions
@@ -4140,7 +4140,7 @@ dependencies = [
4140 4140
4141 4141 [[package]]
4142 4142 name = "makenotwork"
4143 - version = "0.8.9"
4143 + version = "0.8.10"
4144 4144 dependencies = [
4145 4145 "anyhow",
4146 4146 "apple-codesign",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.8.9"
3 + version = "0.8.10"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6
@@ -21,7 +21,7 @@
21 21 <a href="/creators">Creators</a>
22 22 <a href="/docs">Docs</a>
23 23 <a href="/policy">Legal</a>
24 - <a href="/docs/about/credits">Credits</a>
24 + <a href="/docs/credits">Credits</a>
25 25 <a href="/changelog">Changelog</a>
26 26 <a href="#" onclick="event.preventDefault(); showWhatsNewModal();">What's new</a>
27 27 <a href="#" onclick="event.preventDefault(); toggleShortcutsHelp();" title="Keyboard shortcuts (?)">Shortcuts</a>
@@ -96,8 +96,8 @@
96 96 Makenot.work is built and operated by one person. No investors, no board, no outside pressure.
97 97 Decisions are fast and aligned with creators, but there's no large team behind the scenes.
98 98 Read the full picture in our
99 - <a href="/docs/about/guarantees#continuity">continuity guarantee</a> and
100 - <a href="/docs/about/economics">platform economics</a>.
99 + <a href="/docs/guarantees#continuity">continuity guarantee</a> and
100 + <a href="/docs/economics">platform economics</a>.
101 101 </p>
102 102
103 103 <div class="cta">
@@ -46,7 +46,7 @@
46 46 {% if is_founder_locked %}
47 47 <p class="m-0 text-sm"><strong>Your founder pricing is locked in.</strong> The rates below show the founder rate for each tier: you can subscribe (or upgrade later) at this rate for the life of your account.</p>
48 48 {% else %}
49 - <p class="m-0 text-sm"><strong>Founder pricing window is open.</strong> Subscribe now to lock in half-price creator memberships for life. Window closes at 1,000 creators or exit-beta, whichever first. <a href="/docs/about/pricing">How it works &rarr;</a></p>
49 + <p class="m-0 text-sm"><strong>Founder pricing window is open.</strong> Subscribe now to lock in half-price creator memberships for life. Window closes at 1,000 creators or exit-beta, whichever first. <a href="/docs/pricing">How it works &rarr;</a></p>
50 50 {% endif %}
51 51 </div>
52 52 {% endif %}
M server/todo.md +1 -1
@@ -1,6 +1,6 @@
1 1 # MNW Server — Todo
2 2
3 - Done: Ultra Fuzz Runs #1-#4 fully closed (all phases, the 41-test integration triage, and the third-party credits page at /docs/about/credits linked from the footer). Active: no Run #4 work remaining.
3 + Done: Ultra Fuzz Runs #1-#4 fully closed (all phases, the 41-test integration triage, and the third-party credits page at /docs/credits linked from the footer). Active: no Run #4 work remaining.
4 4
5 5 ## Ultra Fuzz 2026-05-26 (Run #4)
6 6