Skip to content

docs(readme): refresh blog URLs after org rename to plmbr#343

Merged
mbektas merged 1 commit into
plmbr:mainfrom
pjdoland:docs/refresh-blog-urls
May 24, 2026
Merged

docs(readme): refresh blog URLs after org rename to plmbr#343
mbektas merged 1 commit into
plmbr:mainfrom
pjdoland:docs/refresh-blog-urls

Conversation

@pjdoland
Copy link
Copy Markdown
Collaborator

Summary

The blog moved from notebook-intelligence.github.io/notebook-intelligence to plmbr.dev with a new /blog/archive/<slug>/ permalink shape as part of the recent org rename. The README's five direct links still pointed at the old URL, which serves via redirect today but won't survive any future GitHub Pages cleanup and gives readers an extra hop.

Solution

Updated all five blog references in README.md to use the live canonical URL.

Title Old New
Provider blog post (Configuration section) notebook-intelligence.github.io/.../blog/2025/03/05/support-for-any-llm-provider.html plmbr.dev/blog/archive/support-for-any-llm-provider/
Introducing Notebook Intelligence .../blog/2025/01/08/... plmbr.dev/blog/archive/introducing-notebook-intelligence/
Building AI Extensions for JupyterLab .../blog/2025/02/05/... plmbr.dev/blog/archive/building-ai-extensions-for-jupyterlab/
Building AI Agents for JupyterLab .../blog/2025/02/09/... plmbr.dev/blog/archive/building-ai-agents-for-jupyterlab/
Provider support post (Further reading) .../blog/2025/03/05/... plmbr.dev/blog/archive/support-for-any-llm-provider/

All four target URLs return HTTP 200, and the /blog/archive/<slug>/ shape matches what the site's archive page declares as the canonical for each post.

Testing

No automated tests for static docs. Verified each replacement URL with curl -sI and confirmed it matches the <link rel="canonical"> Jekyll renders.

Risks / follow-ups

None. The gh-pages branch still has stale references in headers/footers/posts/configs; I'll send that as a separate PR against gh-pages rather than mixing branches here.

The blog moved from notebook-intelligence.github.io to plmbr.dev with a
new `/blog/archive/<slug>/` permalink shape. The GitHub redirect handled
day-one breakage, but the README's five direct links now point at the
live canonical URLs so users land without a redirect hop and SEO sees
the right home.
@pjdoland pjdoland added the enhancement New feature or request label May 23, 2026
@mbektas mbektas merged commit d1dc921 into plmbr:main May 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants