feat: update path
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9e89c2..74019cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,20 +1,20 @@
 # Semantic Versioning Changelog
 
-# [1.1.0](https://github.com/pycasbin/async-postgres-watcher/compare/v1.0.0...v1.1.0) (2024-03-17)
+# [1.1.0](https://github.com/officialpycasbin/async-postgres-watcher/compare/v1.0.0...v1.1.0) (2024-03-17)
 
 
 ### Features
 
-* bump version to 1.1.0 ([8f2d142](https://github.com/pycasbin/async-postgres-watcher/commit/8f2d142de74faa88d1730b11c5eba0963774bffe))
+* bump version to 1.1.0 ([8f2d142](https://github.com/officialpycasbin/async-postgres-watcher/commit/8f2d142de74faa88d1730b11c5eba0963774bffe))
 
 # 1.0.0 (2024-03-16)
 
 
 ### Features
 
-* add GitHub Actions CI and semantic-release ([#4](https://github.com/pycasbin/async-postgres-watcher/issues/4)) ([bd150f5](https://github.com/pycasbin/async-postgres-watcher/commit/bd150f581a7a681da4daacc11cfbbb14b1207a22)), closes [#3](https://github.com/pycasbin/async-postgres-watcher/issues/3) [#1](https://github.com/pycasbin/async-postgres-watcher/issues/1)
-* add initial code ([#2](https://github.com/pycasbin/async-postgres-watcher/issues/2)) ([6c868e1](https://github.com/pycasbin/async-postgres-watcher/commit/6c868e108e8b68e6aacde833a4afe96f75345fe8)), closes [#1](https://github.com/pycasbin/async-postgres-watcher/issues/1)
-* Update README.md ([9fdb4ab](https://github.com/pycasbin/async-postgres-watcher/commit/9fdb4ab4563ea2dd2a456cdbac614657ebf50c75))
+* add GitHub Actions CI and semantic-release ([#4](https://github.com/officialpycasbin/async-postgres-watcher/issues/4)) ([bd150f5](https://github.com/officialpycasbin/async-postgres-watcher/commit/bd150f581a7a681da4daacc11cfbbb14b1207a22)), closes [#3](https://github.com/officialpycasbin/async-postgres-watcher/issues/3) [#1](https://github.com/officialpycasbin/async-postgres-watcher/issues/1)
+* add initial code ([#2](https://github.com/officialpycasbin/async-postgres-watcher/issues/2)) ([6c868e1](https://github.com/officialpycasbin/async-postgres-watcher/commit/6c868e108e8b68e6aacde833a4afe96f75345fe8)), closes [#1](https://github.com/officialpycasbin/async-postgres-watcher/issues/1)
+* Update README.md ([9fdb4ab](https://github.com/officialpycasbin/async-postgres-watcher/commit/9fdb4ab4563ea2dd2a456cdbac614657ebf50c75))
 
 # 1.0.0 (2024-03-16)
 
diff --git a/README.md b/README.md
index 06a7d7d..1fd6b4e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # async-postgres-watcher
 
-[![tests](https://github.com/pycasbin/async-postgres-watcher/actions/workflows/release.yml/badge.svg)](https://github.com/pycasbin/async-postgres-watcher/actions)
+[![tests](https://github.com/officialpycasbin/async-postgres-watcher/actions/workflows/release.yml/badge.svg)](https://github.com/officialpycasbin/async-postgres-watcher/actions)
 [![PyPI - Version](https://img.shields.io/pypi/v/casbin-async-postgres-watcher)](https://pypi.org/project/casbin-async-postgres-watcher/)
 [![PyPI - Wheel](https://img.shields.io/pypi/wheel/casbin-async-postgres-watcher.svg)](https://pypi.org/project/casbin-async-postgres-watcher/)
 [![PyPI - Downloads](https://img.shields.io/pypi/dm/casbin-async-postgres-watcher)](https://pypi.org/project/casbin-async-postgres-watcher/)
diff --git a/pyproject.toml b/pyproject.toml
index 75b6920..639fcd2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@
 ]
 
 [project.urls]
-"Home-page" = "https://github.com/pycasbin/async-postgres-watcher"
+"Home-page" = "https://github.com/officialpycasbin/async-postgres-watcher"
 
 [build-system]
 requires = ["setuptools"]