Skip to content

Commit de9f861

Browse files
chore: update urls (#1148)
1 parent 252039b commit de9f861

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Please make sure to read the Contribution Guidelines:
3-
https://github.com/tremorlabs/tremor/blob/main/CONTRIBUTING.md
3+
https://github.com/tremorlabs/tremor-npm/blob/main/CONTRIBUTING.md
44
-->
55

66
<!-- PULL REQUEST TEMPLATE -->
@@ -52,4 +52,4 @@ If yes, please describe the impact and migration path for existing applications:
5252
- [ ] I have added tests to cover my changes
5353
- [ ] Check the ["Allow edits from maintainers" option](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) while creating your PR.
5454
- [ ] Add refs #XXX or fixes #XXX to the related issue section if your PR refers to or fixes an issue.
55-
- [ ] By contributing to Tremor, you confirm that you have read and agreed to Tremor's [CONTRIBUTING.md](https://github.com/tremorlabs/tremor/blob/main/CONTRIBUTING.md) guideline. You also agree that your contributions will be licensed under the [Apache License 2.0](https://github.com/tremorlabs/tremor/blob/main/License) license.
55+
- [ ] By contributing to Tremor, you confirm that you have read and agreed to Tremor's [CONTRIBUTING.md](https://github.com/tremorlabs/tremor-npm/blob/main/CONTRIBUTING.md) guideline. You also agree that your contributions will be licensed under the [Apache License 2.0](https://github.com/tremorlabs/tremor-npm/blob/main/License) license.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Thanks for your interest in contributing to Tremor. Please take a moment to revi
99

1010
### **Issues before PRs**
1111

12-
1. Before you start working on a change please make sure that there is an issue for what you will be working on. You can either find an [existing issue](https://github.com/tremorlabs/tremor/issues) or [open a new issue](https://github.com/tremorlabs/tremor/issues/new/choose) if none exists.
12+
1. Before you start working on a change please make sure that there is an issue for what you will be working on. You can either find an [existing issue](https://github.com/tremorlabs/tremor-npm/issues) or [open a new issue](https://github.com/tremorlabs/tremor-npm/issues/new/choose) if none exists.
1313
2. When you are ready to start working on a change you should first [fork the Tremor repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) and [branch out](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository) from the `main` branch.
1414
3. Make your changes.
1515
4. [Open a pull request towards the main branch in the Tremor repo](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork). Then, our team will review, comment and eventually approve your PR.
@@ -58,4 +58,4 @@ We encourage that you do a self-review prior to requesting a review. To do a sel
5858

5959
### **Licensing**
6060

61-
By contributing to Tremor, you agree that your contributions will be licensed under the [Apache License 2.0](https://github.com/tremorlabs/tremor/blob/main/License) license. By submitting your pull request, you agree to our [Contributor License Agreement (CLA)](https://tremor.so/contributors). This agreement clarifies our ability to incorporate your contributions.
61+
By contributing to Tremor, you agree that your contributions will be licensed under the [Apache License 2.0](https://github.com/tremorlabs/tremor-npm/blob/main/License) license. By submitting your pull request, you agree to our [Contributor License Agreement (CLA)](https://tremor.so/contributors). This agreement clarifies our ability to incorporate your contributions.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="https://npm.tremor.so/docs/getting-started/installation">
2121
<img alt="Read the documentation" src="https://img.shields.io/badge/Docs-blue?style=flat&logo=readthedocs&color=3b82f6&labelColor=334155&logoColor=f5f5f5" height="20" width="auto">
2222
</a>
23-
<a href="https://github.com/tremorlabs/tremor/blob/main/License">
23+
<a href="https://github.com/tremorlabs/tremor-npm/blob/main/License">
2424
<img alt="License Apache 2.0" src="https://img.shields.io/badge/license-Apache 2.0-blue.svg?style=flat&color=3b82f6&labelColor=334155 " height="20" width="auto">
2525
</a>
2626
<a href="https://join.slack.com/t/tremor-community/shared_invite/zt-21ug6czv6-RckDPEAR6GdYOqfMGKOWpQ">
@@ -108,6 +108,6 @@ We are always looking for new ideas or other ways to improve Tremor NPM. If you
108108

109109
## License
110110

111-
[Apache License 2.0](https://github.com/tremorlabs/tremor/blob/main/License)
111+
[Apache License 2.0](https://github.com/tremorlabs/tremor-npm/blob/main/License)
112112

113113
Copyright &copy; 2024 Tremor Labs, Inc. All rights reserved.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/tremorlabs/tremor.git"
18+
"url": "git+https://github.com/tremorlabs/tremor-npm.git"
1919
},
2020
"author": "tremor",
2121
"license": "Apache 2.0",
2222
"bugs": {
23-
"url": "https://github.com/tremorlabs/tremor/issues"
23+
"url": "https://github.com/tremorlabs/tremor-npm/issues"
2424
},
25-
"homepage": "https://github.com/tremorlabs/tremor#readme",
25+
"homepage": "https://github.com/tremorlabs/tremor-npm-npm#readme",
2626
"dependencies": {
2727
"@floating-ui/react": "^0.19.2",
2828
"@headlessui/react": "2.2.0",

0 commit comments

Comments
 (0)