docs: update CONTRIBUTING links from yeagerai to genlayerlabs org - #401
docs: update CONTRIBUTING links from yeagerai to genlayerlabs org#401danilaverbena wants to merge 1 commit into
Conversation
CONTRIBUTING.md still pointed contributors at yeagerai/genlayer-cli (issues page, issue list, clone URL) and yeagerai/genlayer-docs. Both repositories now live under the genlayerlabs organization, so update the URLs to their canonical locations.
|
This PR targeted I retargeted it to |
📝 WalkthroughWalkthroughUpdated contribution instructions to replace ChangesContributor documentation updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CONTRIBUTING.md`:
- Line 61: Update the shell command examples in the relevant CONTRIBUTING.md
block by removing the “$” prompt from all commands, applying the same
prompt-free style consistently throughout the block.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
|
||
| ```sh | ||
| $ git clone https://github.com/yeagerai/genlayer-cli.git | ||
| $ git clone https://github.com/genlayerlabs/genlayer-cli.git |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Remove the $ prompt from shell commands or configure MD014.
This command block triggers Markdownlint MD014 because commands use $ without showing output. Apply the same style consistently across the block.
🧰 Tools
🪛 markdownlint-cli2 (0.23.1)
[warning] 61-61: Dollar signs used before commands without showing output
(MD014, commands-show-output)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@CONTRIBUTING.md` at line 61, Update the shell command examples in the
relevant CONTRIBUTING.md block by removing the “$” prompt from all commands,
applying the same prompt-free style consistently throughout the block.
Source: Linters/SAST tools
Problem
CONTRIBUTING.mdstill points contributors at the oldyeageraiorganization:https://github.com/yeagerai/genlayer-cli/issues(report issues)https://github.com/yeagerai/genlayer-cli/issues(pick an issue)git clone https://github.com/yeagerai/genlayer-cli.githttps://github.com/yeagerai/genlayer-docs(docs repo)This repo now lives at
genlayerlabs/genlayer-cliand the docs atgenlayerlabs/genlayer-docs. GitHub redirects keep the old URLs working today, but the onboarding doc shows a stale org to every new contributor, and redirects aren't guaranteed if a name is ever reused.Fix
Update the four URLs to their canonical
genlayerlabslocations:Docs-only; no code or workflow changes.
Summary by CodeRabbit