From eecd645d524e3db208e81bd428ecdad2c25a8317 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Sun, 7 Jan 2024 00:03:38 +0100 Subject: [PATCH] docs: Updates several hyperlink targetss --- docs/api/extending.rst | 2 +- docs/design.rst | 8 ++++---- docs/installation.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/extending.rst b/docs/api/extending.rst index 1a4024a..fef108a 100644 --- a/docs/api/extending.rst +++ b/docs/api/extending.rst @@ -163,4 +163,4 @@ Custom XPath functions are registered with this decorator: .. _eXist-db: https://exist-db.org/ .. _provide entrypoint metadata: https://packaging.python.org/guides/creating-and-discovering-plugins/#using-package-metadata -.. _snakesist: https://github.com/03b8/snakesist +.. _snakesist: https://github.com/delb-xml/snakesist diff --git a/docs/design.rst b/docs/design.rst index a11cc70..003baa2 100644 --- a/docs/design.rst +++ b/docs/design.rst @@ -284,9 +284,9 @@ Interesting Resources .. _dom api: https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model .. _gnome: https://www.gnome.org/ .. _inxs: http://inxs.readthedocs.org/ -.. _libxml2: http://xmlsoft.org/ -.. _lxml: http://lxml.de/ +.. _libxml2: https://gitlab.gnome.org/GNOME/libxml2 +.. _lxml: https://lxml.de/ .. _mypyc: https://mypyc.readthedocs.io/ .. _no fun: https://www.youtube.com/watch?v=5sSKH0iXWo8 -.. _open document format: http://opendocumentformat.org/ -.. _xml-tei: http://tei-c.org/ +.. _open document format: https://opendocumentformat.org/ +.. _xml-tei: https://tei-c.org/ diff --git a/docs/installation.rst b/docs/installation.rst index eb3dbb2..f01fd8d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -87,4 +87,4 @@ Several of the *just* recipes rely on hatch_. .. _hatch: https://hatch.pypa.io/ .. _just: https://just.systems/ .. _pip: https://pip.pypa.io/ -.. _pipx: https://pypa.github.io/pipx/ +.. _pipx: https://pipx.pypa.io/stable/