diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 378c3757..5d8b2652 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @vector-im/element-call-reviewers +* @element-hq/element-call-reviewers diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 910a4131..e7cb7e67 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -14,7 +14,7 @@ jobs: - name: Check out test private repo uses: actions/checkout@v4 with: - repository: vector-im/static-call-participant + repository: element-hq/static-call-participant ref: refs/heads/main path: static-call-participant token: ${{ secrets.GH_E2E_TEST_TOKEN }} diff --git a/.github/workflows/netlify-pr.yaml b/.github/workflows/netlify-pr.yaml index 1a4d7d81..c63269ac 100644 --- a/.github/workflows/netlify-pr.yaml +++ b/.github/workflows/netlify-pr.yaml @@ -44,12 +44,12 @@ jobs: - name: Add redirects file # We fetch from github directly as we don't bother checking out the repo - run: curl -s https://raw.githubusercontent.com/vector-im/element-call/main/config/netlify_redirects > webapp/_redirects + run: curl -s https://raw.githubusercontent.com/element-hq/element-call/main/config/netlify_redirects > webapp/_redirects - name: Add config file env: HEADBRACH: ${{ github.event.workflow_run.head_branch }} - run: curl -s "https://raw.githubusercontent.com/vector-im/element-call/${HEADBRACH}/config/element_io_preview.json" > webapp/config.json + run: curl -s "https://raw.githubusercontent.com/element-hq/element-call/${HEADBRACH}/config/element_io_preview.json" > webapp/config.json - name: ☁️ Deploy to Netlify id: netlify diff --git a/README.md b/README.md index cc422d6e..4baea5cd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Group calls with WebRTC that leverage [Matrix](https://matrix.org) and an open-source WebRTC toolkit from [LiveKit](https://livekit.io/). -For prior version of the Element Call that relied solely on full-mesh logic, check [`full-mesh`](https://github.com/vector-im/element-call/tree/full-mesh) branch. +For prior version of the Element Call that relied solely on full-mesh logic, check [`full-mesh`](https://github.com/element-hq/element-call/tree/full-mesh) branch. ![A demo of Element Call with six people](demo.jpg) @@ -16,7 +16,7 @@ To try it out, visit our hosted version at [call.element.io](https://call.elemen Until prebuilt tarballs are available, you'll need to build Element Call from source. First, clone and install the package: ``` -git clone https://github.com/vector-im/element-call.git +git clone https://github.com/element-hq/element-call.git cd element-call yarn yarn build @@ -74,7 +74,7 @@ yarn link Next, we can set up this project: ``` -git clone https://github.com/vector-im/element-call.git +git clone https://github.com/element-hq/element-call.git cd element-call yarn yarn link matrix-js-sdk diff --git a/backend-docker-compose.yml b/backend-docker-compose.yml index 58b147e9..75b7f720 100644 --- a/backend-docker-compose.yml +++ b/backend-docker-compose.yml @@ -5,7 +5,7 @@ networks: services: auth-service: - image: ghcr.io/vector-im/lk-jwt-service:latest-ci + image: ghcr.io/element-hq/lk-jwt-service:latest-ci hostname: auth-server ports: - 8881:8080