From 6bbe85612c853b02b3495204d48f37da67714e55 Mon Sep 17 00:00:00 2001 From: severinlandolt Date: Sat, 28 Dec 2024 15:23:41 +0100 Subject: [PATCH] chore: update urls --- .github/pull_request_template.md | 4 ++-- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- package.json | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5f6638517..4346eaffb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ @@ -52,4 +52,4 @@ If yes, please describe the impact and migration path for existing applications: - [ ] I have added tests to cover my changes - [ ] 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. - [ ] Add refs #XXX or fixes #XXX to the related issue section if your PR refers to or fixes an issue. -- [ ] 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. +- [ ] 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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 760ac621f..3f9289061 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Thanks for your interest in contributing to Tremor. Please take a moment to revi ### **Issues before PRs** -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. +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. 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. 3. Make your changes. 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 ### **Licensing** -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. +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. diff --git a/README.md b/README.md index c19423b1c..3b062e6bd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Read the documentation - + License Apache 2.0 @@ -108,6 +108,6 @@ We are always looking for new ideas or other ways to improve Tremor NPM. If you ## License -[Apache License 2.0](https://github.com/tremorlabs/tremor/blob/main/License) +[Apache License 2.0](https://github.com/tremorlabs/tremor-npm/blob/main/License) Copyright © 2024 Tremor Labs, Inc. All rights reserved. diff --git a/package.json b/package.json index e98d5bf8c..97334d52e 100644 --- a/package.json +++ b/package.json @@ -15,14 +15,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/tremorlabs/tremor.git" + "url": "git+https://github.com/tremorlabs/tremor-npm.git" }, "author": "tremor", "license": "Apache 2.0", "bugs": { - "url": "https://github.com/tremorlabs/tremor/issues" + "url": "https://github.com/tremorlabs/tremor-npm/issues" }, - "homepage": "https://github.com/tremorlabs/tremor#readme", + "homepage": "https://github.com/tremorlabs/tremor-npm-npm#readme", "dependencies": { "@floating-ui/react": "^0.19.2", "@headlessui/react": "2.2.0",