Skip to content

Commit

Permalink
✏️ Fix external links
Browse files Browse the repository at this point in the history
* Remove link to the discontinued slony1
* Fix reference
* Update allowed redirects
  • Loading branch information
veit committed Nov 5, 2024
1 parent 0574c3d commit 22dc045
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion docs/data-processing/nosql/document-oriented-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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, |
Expand Down
3 changes: 1 addition & 2 deletions docs/data-processing/postgresql/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ Extensions
<https://github.com/postgres/postgres/tree/master/contrib>`_ directory
supplied with the source code contains various extensions that are described
in `Appendix F <https://www.postgresql.org/docs/9.5/contrib.html>`_. Other
extensions have been developed independently, such as :doc:`postgis/index`
or `Slony-I <https://www.slony.info/>`_.
extensions have been developed independently, such as :doc:`postgis/index`.

Common Table Expression
`WITH Queries (Common Table Expressions)
Expand Down
2 changes: 1 addition & 1 deletion docs/productive/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can also update your :doc:`/productive/envs/uv/index` environments
automatically.

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

Are the dependencies still maintained?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 22dc045

Please sign in to comment.