Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
docs(readme): fix remaining references
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Mar 28, 2024
1 parent bba2344 commit 5dc4770
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🚀 Feature request
description: Submit a proposal/request for a new feature for the contribution API
description: Submit a proposal/request for a new feature for the companion API
labels: "type: new feature"
assignees: frgfm

Expand Down
2 changes: 1 addition & 1 deletion .github/verify_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

GH_ORG = "quack-ai"
GH_REPO = "contribution-api"
GH_REPO = "companion"


def query_repo(cmd: str, *, accept) -> Any:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
username: ${{ secrets.SSH_DEV_USERNAME }}
key: ${{ secrets.SSH_DEPLOY_DEV }}
script: |
docker pull quackai/contribution-api:latest
docker pull quackai/companion:latest
docker rmi -f $(docker images -f "dangling=true" -q)
cd devops && docker compose stop backend && docker compose up -d --wait && docker compose exec backend alembic upgrade head
docker inspect -f '{{ .Created }}' $(docker compose images -q backend)
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ First, check whether the topic wasn't already covered in an open / closed issue.

### Questions

If you are wondering how to do something with Contribution API, or a more general question, you should consider checking out Github [discussions](https://github.com/quack-ai/companion/discussions). See it as a Q&A forum, or the project-specific StackOverflow!
If you are wondering how to do something with Companion API, or a more general question, you should consider checking out Github [discussions](https://github.com/quack-ai/companion/discussions). See it as a Q&A forum, or the project-specific StackOverflow!


## Developer setup
Expand All @@ -87,8 +87,8 @@ If you are wondering how to do something with Contribution API, or a more genera

2 - [Clone your fork](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) to your local disk and set the upstream to this repo
```shell
git clone [email protected]:<YOUR_GITHUB_ACCOUNT>/contribution-api.git
cd contribution-api
git clone [email protected]:<YOUR_GITHUB_ACCOUNT>/companion.git
cd companion
git remote add upstream https://github.com/quack-ai/companion.git
```

Expand Down

0 comments on commit 5dc4770

Please sign in to comment.