Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Element meta

This is the home of shared Element app documentation and artefacts for the element [web, desktop](https://github.com/vector-im/element-web), [Android](https://github.com/vector-im/element-android) and [iOS](https://github.com/vector-im/element-ios) apps.
This is the home of shared Element app documentation and artefacts for the element [web](https://github.com/element-hq/element-web), [desktop](https://github.com/element-hq/element-web), [Android](https://github.com/element-hq/element-x-android) and [iOS](https://github.com/element-hq/element-x-ios) apps.

Each project will link to the [wiki](https://github.com/vector-im/element-meta/wiki) directly to reference processes that it has adopted.
Each project will link to the [wiki](https://github.com/element-hq/element-meta/wiki) directly to reference processes that it has adopted.

## Setting up label sync in another repository

Expand All @@ -21,10 +21,10 @@ on:
- .github/labels.yml
jobs:
sync-labels:
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
uses: element-hq/element-meta/.github/workflows/sync-labels.yml@develop
with:
LABELS: |
vector-im/element-meta
element-hq/element-meta
.github/labels.yml
DELETE: true
WET: false
Expand Down