Skip to content

Commit

Permalink
Update links to real git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed Jun 3, 2024
1 parent 5bd1840 commit 2e6e68b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

<!-- github-only -->

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/

<!-- github-only -->

[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
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ reference
contributing
Code of Conduct <codeofconduct>
License <license>
Changelog <https://github.com/scnerd/pynamodb_single_table/releases>
Changelog <https://github.com/rearc/pynamodb_single_table/releases>
```
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ description = "PynamoDB Single Table"
authors = ["David Maxson <[email protected]>"]
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"
Expand Down

0 comments on commit 2e6e68b

Please sign in to comment.