From 5518f1ca26e22be5c05afff71990ac17aa3c3bb8 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 23 Jan 2025 16:59:04 +0200 Subject: [PATCH] docs: update repository URLs from Codium-ai to qodo-ai --- docs/docs/installation/github.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation/github.md b/docs/docs/installation/github.md index dc6bdef0..207d6ec8 100644 --- a/docs/docs/installation/github.md +++ b/docs/docs/installation/github.md @@ -21,7 +21,7 @@ jobs: steps: - name: PR Agent action step id: pragent - uses: Codium-ai/pr-agent@main + uses: qodo-ai/pr-agent@main env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index c841d27f..c1bbe675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["dependencies"] dependencies = { file = ["requirements.txt"] } [project.urls] -"Homepage" = "https://github.com/Codium-ai/pr-agent" +"Homepage" = "https://github.com/qodo-ai/pr-agent" "Documentation" = "https://pr-agent-docs.codium.ai/" [tool.setuptools]