docs: fix stale org URLs and PR branch target in contributor docs#679
Merged
bensig merged 1 commit intoMemPalace:developfrom Apr 12, 2026
Merged
Conversation
…tor docs The repo moved to the MemPalace org but several docs still point at the old milla-jovovich URLs. Also, CONTRIBUTING.md tells people to PR against main while the actual workflow (per ROADMAP.md) targets develop. Files touched: - CONTRIBUTING.md: clone URL, issues URL, PR target branch - examples/gemini_cli_setup.md: clone URL - integrations/openclaw/SKILL.md: homepage and license URLs
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.
Several docs still reference the old
milla-jovovichGitHub org after the rename toMemPalace. Also,CONTRIBUTING.mdtells contributors to PR againstmain, but the actual workflow targetsdevelop(confirmed in ROADMAP.md branch model section).Changes (3 files, 6 line swaps):
CONTRIBUTING.md-- clone URL, issues link, PR target branch (main->develop)examples/gemini_cli_setup.md-- clone URLintegrations/openclaw/SKILL.md-- homepage and license linkDeliberately left out of scope:
README.md-- has several open PRs already (docs: rewrite documentation — focused README, flat docs/, NOTICES.md #641, docs: update stale v3.0.0 references to v3.1.0 in README #578)pyproject.toml/ plugin manifests -- package metadata, maintainer call.github/CODEOWNERS-- GitHub usernames, not repo URLsNote: orthogonal to #580 which fixes test commands and project structure listing in CONTRIBUTING.md. Different hunks, should merge cleanly in either order.