Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Jan 10, 2025
1 parent 1bd30f5 commit 03d3877
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ If you wish to contribute to the project, first, thank you a lot!

DNSroboCert aims at providing a powerfull workflow to issue, manage and deploy DNS-01 challenged TLS certificates, and every contribution to make it real is welcomed.

To get you on board, the official documentation is available here: https://dnsrobocert.readthedocs.io. We invite you in particular to look at the developer section, https://dnsrobocert.readthedocs.io/en/latest/developer_guide.html, that will explain how to setup a virtual environment, and the general design principle of the project to give you more context while developing.
To get you on board, the official documentation is available here: https://adferrand.github.io/dnsrobocert/. We invite you in particular to look at the developer section, https://adferrand.github.io/dnsrobocert/developer_guide.html, that will explain how to setup a virtual environment, and the general design principle of the project to give you more context while developing.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|version| |python_support| |docker| |ci| |coverage|

.. |logo| image:: https://adferrand.github.io/dnsrobocert/images/dnsrobocert.svg
.. |logo| image:: https://adferrand.github.io/dnsrobocert/_images/dnsrobocert.svg
:alt: DNSroboCert
.. |version| image:: https://img.shields.io/pypi/v/dnsrobocert
:target: https://pypi.org/project/dnsrobocert/
Expand Down Expand Up @@ -40,7 +40,7 @@ DNSroboCert is designed to manage `Let's Encrypt`_ SSL certificates based on `DN
* Delivered as a standalone application and a Docker image.

.. _DNS alias mode: https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode
.. _certificate section: https://dnsrobocert.readthedocs.io/en/latest/configuration_reference.html#certificate-properties
.. _certificate section: https://adferrand.github.io/dnsrobocert/configuration_reference.html#certificates-section

Why use DNSroboCert
===================
Expand Down Expand Up @@ -105,8 +105,8 @@ Contributing
If you want to help in the DNSroboCert development, you are welcome!
Please have a look at the `Developer guide`_ page to know how to start.

.. _DNSroboCert documentation: https://dnsrobocert.readthedocs.io
.. _User guide: https://dnsrobocert.readthedocs.io/en/latest/user_guide.html
.. _Lexicon provider configuration: https://dnsrobocert.readthedocs.io/en/latest/providers_options.html
.. _Developer guide: https://dnsrobocert.readthedocs.io/en/latest/developer_guide.html
.. _DNSroboCert documentation: https://adferrand.github.io/dnsrobocert/
.. _User guide: https://adferrand.github.io/dnsrobocert/user_guide.html
.. _Lexicon provider configuration: https://dns-lexicon.github.io/dns-lexicon/providers_options.html
.. _Developer guide: https://adferrand.github.io/dnsrobocert/developer_guide.html
.. _DNSroboCert community on Github Discussions: https://github.com/adferrand/dnsrobocert/discussions
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]

intersphinx_mapping = {
"lexicon": ("https://dns-lexicon.readthedocs.io/en/latest", None),
"lexicon": ("https://dns-lexicon.github.io/dns-lexicon/", None),
}

html_theme = "piccolo_theme"
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -472,5 +472,5 @@ Non-existent variables declared in the configuration file will raise an error.
If you want to write a literal ``${NOT_A_VARIABLE}`` that should not be resolved, you can escape the ``${}``
syntax by prepending a second dollar sign like so: ``$${NOT_A_VARIABLE}``.

.. _GitHub: https://raw.githubusercontent.com/adferrand/docker-letsencrypt-dns/master/src/dnsrobocert/schema.yml
.. _Lexicon Providers configuration reference: https://dnsrobocert.readthedocs.io/en/latest/providers_options.html
.. _GitHub: https://raw.githubusercontent.com/adferrand/dnsrobocert/main/src/dnsrobocert/schema.yml
.. _Lexicon Providers configuration reference: https://dns-lexicon.github.io/dns-lexicon/providers_options.html
4 changes: 2 additions & 2 deletions docs/miscellaneous.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ But beyond promises you will get immediate advantages that I already implemented
Stay tuned for the new features!


.. _User guide: https://dnsrobocert.readthedocs.io/en/latest/user_guide.html
.. _Configuration reference: https://dnsrobocert.readthedocs.io/en/latest/configuration_reference.html
.. _User guide: https://adferrand.github.io/dnsrobocert/user_guide.html
.. _Configuration reference: https://adferrand.github.io/dnsrobocert/configuration_reference.html
.. _Project V3 specifications: https://github.com/adferrand/docker-letsencrypt-dns/wiki/Project-V3-specifications,-aka-DNSroboCert
.. _GiHub: https://github.com/adferrand/dnsrobocert/blob/legacy/README.md
4 changes: 2 additions & 2 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,6 @@ To use the "one-shot" mode, simply set the `--one-shot` flag to the command line
.. _Pipx: https://github.com/pipxproject/pipx
.. _Pip: https://docs.python.org/fr/3.6/installing/index.html
.. _DockerHub: https://hub.docker.com/r/adferrand/dnsrobocert
.. _Configuration reference: https://dnsrobocert.readthedocs.io/en/latest/configuration_reference.html
.. _Lexicon Providers configuration reference: https://dnsrobocert.readthedocs.io/en/latest/providers_options.html#supported-providers
.. _Configuration reference: https://adferrand.github.io/dnsrobocert/configuration_reference.html
.. _Lexicon Providers configuration reference: https://adferrand.github.io/dnsrobocert/providers_options.html#supported-providers
.. _Certbot layout convention: https://certbot.eff.org/docs/using.html#where-are-my-certificates
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [

[project.urls]
repository = "https://github.com/adferrand/dnsrobocert"
homepage = "https://dnsrobocert.readthedocs.io"
homepage = "https://adferrand.github.io/dnsrobocert/"

[project.scripts]
dnsrobocert = "dnsrobocert.core.main:main"
Expand Down
2 changes: 1 addition & 1 deletion src/dnsrobocert/core/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def migrate(config_path: str) -> str | None:
"Legacy configuration detected. Support for legacy configurations will be dropped soon."
)
LOGGER.warning(
"Please visit https://dnsrobocert.readthedocs.io/en/latest/miscellaneous.html#migration-from-docker-letsencrypt-dns "
"Please visit https://adferrand.github.io/dnsrobocert/miscellaneous.html#migration-from-docker-letsencrypt-dns "
"for more details. "
)
LOGGER.warning(f"New configuration file is available at {example_config_path}")
Expand Down

0 comments on commit 03d3877

Please sign in to comment.