diff --git a/README.md b/README.md index 0430d40..b81c193 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Django REST Framework Simple API Key is a fast and secure API Key authentication -For the full documentation, visit [https://drf-apikey.readthedocs.io/en/latest/](https://djangorestframework-simple-apikey.readthedocs.io/en/latest/). +For the full documentation, visit [https://djangorestframework-simple-apikey.readthedocs.io/en/latest/](https://djangorestframework-simple-apikey.readthedocs.io/en/latest/). ## Package Renaming Notice @@ -21,7 +21,7 @@ For the full documentation, visit [https://drf-apikey.readthedocs.io/en/latest/] ```bash pip uninstall djangorestframework-simple-apikey pip install drf-apikey -For the full documentation, visit [https://drf-apikey.readthedocs.io/en/latest/](https://drf-apikey.readthedocs.io/en/latest/). +For the full documentation, visit [https://djangorestframework-simple-apikey.readthedocs.io/en/latest/](https://djangorestframework-simple-apikey.readthedocs.io/en/latest/). ## Introduction @@ -104,7 +104,7 @@ python manage.py generate_fernet_key ## Rotation -We implement an API key rotation strategy for this package. To learn more about it, refer to the documentation at https://drf-apikey.readthedocs.io/en/latest/rotation.html. +We implement an API key rotation strategy for this package. To learn more about it, refer to the documentation at https://djangorestframework-simple-apikey.readthedocs.io/en/latest/rotation.html. ## Demo diff --git a/docs/index.rst b/docs/index.rst index 7f1fd23..441190c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ Django REST Simple Api Key :target: https://github.com/koladev32/drf-apikey/actions/workflows/ci-cd.yml/ .. image:: https://readthedocs.org/projects/drf-apikey/badge/?version=latest - :target: https://drf-apikey.readthedocs.io/en/latest/?badge=latest + :target: https://djangorestframework-simple-apikey.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status An API Key authentication plugin for the `Django REST Framework diff --git a/drf_apikey/__init__.py b/drf_apikey/__init__.py index d8a7593..1ed2a96 100644 --- a/drf_apikey/__init__.py +++ b/drf_apikey/__init__.py @@ -9,7 +9,7 @@ warnings.warn( "This package, 'djangorestframework-simple-apikey', has been renamed to 'drf-apikey' and will no longer be updated." "Please switch to the new package to continue receiving updates and support. " - "For more information and migration instructions, please visit: https://drf-apikey.readthedocs.io/en/latest/migrating.html", + "For more information and migration instructions, please visit: https://djangorestframework-simple-apikey.readthedocs.io/en/latest/migrating.html", DeprecationWarning, stacklevel=2, ) diff --git a/drf_apikey/settings.py b/drf_apikey/settings.py index 7d4265d..23cfaee 100644 --- a/drf_apikey/settings.py +++ b/drf_apikey/settings.py @@ -28,7 +28,7 @@ def user_settings(self): return self._user_settings def __check_user_settings(self, user_settings): - SETTINGS_DOC = "https://drf-apikey.readthedocs.io/en/latest/settings.html" + SETTINGS_DOC = "https://djangorestframework-simple-apikey.readthedocs.io/en/latest/settings.html" for setting in REMOVED_SETTINGS: if setting in user_settings: