Skip to content

Commit

Permalink
chore: update github repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-ml committed Feb 7, 2023
1 parent 4d29151 commit 7df09ef
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 40 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ Kobalte is a UI toolkit for building accessible web apps and design systems with

### Bugs

We use [GitHub issues](https://github.com/fabien-ml/kobalte/issues) to track work and log bugs. Please check existing issues before filing anything new. We do our best to respond to issues within a few days. If you would like to contribute a fix, please let us know by leaving a comment on the issue.
We use [GitHub issues](https://github.com/kobaltedev/kobalte/issues) to track work and log bugs. Please check existing issues before filing anything new. We do our best to respond to issues within a few days. If you would like to contribute a fix, please let us know by leaving a comment on the issue.

The best way to reduce back and forth on a bug is to provide a small code example exhibiting the issue along with steps to reproduce it. If you would like to work on a bugfix yourself, make sure an issue exists first.

Please follow the issue templates when filing new ones and add as much information as possible.

### Feature requests

Kobalte components can always be improved upon. If you have a feature request, you can use our Feature Request issue template. For new component or larger scopes of work, it is a good idea to open a Request For Comments (RFC) first to gather feedback from the team. Create a [new discussion](https://github.com/fabien-ml/kobalte/discussions/categories/rfc) in the RFC category by using our [RFC](https://github.com/fabien-ml/kobalte/tree/main/templates/rfc.md) template.
Kobalte components can always be improved upon. If you have a feature request, you can use our Feature Request issue template. For new component or larger scopes of work, it is a good idea to open a Request For Comments (RFC) first to gather feedback from the team. Create a [new discussion](https://github.com/kobaltedev/kobalte/discussions/categories/rfc) in the RFC category by using our [RFC](https://github.com/kobaltedev/kobalte/tree/main/templates/rfc.md) template.

## Connect with the community

Expand Down Expand Up @@ -106,7 +106,7 @@ Kobalte follows the [conventional commits](https://www.conventionalcommits.org/e
### Get started with Kobalte locally

- Install [editorconfig](https://editorconfig.org/) extension for your editor.
- Fork [repository](https://github.com/fabien-ml/kobalte), clone or download your fork.
- Fork [repository](https://github.com/kobaltedev/kobalte), clone or download your fork.
- Install dependencies with pnpm – `pnpm`.
- Build local version of all packages and docs – `pnpm build`.
- Build local version of all packages – `pnpm build:libs`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# kobalte

[![license-badge]](https://github.com/fabien-ml/kobalte#license)
[![license-badge]](https://github.com/kobaltedev/kobalte#license)

[license-badge]: https://img.shields.io/github/license/fabien-ml/kobalte
[license-badge]: https://img.shields.io/github/license/kobaltedev/kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.

Expand Down
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"unstyled",
"aria"
],
"homepage": "https://github.com/fabien-ml/kobalte/tree/main/apps/docs#readme",
"homepage": "https://github.com/kobaltedev/kobalte/tree/main/apps/docs#readme",
"bugs": {
"url": "https://github.com/fabien-ml/kobalte/issues"
"url": "https://github.com/kobaltedev/kobalte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabien-ml/kobalte.git"
"url": "git+https://github.com/kobaltedev/kobalte.git"
},
"license": "MIT",
"author": "Fabien Marie-Louise <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function Footer() {
<li class="mb-2">
<a
class="flex items-center space-x-1 text-zinc-600 hover:text-zinc-700 dark:text-zinc-400 transition duration-150 ease-in-out"
href="https://github.com/fabien-ml/kobalte"
href="https://github.com/kobaltedev/kobalte"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function Header(props: HeaderProps) {
</Link>
</div>
<Link
href="https://github.com/fabien-ml/kobalte"
href="https://github.com/kobaltedev/kobalte"
target="_blank"
rel="noopener noreferrer"
class="p-4 flex items-center justify-center transition rounded text-zinc-700 hover:text-zinc-800 dark:text-zinc-300 dark:hover:text-zinc-200 hover:bg-zinc-100 dark:hover:bg-zinc-800"
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/routes/docs/changelog/0-3-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

## Bug fixes

- [#39](https://github.com/fabien-ml/kobalte/issues/39)
- [#50](https://github.com/fabien-ml/kobalte/issues/50)
- [#39](https://github.com/kobaltedev/kobalte/issues/39)
- [#50](https://github.com/kobaltedev/kobalte/issues/50)
8 changes: 4 additions & 4 deletions apps/docs/src/routes/docs/changelog/0-4-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## New features

- [#64](https://github.com/fabien-ml/kobalte/issues/64)
- [#64](https://github.com/kobaltedev/kobalte/issues/64)

## Bug fixes

- [#57](https://github.com/fabien-ml/kobalte/issues/57)
- [#58](https://github.com/fabien-ml/kobalte/issues/58)
- [#62](https://github.com/fabien-ml/kobalte/issues/62)
- [#57](https://github.com/kobaltedev/kobalte/issues/57)
- [#58](https://github.com/kobaltedev/kobalte/issues/58)
- [#62](https://github.com/kobaltedev/kobalte/issues/62)
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/changelog/0-5-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

## Bug fixes

- [#78](https://github.com/fabien-ml/kobalte/issues/78)
- [#78](https://github.com/kobaltedev/kobalte/issues/78)
8 changes: 4 additions & 4 deletions apps/docs/src/routes/docs/changelog/0-6-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

## Bug fixes

- [#69](https://github.com/fabien-ml/kobalte/issues/69)
- [#72](https://github.com/fabien-ml/kobalte/issues/72)
- [#77](https://github.com/fabien-ml/kobalte/issues/77)
- [#90](https://github.com/fabien-ml/kobalte/issues/90)
- [#69](https://github.com/kobaltedev/kobalte/issues/69)
- [#72](https://github.com/kobaltedev/kobalte/issues/72)
- [#77](https://github.com/kobaltedev/kobalte/issues/77)
- [#90](https://github.com/kobaltedev/kobalte/issues/90)
6 changes: 3 additions & 3 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"unstyled",
"aria"
],
"homepage": "https://github.com/fabien-ml/kobalte/tree/main/apps/playground#readme",
"homepage": "https://github.com/kobaltedev/kobalte/tree/main/apps/playground#readme",
"bugs": {
"url": "https://github.com/fabien-ml/kobalte/issues"
"url": "https://github.com/kobaltedev/kobalte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabien-ml/kobalte.git"
"url": "git+https://github.com/kobaltedev/kobalte.git"
},
"license": "MIT",
"author": "Fabien Marie-Louise <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A UI toolkit for building SolidJS applications.",
"repository": {
"type": "git",
"url": "git+https://github.com/fabien-ml/kobalte.git"
"url": "git+https://github.com/kobaltedev/kobalte.git"
},
"license": "MIT",
"author": "Fabien Marie-Louise <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"unstyled",
"aria"
],
"homepage": "https://github.com/fabien-ml/kobalte/tree/main/packages/core#readme",
"homepage": "https://github.com/kobaltedev/kobalte/tree/main/packages/core#readme",
"bugs": {
"url": "https://github.com/fabien-ml/kobalte/issues"
"url": "https://github.com/kobaltedev/kobalte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabien-ml/kobalte.git"
"url": "git+https://github.com/kobaltedev/kobalte.git"
},
"license": "MIT",
"author": "Fabien Marie-Louise <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"design-system",
"components"
],
"homepage": "https://github.com/fabien-ml/kobalte/tree/main/packages/tailwindcss#readme",
"homepage": "https://github.com/kobaltedev/kobalte/tree/main/packages/tailwindcss#readme",
"bugs": {
"url": "https://github.com/fabien-ml/kobalte/issues"
"url": "https://github.com/kobaltedev/kobalte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabien-ml/kobalte.git"
"url": "git+https://github.com/kobaltedev/kobalte.git"
},
"license": "MIT",
"author": "Fabien Marie-Louise <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"unstyled",
"aria"
],
"homepage": "https://github.com/fabien-ml/kobalte/tree/main/packages/tests#readme",
"homepage": "https://github.com/kobaltedev/kobalte/tree/main/packages/tests#readme",
"bugs": {
"url": "https://github.com/fabien-ml/kobalte/issues"
"url": "https://github.com/kobaltedev/kobalte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabien-ml/kobalte.git"
"url": "git+https://github.com/kobaltedev/kobalte.git"
},
"license": "MIT",
"author": "Fabien Marie-Louise <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"unstyled",
"aria"
],
"homepage": "https://github.com/fabien-ml/kobalte/tree/main/packages/utils#readme",
"homepage": "https://github.com/kobaltedev/kobalte/tree/main/packages/utils#readme",
"bugs": {
"url": "https://github.com/fabien-ml/kobalte/issues"
"url": "https://github.com/kobaltedev/kobalte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabien-ml/kobalte.git"
"url": "git+https://github.com/kobaltedev/kobalte.git"
},
"license": "MIT",
"author": "Fabien Marie-Louise <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"components",
"vanilla-extract"
],
"homepage": "https://github.com/fabien-ml/kobalte/tree/main/packages/vanilla-extract#readme",
"homepage": "https://github.com/kobaltedev/kobalte/tree/main/packages/vanilla-extract#readme",
"bugs": {
"url": "https://github.com/fabien-ml/kobalte/issues"
"url": "https://github.com/kobaltedev/kobalte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabien-ml/kobalte.git"
"url": "git+https://github.com/kobaltedev/kobalte.git"
},
"license": "MIT",
"author": "Fabien Marie-Louise <[email protected]>",
Expand Down

0 comments on commit 7df09ef

Please sign in to comment.