Skip to content

docs: fix the two dead links in the README header - #291

Merged
LiorFink00 merged 2 commits into
mainfrom
fix/docs-link
Aug 13, 2026
Merged

docs: fix the two dead links in the README header#291
LiorFink00 merged 2 commits into
mainfrom
fix/docs-link

Conversation

@LiorFink00

@LiorFink00 LiorFink00 commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Both links in the README header returned 404. This fixes both.

-  <a href="https://jesta.ai/thumper">Website</a>
+  <a href="https://jesta.ai">Website</a>
   &nbsp;·&nbsp;
-  <a href="https://jesta.ai/docs"><strong>Docs</strong></a>
+  <a href="https://docs.jesta.ai"><strong>Docs</strong></a>

Why they broke

  • Docs — the docs moved off the jesta.ai/docs subpath onto their own subdomain, and the Cloudflare Worker that served the old path was deleted.
  • Website — the landing site defines only /, /blog, and /blog/:slug, with a catch-all rendering NotFound. There is no /thumper route, so it fell through to the 404.

Verified live

URL Before After
https://jesta.ai/thumperhttps://jesta.ai 404 200
https://jesta.ai/docshttps://docs.jesta.ai 404 200

Every jesta.ai URL in the README now resolves. The remaining docs/... links (docs/architecture.md, docs/plugins.md) point at in-repo files and are unaffected.

🤖 Generated with Claude Code

LiorFink00 and others added 2 commits August 13, 2026 13:07
The docs moved from a jesta.ai/docs subpath to their own subdomain, and
the Cloudflare Worker that served the old path was removed, so
https://jesta.ai/docs now returns 404. https://docs.jesta.ai returns 200.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
https://jesta.ai/thumper returns 404 - the landing site defines only /,
/blog and /blog/:slug, with a catch-all NotFound. The root returns 200.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@LiorFink00 LiorFink00 changed the title docs: point the README Docs link at docs.jesta.ai docs: fix the two dead links in the README header Aug 13, 2026
@LiorFink00
LiorFink00 merged commit 1558e01 into main Aug 13, 2026
19 of 21 checks passed
@LiorFink00
LiorFink00 deleted the fix/docs-link branch August 13, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants