diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd6103ff..ecdc160a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: - id: flake2lint - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-no-eval - id: rst-backticks @@ -70,7 +70,7 @@ repos: - --keep-runtime-typing - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.3.1 + rev: v1.5.1 hooks: - id: remove-crlf - id: forbid-crlf @@ -87,7 +87,7 @@ repos: exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ - repo: https://github.com/domdfcoding/dep_checker - rev: v0.7.0 + rev: v0.7.1 hooks: - id: dep_checker args: diff --git a/README.rst b/README.rst index 3aadee57..f57172e3 100644 --- a/README.rst +++ b/README.rst @@ -29,8 +29,8 @@ domdf_python_tools * - Other - |license| |language| |requires| -.. |docs| image:: https://img.shields.io/readthedocs/domdf_python_tools/latest?logo=read-the-docs - :target: https://domdf_python_tools.readthedocs.io/en/latest +.. |docs| image:: https://img.shields.io/readthedocs/domdf-python-tools/latest?logo=read-the-docs + :target: https://domdf-python-tools.readthedocs.io/en/latest :alt: Documentation Build Status .. |docs_check| image:: https://github.com/domdfcoding/domdf_python_tools/workflows/Docs%20Check/badge.svg diff --git a/doc-source/index.rst b/doc-source/index.rst index 88640e6f..dc2cb11b 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -34,7 +34,7 @@ domdf_python_tools - |license| |language| |requires| .. |docs| rtfd-shield:: - :project: domdf_python_tools + :project: domdf-python-tools :alt: Documentation Build Status .. |docs_check| actions-shield:: diff --git a/pyproject.toml b/pyproject.toml index 3fa65465..d02ae9cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ file = "LICENSE" Homepage = "https://github.com/domdfcoding/domdf_python_tools" "Issue Tracker" = "https://github.com/domdfcoding/domdf_python_tools/issues" "Source Code" = "https://github.com/domdfcoding/domdf_python_tools" -Documentation = "https://domdf_python_tools.readthedocs.io/en/latest" +Documentation = "https://domdf-python-tools.readthedocs.io/en/latest" [project.optional-dependencies] dates = [ "pytz>=2019.1",] diff --git a/setup.cfg b/setup.cfg index 24631ac1..791f4bdd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ long_description_content_type = text/x-rst platforms = Windows, macOS, Linux url = https://github.com/domdfcoding/domdf_python_tools project_urls = - Documentation = https://domdf_python_tools.readthedocs.io/en/latest + Documentation = https://domdf-python-tools.readthedocs.io/en/latest Issue Tracker = https://github.com/domdfcoding/domdf_python_tools/issues Source Code = https://github.com/domdfcoding/domdf_python_tools classifiers =