diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 196c030..827f657 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ When contributing to this repository, **please first discuss the change you wish First you should configure your local environment to be able to make changes in this package. -1. Fork the `https://github.com/usecollapsar/collapsar` repo. +1. Fork the `https://github.com/masonitedev/collapsar` repo. 2. Clone that repo into your computer: `git clone http://github.com/your-username/collapsar.git`. 3. Checkout the current release branch \(example: `master`\). 4. Run `git pull origin master` to get the current release version. diff --git a/README.md b/README.md index 0b7d85e..9cdb356 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ Collapsar - GitHub Workflow Status (branch) - + GitHub Workflow Status (branch) + PyPI Python Version - GitHub release (latest by date including pre-releases) - License + GitHub release (latest by date including pre-releases) + License Code style: black

diff --git a/setup.py b/setup.py index c809cef..05e0e21 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ long_description=long_description, long_description_content_type="text/markdown", # The project's main homepage. - url="https://github.com/usecollapsar/collapsar", + url="https://github.com/masonitedev/collapsar", # Author details author="Eduardo Aguad", author_email="eduardo@aguad.dev",