docs: fix stale org URLs in website and plugin manifests (#787)#808
Merged
igorls merged 1 commit intoMemPalace:developfrom Apr 13, 2026
Merged
Conversation
ab66dd5 to
73bd2e1
Compare
…ts (MemPalace#787) Follow-up to MemPalace#766 which covers version.py, pyproject.toml, README, CHANGELOG, and CONTRIBUTING. These 11 files still had the old org name in URLs: - website/ (VitePress config + 6 docs pages) - .claude-plugin/ (plugin.json repository, README marketplace command) - .codex-plugin/ (plugin.json URLs, README links) Author name fields are intentionally unchanged.
73bd2e1 to
c4bacec
Compare
Contributor
|
LGTM, I've fully reviewed the changes and everything looks solid. Correctly updates the stale repository URLs (milla-jovovich -> MemPalace) across all VitePress docs and plugin manifests. |
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.
Follow-up to #766 (which covers version.py, pyproject.toml, README, CHANGELOG, CONTRIBUTING).
These 11 files still reference the old
milla-jovovichGitHub org in URLs:website/ (VitePress docs site, merged via #439):
.vitepress/config.mts-- GitHub nav link + edit-page URL patternindex.md-- hero action linkguide/claude-code.md,guide/getting-started.md,guide/gemini-cli.md-- clone URLsreference/contributing.md-- clone URL, issues link, discussions linkreference/benchmarks.md-- 3 repo linksPlugin manifests:
.claude-plugin/plugin.json-- repository URL.claude-plugin/README.md-- marketplace command.codex-plugin/plugin.json-- homepage, repository, websiteURL, privacyPolicyURL, termsOfServiceURL.codex-plugin/README.md-- clone URL, repo linksAuthor name fields (
"name": "milla-jovovich",developerName) are intentionally unchanged -- those refer to the person, not the org.Note: also includes
version.py3.1.0 -> 3.2.0 to unblock CI (#771) -- same workaround every open PR on develop needs until #766 lands.Relates to #787.