Skip to content

Commit ef0d880

Browse files
authored
fix: update sumo-core url in docs (#248)
1 parent 610bd8a commit ef0d880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sumo-wrapper-python.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For usage in the FMU context, the higher-level alternative
1313
`fmu-sumo <https://fmu-sumo.readthedocs.io>`_ is recommended.
1414

1515
The Sumo API is described at
16-
`https://main-sumo-prod.radix.equinor.com/swagger-ui/ <https://main-sumo-prod.radix.equinor.com/swagger-ui/>`_
16+
`https://api.sumo.equinor.com/swagger-ui/ <https://api.sumo.equinor.com/swagger-ui/>`_
1717

1818
The data model and schema is described at
1919
`https://fmu-dataio.readthedocs.io/en/latest/datamodel.html <https://fmu-dataio.readthedocs.io/en/latest/datamodel.html>`_
@@ -70,7 +70,7 @@ API: GET, PUT, POST and DELETE. In addition a method to get a blob client
7070
which handles blob contents.
7171

7272
The methods accepts a path argument. A path is the path to a
73-
Sumo `API <https://main-sumo-prod.radix.equinor.com/swagger-ui/>`_ method, for
73+
Sumo `API <https://api.sumo.equinor.com/swagger-ui/>`_ method, for
7474
example "/search" or "/smda/countries". Path parameters can be added into
7575
the path string, for example
7676

@@ -80,7 +80,7 @@ the path string, for example
8080
8181
The Sumo API documentation is available from the Swagger button in
8282
the Sumo frontend, or you can use this link:
83-
`https://main-sumo-prod.radix.equinor.com/swagger-ui/ <https://main-sumo-prod.radix.equinor.com/swagger-ui/>`_.
83+
`https://api.sumo.equinor.com/swagger-ui/ <https://api.sumo.equinor.com/swagger-ui/>`_.
8484

8585
Async methods
8686
*************

0 commit comments

Comments
 (0)