diff --git a/README.md b/README.md index 271512e..b952d80 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Python Keycloak ==================== -For review- see https://bitbucket.org/agriness/python-keycloak +For review- see https://github.com/marcospereirampj/python-keycloak **python-keycloak** is a Python package providing access to the Keycloak API. @@ -33,7 +33,7 @@ python-keycloak depends on: ## Bug reports Please report bugs and feature requests at -https://bitbucket.org/agriness/python-keycloak/issues +https://github.com/marcospereirampj/python-keycloak/issues ## Documentation diff --git a/docs/source/index.rst b/docs/source/index.rst index 90e5d8c..c4e464c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -54,7 +54,7 @@ Bug reports ================== Please report bugs and feature requests at -`https://bitbucket.org/agriness/python-keycloak/issues `_ +`https://github.com/marcospereirampj/python-keycloak/issues `_ Documentation ================== diff --git a/setup.py b/setup.py index b350392..7e1f5d9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("README.md", "r") as fh: setup( name='python-keycloak', version='0.17.1', - url='https://bitbucket.org/agriness/python-keycloak', + url='https://github.com/marcospereirampj/python-keycloak', license='The MIT License', author='Marcos Pereira', author_email='marcospereira.mpj@gmail.com',