diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6c4a12..e73879b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,9 +12,9 @@ Here is a list of important resources for contributors: - [Code of Conduct] [mit license]: https://opensource.org/licenses/MIT -[source code]: https://github.com/scnerd/pynamodb_single_table +[source code]: https://github.com/rearc/pynamodb_single_table [documentation]: https://pynamodb_single_table.readthedocs.io/ -[issue tracker]: https://github.com/scnerd/pynamodb_single_table/issues +[issue tracker]: https://github.com/rearc/pynamodb_single_table/issues ## How to report a bug @@ -108,7 +108,7 @@ $ nox --session=pre-commit -- install It is recommended to open an issue before starting work on anything. This will allow a chance to talk it over with the owners and validate your approach. -[pull request]: https://github.com/scnerd/pynamodb_single_table/pulls +[pull request]: https://github.com/rearc/pynamodb_single_table/pulls diff --git a/README.md b/README.md index 181d9a4..1b73214 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ A [Pydantic](https://docs.pydantic.dev/latest/) ORM built on top of [PynamoDB](h [![Python Version](https://img.shields.io/pypi/pyversions/pynamodb_single_table)][pypi status] [![License](https://img.shields.io/pypi/l/pynamodb_single_table)][license] -[![Read the documentation at https://pynamodb_single_table.readthedocs.io/](https://img.shields.io/readthedocs/pynamodb_single_table/latest.svg?label=Read%20the%20Docs)][read the docs] -[![Tests](https://github.com/scnerd/pynamodb_single_table/workflows/Tests/badge.svg)][tests] -[![Codecov](https://codecov.io/gh/scnerd/pynamodb_single_table/branch/main/graph/badge.svg)][codecov] +[![Read the documentation at https://pynamodb-single-table.readthedocs.io/](https://img.shields.io/readthedocs/pynamodb_single_table/latest.svg?label=Read%20the%20Docs)][read the docs] +[![Tests](https://github.com/rearc/pynamodb_single_table/workflows/Tests/badge.svg)][tests] +[![Codecov](https://codecov.io/gh/rearc/pynamodb_single_table/branch/main/graph/badge.svg)][codecov] [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit] [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black] [pypi status]: https://pypi.org/project/pynamodb_single_table/ [read the docs]: https://pynamodb_single_table.readthedocs.io/ -[tests]: https://github.com/scnerd/pynamodb_single_table/actions?workflow=Tests -[codecov]: https://app.codecov.io/gh/scnerd/pynamodb_single_table +[tests]: https://github.com/rearc/pynamodb_single_table/actions?workflow=Tests +[codecov]: https://app.codecov.io/gh/rearc/pynamodb_single_table [pre-commit]: https://github.com/pre-commit/pre-commit [black]: https://github.com/psf/black @@ -121,10 +121,10 @@ This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] [@cjolowicz]: https://github.com/cjolowicz [pypi]: https://pypi.org/ [hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python -[file an issue]: https://github.com/scnerd/pynamodb_single_table/issues +[file an issue]: https://github.com/rearc/pynamodb_single_table/issues [pip]: https://pip.pypa.io/ -[license]: https://github.com/scnerd/pynamodb_single_table/blob/main/LICENSE -[contributor guide]: https://github.com/scnerd/pynamodb_single_table/blob/main/CONTRIBUTING.md +[license]: https://github.com/rearc/pynamodb_single_table/blob/main/LICENSE +[contributor guide]: https://github.com/rearc/pynamodb_single_table/blob/main/CONTRIBUTING.md diff --git a/docs/index.md b/docs/index.md index 8be0575..d9fc935 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,5 +19,5 @@ reference contributing Code of Conduct License -Changelog +Changelog ``` diff --git a/pyproject.toml b/pyproject.toml index c8beef9..7ff861f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,15 +5,15 @@ description = "PynamoDB Single Table" authors = ["David Maxson "] license = "MIT" readme = "README.md" -homepage = "https://github.com/scnerd/pynamodb_single_table" -repository = "https://github.com/scnerd/pynamodb_single_table" +homepage = "https://github.com/rearc/pynamodb_single_table" +repository = "https://github.com/rearc/pynamodb_single_table" documentation = "https://pynamodb_single_table.readthedocs.io" classifiers = [ "Development Status :: 1 - Planning", ] [tool.poetry.urls] -Changelog = "https://github.com/scnerd/pynamodb_single_table/releases" +Changelog = "https://github.com/rearc/pynamodb_single_table/releases" [tool.poetry.dependencies] python = "^3.7"