Skip to content

Commit a06fffd

Browse files
authored
docs: fix repository links to apache org (#9)
1 parent 5196741 commit a06fffd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Django ORM Adapter for PyCasbin
22

3-
[![build](https://github.com/officialpycasbin/django-orm-adapter/actions/workflows/build.yml/badge.svg)](https://github.com/officialpycasbin/django-orm-adapter/actions/workflows/build.yml)
4-
[![Coverage Status](https://coveralls.io/repos/github/officialpycasbin/django-orm-adapter/badge.svg)](https://coveralls.io/github/officialpycasbin/django-orm-adapter)
3+
[![build](https://github.com/apache/casbin-python-django-orm-adapter/actions/workflows/build.yml/badge.svg)](https://github.com/apache/casbin-python-django-orm-adapter/actions/workflows/build.yml)
4+
[![Coverage Status](https://coveralls.io/repos/github/apache/casbin-python-django-orm-adapter/badge.svg)](https://coveralls.io/github/apache/casbin-python-django-orm-adapter)
55
[![Version](https://img.shields.io/pypi/v/casbin-django-orm-adapter.svg)](https://pypi.org/project/casbin-django-orm-adapter/)
66
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/casbin-django-orm-adapter.svg)](https://pypi.org/project/casbin-django-orm-adapter/)
77
[![Pyversions](https://img.shields.io/pypi/pyversions/casbin-django-orm-adapter.svg)](https://pypi.org/project/casbin-django-orm-adapter/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131

3232
[project.urls]
33-
Home-page = "https://github.com/officialpycasbin/django-orm-adapter"
33+
Home-page = "https://github.com/apache/casbin-python-django-orm-adapter"
3434

3535
[build-system]
3636
requires = ["setuptools"]

0 commit comments

Comments
 (0)