site: refresh GitHub org URL after rename to plmbr#345
Merged
Conversation
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.
413f55b to
37dfdee
Compare
mbektas
approved these changes
May 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The org renamed from
notebook-intelligencetoplmbr, and the npm scope renamed from@notebook-intelligence/notebook-intelligenceto@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:
_config.ymlsocial link,_includes/footer.html(GitHub / Issues / Changelog / Contributing / Security / License links),_includes/header.htmlGitHub icon,_layouts/post.htmlarchived-post changelog link.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.robots.txtsitemap URL.Gemfileheader comment updated fromnotebook-intelligence.github.iotoplmbr.dev.Scope intentionally excludes
_config.yml'surl/baseurl/domainblock and theCNAMEfile — 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
plmbr.dev/and inspect the header / footer / a sample post body to confirm all GitHub links point atgithub.com/plmbr/notebook-intelligence.