Skip to content

Commit d7d3f56

Browse files
authored
docs(readme): point examples at the-pr-agent/pr-agent slug (#2363)
Updates the GitHub Action example, the last-commit badge, the Tagging bot link, and the three demo links in "See It in Action" to reference the community-owned the-pr-agent/pr-agent repo. Verified PR #530 and PR #732 resolve at the new org (the original repo was transferred, not forked, so PR numbers and history are preserved); old links 301 to the new ones today, but pinning to the canonical repo avoids relying on the redirect long-term. Image URLs hosted at codium.ai (logos, screenshots) are left alone because they're CDN assets that would need to be re-uploaded elsewhere first; out of scope for this slug-only fix.
1 parent bf069a6 commit d7d3f56

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<br>
1515
The Original Open-Source PR Reviewer
1616
<br><br>
17-
<a href="https://github.com/Codium-ai/pr-agent/commits/main">
18-
<img alt="GitHub" src="https://img.shields.io/github/last-commit/Codium-ai/pr-agent/main?style=for-the-badge" height="20">
17+
<a href="https://github.com/the-pr-agent/pr-agent/commits/main">
18+
<img alt="GitHub" src="https://img.shields.io/github/last-commit/the-pr-agent/pr-agent/main?style=for-the-badge" height="20">
1919
</a>
2020
</div>
2121

@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: PR Agent action step
77-
uses: Codium-ai/pr-agent@main
77+
uses: the-pr-agent/pr-agent@main
7878
env:
7979
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -169,7 +169,7 @@ PR-Agent offers comprehensive pull request functionalities integrated with vario
169169
| | | | | | | |
170170
| [USAGE](https://docs.pr-agent.ai/usage-guide/) | [CLI](https://docs.pr-agent.ai/usage-guide/automations_and_usage/#local-repo-cli) ||||||
171171
| | [App / webhook](https://docs.pr-agent.ai/usage-guide/automations_and_usage/#github-app) ||||||
172-
| | [Tagging bot](https://github.com/Codium-ai/pr-agent#try-it-now) || | | | |
172+
| | [Tagging bot](https://github.com/the-pr-agent/pr-agent#try-it-now) || | | | |
173173
| | [Actions](https://docs.pr-agent.ai/installation/github/#run-as-a-github-action) ||||| |
174174
| | | | | | | |
175175
| [CORE](https://docs.pr-agent.ai/core-abilities/) | [Adaptive and token-aware file patch fitting](https://docs.pr-agent.ai/core-abilities/compression_strategy/) ||||| |
@@ -187,15 +187,15 @@ ___
187187
## See It in Action
188188

189189
</div>
190-
<h4><a href="https://github.com/Codium-ai/pr-agent/pull/530">/describe</a></h4>
190+
<h4><a href="https://github.com/the-pr-agent/pr-agent/pull/530">/describe</a></h4>
191191
<div align="center">
192192
<p float="center">
193193
<img src="https://www.codium.ai/images/pr_agent/describe_new_short_main.png" width="512">
194194
</p>
195195
</div>
196196
<hr>
197197

198-
<h4><a href="https://github.com/Codium-ai/pr-agent/pull/732#issuecomment-1975099151">/review</a></h4>
198+
<h4><a href="https://github.com/the-pr-agent/pr-agent/pull/732#issuecomment-1975099151">/review</a></h4>
199199
<div align="center">
200200
<p float="center">
201201
<kbd>
@@ -205,7 +205,7 @@ ___
205205
</div>
206206
<hr>
207207

208-
<h4><a href="https://github.com/Codium-ai/pr-agent/pull/732#issuecomment-1975099159">/improve</a></h4>
208+
<h4><a href="https://github.com/the-pr-agent/pr-agent/pull/732#issuecomment-1975099159">/improve</a></h4>
209209
<div align="center">
210210
<p float="center">
211211
<kbd>

0 commit comments

Comments
 (0)