Skip to content

Commit 9b95add

Browse files
authored
Merge pull request #195 from element-hq/robin/update-urls
Update repository URL (to fix npm provenance verification)
2 parents fcaf2c5 + 879a215 commit 9b95add

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Compound design tokens
44

5-
[![](https://img.shields.io/github/license/vector-im/compound)](https://github.com/vector-im/compound/blob/main/LICENSE)
5+
[![](https://img.shields.io/github/license/element-hq/compound)](https://github.com/element-hq/compound/blob/main/LICENSE)
66
[![npm](https://img.shields.io/npm/v/@vector-im/compound-design-tokens)](https://www.npmjs.com/package/@vector-im/compound-design-tokens)
77

88
Home to the design tokens.

docs/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Updates to [Compound Icons](https://github.com/element-hq/compound-design-tokens
2525
- A pull request will be created containing the latest icon changes.
2626

2727
## Requesting an icon
28-
- Create an icon request in [vector-im/compound](https://github.com/vector-im/compound/issues/new/choose)
28+
- Create an icon request in [element-hq/compound](https://github.com/element-hq/compound/issues/new/choose)
2929

3030
## Removing or changing icons
3131

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 🌐 Web (npm)
44

5-
- Run the [release npm package](https://github.com/vector-im/compound-design-tokens/actions/workflows/release-npm.yml) GitHub action
5+
- Run the [release npm package](https://github.com/element-hq/compound-design-tokens/actions/workflows/release-npm.yml) GitHub action
66

77
## 🤖 Android (maven)
88

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ <h1>Compound design tokens</h1>
4848
can be stored in a central location and be easily updated and shared
4949
across teams, allowing for consistent design across different platforms.
5050
</p>
51-
<a href="https://github.com/vector-im/compound/tree/main/design-tokens"
52-
>https://github.com/vector-im/compound/tree/main/design-tokens</a
51+
<a href="https://github.com/element-hq/compound-design-tokens"
52+
>https://github.com/element-hq/compound-design-tokens</a
5353
>
5454
<style style="display: block" contenteditable="true">
5555
body {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
},
4545
"author": "",
4646
"license": "SEE LICENSE IN README.md",
47-
"homepage": "https://github.com/vector-im/compound-design-tokens",
47+
"homepage": "https://github.com/element-hq/compound-design-tokens",
4848
"bugs": {
49-
"url": "https://github.com/vector-im/compound/issues"
49+
"url": "https://github.com/element-hq/compound/issues"
5050
},
5151
"repository": {
5252
"type": "git",
53-
"url": "git+https://github.com/vector-im/compound-design-tokens.git"
53+
"url": "https://github.com/element-hq/compound-design-tokens"
5454
},
5555
"devDependencies": {
5656
"@babel/core": "^7.24.7",

0 commit comments

Comments
 (0)