From 22dc045ac99b5a4b9992a22fc9197e1d39c30cd8 Mon Sep 17 00:00:00 2001 From: Veit Schiele Date: Tue, 5 Nov 2024 10:41:22 +0100 Subject: [PATCH] :pencil2: Fix external links * Remove link to the discontinued slony1 * Fix reference * Update allowed redirects --- docs/conf.py | 2 +- docs/data-processing/nosql/document-oriented-db.rst | 2 +- docs/data-processing/postgresql/index.rst | 3 +-- docs/productive/security.rst | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ee12ce6e..a1911c07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -183,7 +183,7 @@ # All HTTP redirections from the source URI to the canonical URI will be treated# as "working". linkcheck_allowed_redirects = { r"https://app.pganalyze.com/": r"https://app.pganalyze.com/users/sign_in", - r"https://doi.org/10.5281/zenodo.12593850": r"https://zenodo.org/records/12593850", + r"https://doi.org/10.5281/zenodo.14031392": r"https://zenodo.org/records/14031392", r"https://itsdangerous.palletsprojects.com/": r"https://itsdangerous.palletsprojects.com/en/2.2.x/", r"https://jinja.palletsprojects.com/": r"https://jinja.palletsprojects.com/en/3.1.x/", r"https://www.monetdb.org/Documentation": r"https://www.monetdb.org/documentation-Aug2024/", diff --git a/docs/data-processing/nosql/document-oriented-db.rst b/docs/data-processing/nosql/document-oriented-db.rst index 8e2477e0..578c2028 100644 --- a/docs/data-processing/nosql/document-oriented-db.rst +++ b/docs/data-processing/nosql/document-oriented-db.rst @@ -19,7 +19,7 @@ OrientDB and ArangoDB. +------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+ | **GitHub** | `mongodb/mongo`_ | `apache/couchdb`_ | `basho/riak`_ | `orientechnologies/orientdb`_ | `arangodb/arangodb`_ | +------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+ -| **Docs** | `www.mongodb.com/docs`_ | `docs.couchdb.org`_ | `docs.riak.com`_ | `orientdb.dev/docs`_ | `docs.arangodb.com/`_ | +| **Docs** | `www.mongodb.com/docs`_ | `docs.couchdb.org`_ | `docs.riak.com`_ | `orientdb.dev/docs`_ | `docs.arangodb.com`_ | +------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+ | **Application areas** | IoT, Mobile apps, CMS, | Mobile, CRM, CMS, … | Session storage, Log data, | Master data management, social | Fraud Detection, IoT, | | | `simple geospatial data`_, … | | Sensor data, CMS | networks, `Time Series`_, | identity management, | diff --git a/docs/data-processing/postgresql/index.rst b/docs/data-processing/postgresql/index.rst index 42e6ad91..59fc288a 100644 --- a/docs/data-processing/postgresql/index.rst +++ b/docs/data-processing/postgresql/index.rst @@ -67,8 +67,7 @@ Extensions `_ directory supplied with the source code contains various extensions that are described in `Appendix F `_. Other - extensions have been developed independently, such as :doc:`postgis/index` - or `Slony-I `_. + extensions have been developed independently, such as :doc:`postgis/index`. Common Table Expression `WITH Queries (Common Table Expressions) diff --git a/docs/productive/security.rst b/docs/productive/security.rst index c17e29f8..3478e9ce 100644 --- a/docs/productive/security.rst +++ b/docs/productive/security.rst @@ -61,7 +61,7 @@ You can also update your :doc:`/productive/envs/uv/index` environments automatically. .. seealso:: - * `Update uv.lock `_ + * :ref:`Update uv.lock ` Are the dependencies still maintained? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~