docs(links): fix Relax repository URLs - #310
Merged
SigureMo merged 1 commit intoSep 10, 2026
Merged
Conversation
# 📝 Documentation ## Fix repository links - Point all six GenRM documentation links to redai-studio/Relax. - Update the English and Chinese pages together while preserving the target paths.
ooooo-create
requested review from
NINGBENZHE,
Yangruipis and
yxyOo
as code owners
September 10, 2026 15:37
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to documentation URL corrections and the updated links are consistent and valid across both language versions.
Pull request overview
This PR updates GenRM documentation links (English + Chinese) so they correctly point to the redai-studio/Relax GitHub repository, fixing previously incorrect xhs-tech/Relax references.
Changes:
- Updated three GitHub URLs in the Chinese GenRM doc to use
https://github.com/redai-studio/Relax/.... - Updated three GitHub URLs in the English GenRM doc to use
https://github.com/redai-studio/Relax/.... - Kept the
mainbranch and target paths unchanged while only switching the repository owner.
File summaries
| File | Description |
|---|---|
| docs/zh/examples/generative-reward-model.md | Fixes GitHub links to point to redai-studio/Relax for the GenRM example README and post-processing script. |
| docs/en/examples/generative-reward-model.md | Same link corrections in the English GenRM documentation to avoid directing users to the wrong org. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
rai-studio-bot
approved these changes
Sep 10, 2026
rai-studio-bot
left a comment
There was a problem hiding this comment.
已核对中英文文档的六处链接修改,目标文件均存在于 redai-studio/Relax 的 main 分支,未发现需要阻塞合入的问题。PR 描述与改动一致。Pre-commit 检查已通过,三项 Python 测试仍在运行;本次仅修改文档 URL,未运行本地训练及多节点 GPU 集成测试。
Powered by Nyanpasu with gpt-6-astra medium, please check the suggestions carefully.
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.
What
Correct six GitHub links in the English and Chinese GenRM documentation to point to
redai-studio/Relax.Why
These references currently use
xhs-tech/Relax, directing readers to the wrong GitHub organization.How
Replace the repository owner in links to
examples/generate_reward_model/README.mdandexamples/generate_reward_model/post_process_genrm_swap.py. Preserve themainbranch and target file paths in both language versions.Testing
pre-commit run --all-filespassespytest tests/) — Not run because this change only corrects documentation URLs; multi-node GPU integration tests are not applicable.Also verified that
git diff --cached --checkpasses and no tracked files retainxhs-tech/Relaxreferences.Type of Change
Screenshots / Logs
All applicable hooks passed with
pre-commit run --all-files --show-diff-on-failure, including gitleaks. Screenshots are not applicable to this URL-only documentation update.