Skip to content

Commit 0b7f0bb

Browse files
committed
✏️ Fix external links
* Remove link to the discontinued slony1 * Fix reference * Update allowed redirects and linkcheck ignores
1 parent 0574c3d commit 0b7f0bb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
# All HTTP redirections from the source URI to the canonical URI will be treated# as "working".
184184
linkcheck_allowed_redirects = {
185185
r"https://app.pganalyze.com/": r"https://app.pganalyze.com/users/sign_in",
186-
r"https://doi.org/10.5281/zenodo.12593850": r"https://zenodo.org/records/12593850",
186+
r"https://doi.org/10.5281/zenodo.14031392": r"https://zenodo.org/records/14031392",
187187
r"https://itsdangerous.palletsprojects.com/": r"https://itsdangerous.palletsprojects.com/en/2.2.x/",
188188
r"https://jinja.palletsprojects.com/": r"https://jinja.palletsprojects.com/en/3.1.x/",
189189
r"https://www.monetdb.org/Documentation": r"https://www.monetdb.org/documentation-Aug2024/",
@@ -218,6 +218,7 @@
218218
r"https://doi.org/10.1002/asi.23538",
219219
r"https://linux.die.net/man/",
220220
r"https://onlinelibrary.wiley.com/",
221+
r"https://opensource.org/",
221222
r"https://pubs.acs.org/journal/",
222223
r"https://www.cell.com/",
223224
r"https://www.journals.elsevier.com/",

docs/data-processing/nosql/document-oriented-db.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OrientDB and ArangoDB.
1919
+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
2020
| **GitHub** | `mongodb/mongo`_ | `apache/couchdb`_ | `basho/riak`_ | `orientechnologies/orientdb`_ | `arangodb/arangodb`_ |
2121
+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
22-
| **Docs** | `www.mongodb.com/docs`_ | `docs.couchdb.org`_ | `docs.riak.com`_ | `orientdb.dev/docs`_ | `docs.arangodb.com/`_ |
22+
| **Docs** | `www.mongodb.com/docs`_ | `docs.couchdb.org`_ | `docs.riak.com`_ | `orientdb.dev/docs`_ | `docs.arangodb.com`_ |
2323
+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
2424
| **Application areas** | IoT, Mobile apps, CMS, | Mobile, CRM, CMS, … | Session storage, Log data, | Master data management, social | Fraud Detection, IoT, |
2525
| | `simple geospatial data`_, … | | Sensor data, CMS | networks, `Time Series`_, | identity management, |

docs/data-processing/postgresql/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ Extensions
6767
<https://github.com/postgres/postgres/tree/master/contrib>`_ directory
6868
supplied with the source code contains various extensions that are described
6969
in `Appendix F <https://www.postgresql.org/docs/9.5/contrib.html>`_. Other
70-
extensions have been developed independently, such as :doc:`postgis/index`
71-
or `Slony-I <https://www.slony.info/>`_.
70+
extensions have been developed independently, such as :doc:`postgis/index`.
7271

7372
Common Table Expression
7473
`WITH Queries (Common Table Expressions)

docs/productive/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can also update your :doc:`/productive/envs/uv/index` environments
6161
automatically.
6262

6363
.. seealso::
64-
* `Update uv.lock <python-basics:update-uv-lock>`_
64+
* :ref:`Update uv.lock <python-basics:update-uv-lock>`
6565

6666
Are the dependencies still maintained?
6767
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)