Skip to content

Commit

Permalink
sysadm/service-urls: Remove scheme in URLs containing brackets
Browse files Browse the repository at this point in the history
Those URLs makes the ShortenLinkTransform sphinx post-transform from the
pydata theme raise an exception when it attempts to process them using
Python >= 3.11.4, see python/cpython#103848.

So align with other service URLs containing brackets in that doc page
and remove their scheme.
  • Loading branch information
anlambert committed Nov 6, 2023
1 parent 2c59f13 commit 2da9bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sysadm/network-architecture/service-urls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ SWH backends
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| vault database | belvedere.internal.softwareheritage.org:5432/swh-vault | X | |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| swh-search ES | http://search-esnode[1-3].internal.softwareheritage.org:9200 | | X |
| swh-search ES | search-esnode[1-3].internal.softwareheritage.org:9200 | | X |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
| Counters redis | counters1.internal.softwareheritage.org:6379 | | X |
+--------------------------+-----------------------------------------------------------------------+--------+------------+
Expand All @@ -203,7 +203,7 @@ Other tools
+-------------------+------------------------------------------------------------+--------------------+--------+------------+
| Kibana | http://kibana0.internal.softwareheritage.org:5601 | | X | |
+-------------------+------------------------------------------------------------+--------------------+--------+------------+
| Log Elasticsearch | http://search[1-4,7].internal.softwareheritage.org:9200 | | X | |
| Log Elasticsearch | search[1-4,7].internal.softwareheritage.org:9200 | | X | |
+-------------------+------------------------------------------------------------+--------------------+--------+------------+
| C.M.A.K. | http://getty.internal.softwareheritage.org:9000 | | X | |
+-------------------+------------------------------------------------------------+--------------------+--------+------------+
Expand Down

0 comments on commit 2da9bbf

Please sign in to comment.