docs: update repo references to new GitHub name Open-WebUI-Pipe-OpenRouter#3
Merged
Merged
Conversation
…outer Replace all occurrences of the old repository name `OpenRouter-Pipe` with `Open-WebUI-Pipe-OpenRouter` across documentation files, following the repository rename on GitHub. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates documentation links and examples to reflect the GitHub repository rename from OpenRouter-Pipe to Open-WebUI-Pipe-OpenRouter, ensuring badges, clone instructions, issue links, and advisory/compare URLs all point to the correct repo.
Changes:
- Updated GitHub Actions badge and clone/cd instructions in
README.md. - Updated fork clone template and issues URL in
CONTRIBUTING.md. - Updated GitHub compare/tag URLs in
CHANGELOG.mdand advisory/reporting links in policy docs.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates badge and repo clone/cd/docs tree references to the new repo URL/name. |
| CONTRIBUTING.md | Updates fork clone instructions and issue link to the renamed repo. |
| CHANGELOG.md | Updates compare/release reference links to the renamed repo. |
| SECURITY.md | Updates private vulnerability reporting/advisories links to the renamed repo. |
| .github/CODE_OF_CONDUCT.md | Updates issues and private vulnerability reporting links to the renamed repo. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
OpenRouter-PipewithOpen-WebUI-Pipe-OpenRouteracross documentation files, following the repository rename on GitHub.Files changed
README.mdcdcommand, directory structureCONTRIBUTING.mdcdcommand, issues linkCHANGELOG.mdSECURITY.md.github/CODE_OF_CONDUCT.mdWhat a reviewer should know
Purely mechanical rename — no logic or behaviour changed. All 17 substitutions replace
OpenRouter-PipewithOpen-WebUI-Pipe-OpenRouter. Agrep -r "OpenRouter-Pipe" .returns zero matches after this change.Test plan
grep -r "OpenRouter-Pipe" .returns zero matches🤖 Generated with Claude Code