Skip to content

Commit 70d30ae

Browse files
committed
update repo name
1 parent a57666f commit 70d30ae

File tree

14 files changed

+36
-26
lines changed

14 files changed

+36
-26
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,35 @@
11
# Contributing
22

3-
When contributing to this repository, please first discuss the change you wish to make via [issues](https://github.com/onlook-dev/onlook/issues),
4-
[Discord](https://discord.gg/hERDfFZCsH), [email](mailto:[email protected]), or any other method with the owners of this repository before making a change.
3+
When contributing to this repository, please first discuss the change you wish
4+
to make via [issues](https://github.com/onlook-dev/desktop/issues),
5+
[Discord](https://discord.gg/hERDfFZCsH), [email](mailto:[email protected]), or
6+
any other method with the owners of this repository before making a change.
57

6-
Please note we have a [code of conduct](./CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
8+
Please note we have a [code of conduct](./CODE_OF_CONDUCT.md), please follow it
9+
in all your interactions with the project.
710

811
## Pull Request Process
912

10-
1. To create a Pull Request (PR), [create a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) of the project.
13+
1. To create a Pull Request (PR),
14+
[create a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
15+
of the project.
1116

1217
![Fork](./assets/fork.png)
1318

14-
2. Create your changes in your fork and [open a PR from that fork.](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)
19+
2. Create your changes in your fork and
20+
[open a PR from that fork.](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)
1521

1622
![Contribute](./assets/contribute.png)
1723

18-
3. Update the PR description with details of the changes. Link the issue if relevant.
19-
4. Request a review of one of the maintainers. Once accepted, they will be able to merge your PR.
24+
3. Update the PR description with details of the changes. Link the issue if
25+
relevant.
26+
4. Request a review of one of the maintainers. Once accepted, they will be able
27+
to merge your PR.
2028

2129
## Style guide
2230

23-
We try to follow guidelines from [Clean Code](https://gist.github.com/wojteklu/73c6914cc446146b8b533c0988cf8d29) and the boy scoute rule:
31+
We try to follow guidelines from
32+
[Clean Code](https://gist.github.com/wojteklu/73c6914cc446146b8b533c0988cf8d29)
33+
and the boy scoute rule:
2434

25-
"Leave the code cleaner, not messier, than how you found it".
35+
"Leave the code cleaner, not messier, than how you found it".

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"private": true,
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/onlook-dev/onlook.git"
16+
"url": "https://github.com/onlook-dev/desktop.git"
1717
},
1818
"debug": {
1919
"env": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "git+https://github.com/onlook-dev/onlook.git"
42+
"url": "git+https://github.com/onlook-dev/desktop.git"
4343
},
4444
"bugs": {
45-
"url": "https://github.com/onlook-dev/onlook/issues"
45+
"url": "https://github.com/onlook-dev/desktop/issues"
4646
},
4747
"devDependencies": {
4848
"extract-zip": "^2.0.1",

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"private": true,
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/onlook-dev/onlook.git"
12+
"url": "https://github.com/onlook-dev/desktop.git"
1313
},
1414
"scripts": {
1515
"clean": "rm -rf node_modules",

packages/foundation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/onlook-dev/onlook.git"
7+
"url": "https://github.com/onlook-dev/desktop.git"
88
},
99
"type": "commonjs",
1010
"main": "dist/index.js",

packages/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"private": true,
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/onlook-dev/onlook.git"
12+
"url": "https://github.com/onlook-dev/desktop.git"
1313
},
1414
"scripts": {
1515
"clean": "rm -rf node_modules",

packages/growth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"private": true,
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/onlook-dev/onlook.git"
12+
"url": "https://github.com/onlook-dev/desktop.git"
1313
},
1414
"scripts": {
1515
"clean": "rm -rf node_modules",

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/onlook-dev/onlook.git"
7+
"url": "https://github.com/onlook-dev/desktop.git"
88
},
99
"type": "module",
1010
"main": "src/index.ts",

packages/models/src/constants/editor.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ export enum EditorAttributes {
3838

3939
export enum Links {
4040
DISCORD = 'https://discord.gg/hERDfFZCsH',
41-
GITHUB = 'https://github.com/onlook-dev/onlook',
42-
USAGE_DOCS = 'https://github.com/onlook-dev/onlook/wiki/How-to-set-up-my-project%3F',
43-
WIKI = 'https://github.com/onlook-dev/onlook/wiki',
44-
OPEN_ISSUE = 'https://github.com/onlook-dev/onlook/issues/new/choose',
41+
GITHUB = 'https://github.com/onlook-dev/desktop',
42+
USAGE_DOCS = 'https://github.com/onlook-dev/desktop/wiki/How-to-set-up-my-project%3F',
43+
WIKI = 'https://github.com/onlook-dev/desktop/wiki',
44+
OPEN_ISSUE = 'https://github.com/onlook-dev/desktop/issues/new/choose',
4545
}
4646

4747
export enum Orientation {

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/onlook-dev/onlook.git"
7+
"url": "https://github.com/onlook-dev/desktop.git"
88
},
99
"type": "module",
1010
"main": "src/index.ts",

0 commit comments

Comments
 (0)