Skip to content

Commit

Permalink
repo url updates (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders committed Jun 7, 2024
1 parent 51b9b6b commit 9fc9e89
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,25 @@ forward to your contributions. Listed below are a few ways you can help.
## Asking questions

If you have a question, please
[open an issue](https://github.com/embellishes/embellish/issues/new?labels=question)
[open an issue](https://github.com/embellishing/embellish/issues/new?labels=question)
to discuss it. This might help us to find a defect; reveal an opportunity to
improve the documentation or developer experience; or help someone facing a
similar issue in the future.

## Reporting defects

Please
[open an issue](https://github.com/embellishes/embellish/issues/new?labels=defect)
[open an issue](https://github.com/embellishing/embellish/issues/new?labels=defect)
to discuss any defects you find. Include as much detail as you can, and if
possible provide a link to a repository or demo environment where the issue can
be reproduced.

## Improving documentation

Please share any suggestions for improving or adding to the documentation by
[submitting a pull request](https://github.com/embellishes/embellish/compare) or
[opening an issue](https://github.com/embellishes/embellish/issues/new?labels=documentation).
[submitting a pull request](https://github.com/embellishing/embellish/compare)
or
[opening an issue](https://github.com/embellishing/embellish/issues/new?labels=documentation).

## Sharing resources

Expand All @@ -37,7 +38,7 @@ potential contributors) to the project.
## Submitting code

Pull requests are welcome, but we ask that you
[open an issue](https://github.com/embellishes/embellish/issues/new) to discuss
[open an issue](https://github.com/embellishing/embellish/issues/new) to discuss
your plans before making any significant investment of your valuable time.

### Development environment
Expand Down Expand Up @@ -67,7 +68,7 @@ commands:
### Submitting a pull request

When you are ready to
[submit a pull request](https://github.com/embellishes/embellish/compare),
[submit a pull request](https://github.com/embellishing/embellish/compare),
please make sure to include:

1. a brief description of the change;
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<!-- npm-remove -->
<a href="https://github.com/embellishes/embellish/#gh-dark-mode-only" target="_blank">
<img alt="Embellish" src="https://raw.githubusercontent.com/embellishes/embellish/HEAD/.github/logo-dark.svg" width="320" height="64" style="max-width: 100%;">
<a href="https://github.com/embellishing/embellish/#gh-dark-mode-only" target="_blank">
<img alt="Embellish" src="https://raw.githubusercontent.com/embellishing/embellish/HEAD/.github/logo-dark.svg" width="320" height="64" style="max-width: 100%;">
</a>
<!-- /npm-remove -->
<a href="https://github.com/embellishes/embellish/#gh-light-mode-only" target="_blank">
<img alt="Embellish" src="https://raw.githubusercontent.com/embellishes/embellish/HEAD/.github/logo-light.svg" width="320" height="64" style="max-width: 100%;">
<a href="https://github.com/embellishing/embellish/#gh-light-mode-only" target="_blank">
<img alt="Embellish" src="https://raw.githubusercontent.com/embellishing/embellish/HEAD/.github/logo-light.svg" width="320" height="64" style="max-width: 100%;">
</a>
<br/>
A powerfully <em>simple</em> React styling primitive
Expand All @@ -22,7 +22,7 @@ behavior, and more. Consider this example of a `Box` component:
```tsx
<Box
as="a"
href="https://github.com/embellishes/embellish"
href="https://github.com/embellishing/embellish"
color="#fff"
background="#03f"
hover:background="color-mix(in srgb, #03f, #fff 12.5%)"
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 lightweight styling primitive, powered entirely by CSS and inline styles",
"repository": {
"type": "git",
"url": "git+https://github.com/embellishes/embellish.git"
"url": "git+https://github.com/embellishing/embellish.git"
},
"author": "Nick Saunders",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Embellish core library",
"repository": {
"type": "git",
"url": "git+https://github.com/embellishes/embellish.git",
"url": "git+https://github.com/embellishing/embellish.git",
"directory": "packages/core"
},
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/embellishes/embellish.git",
"url": "git+https://github.com/embellishing/embellish.git",
"directory": "packages/react"
},
"keywords": [
Expand Down

0 comments on commit 9fc9e89

Please sign in to comment.