Skip to content

site: refresh GitHub org URL after rename to plmbr#345

Merged
mbektas merged 1 commit into
plmbr:gh-pagesfrom
pjdoland:docs/refresh-org-urls
May 24, 2026
Merged

site: refresh GitHub org URL after rename to plmbr#345
mbektas merged 1 commit into
plmbr:gh-pagesfrom
pjdoland:docs/refresh-org-urls

Conversation

@pjdoland
Copy link
Copy Markdown
Collaborator

@pjdoland pjdoland commented May 23, 2026

Summary

The org renamed from notebook-intelligence to plmbr, and the npm scope renamed from @notebook-intelligence/notebook-intelligence to @plmbr/notebook-intelligence (#342). GitHub redirects the old URLs, but every page on plmbr.dev still rendered with the pre-rename org name in headers, footers, layouts, posts, and content pages, and the install checklist still pointed at the old npm scope.

Solution

22 files updated:

  • Site chrome. _config.yml social link, _includes/footer.html (GitHub / Issues / Changelog / Contributing / Security / License links), _includes/header.html GitHub icon, _layouts/post.html archived-post changelog link.
  • Pages. 404.html, index.markdown, about.markdown, admin.markdown, docs.markdown, install.markdown (GitHub URLs + npm scope checklist line), features/claude-code.markdown, features/skills-plugins.markdown, blog/archive.markdown.
  • Posts. All four 2025 launch posts and the v4.6 / v4.7 / v4.8 release posts had inline GitHub links updated.
  • Crawler signals. robots.txt sitemap URL.
  • Build comment. Gemfile header comment updated from notebook-intelligence.github.io to plmbr.dev.

Scope intentionally excludes _config.yml's url / baseurl / domain block and the CNAME file — both already updated in the recent domain-cutover commits.

Testing

Verified each file with grep -n "notebook-intelligence/notebook-intelligence" post-edit returns empty.

Risks / follow-ups

  • Live-site smoke check after merge: hit plmbr.dev/ and inspect the header / footer / a sample post body to confirm all GitHub links point at github.com/plmbr/notebook-intelligence.

The notebook-intelligence org was renamed to plmbr, and the npm package
scope renamed from @notebook-intelligence/notebook-intelligence to
@plmbr/notebook-intelligence (plmbr#342). GitHub redirects the old URLs, but
every page on plmbr.dev still rendered with the pre-rename org name in
headers, footers, layouts, posts, and content pages, and the install
checklist still pointed at the old npm scope. This points 22 files at
the new canonical `github.com/plmbr/notebook-intelligence` shape and
updates the labextension checklist entry to match the live npm name.

Scope intentionally excludes `_config.yml`'s url / baseurl / domain
block and CNAME, both already updated upstream in the recent
domain-cutover commits.
@pjdoland pjdoland force-pushed the docs/refresh-org-urls branch from 413f55b to 37dfdee Compare May 23, 2026 18:31
@pjdoland pjdoland added the documentation Improvements or additions to documentation label May 23, 2026
@mbektas mbektas merged commit a9693be into plmbr:gh-pages May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants