Skip to content

Commit 2da9bbf

Browse files
committed
sysadm/service-urls: Remove scheme in URLs containing brackets
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.
1 parent 2c59f13 commit 2da9bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sysadm/network-architecture/service-urls.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ SWH backends
186186
+--------------------------+-----------------------------------------------------------------------+--------+------------+
187187
| vault database | belvedere.internal.softwareheritage.org:5432/swh-vault | X | |
188188
+--------------------------+-----------------------------------------------------------------------+--------+------------+
189-
| swh-search ES | http://search-esnode[1-3].internal.softwareheritage.org:9200 | | X |
189+
| swh-search ES | search-esnode[1-3].internal.softwareheritage.org:9200 | | X |
190190
+--------------------------+-----------------------------------------------------------------------+--------+------------+
191191
| Counters redis | counters1.internal.softwareheritage.org:6379 | | X |
192192
+--------------------------+-----------------------------------------------------------------------+--------+------------+
@@ -203,7 +203,7 @@ Other tools
203203
+-------------------+------------------------------------------------------------+--------------------+--------+------------+
204204
| Kibana | http://kibana0.internal.softwareheritage.org:5601 | | X | |
205205
+-------------------+------------------------------------------------------------+--------------------+--------+------------+
206-
| Log Elasticsearch | http://search[1-4,7].internal.softwareheritage.org:9200 | | X | |
206+
| Log Elasticsearch | search[1-4,7].internal.softwareheritage.org:9200 | | X | |
207207
+-------------------+------------------------------------------------------------+--------------------+--------+------------+
208208
| C.M.A.K. | http://getty.internal.softwareheritage.org:9000 | | X | |
209209
+-------------------+------------------------------------------------------------+--------------------+--------+------------+

0 commit comments

Comments
 (0)