diff --git a/redoc/analysis_settings/description.md b/redoc/analysis_settings/description.md index daf8d63..7af7700 100644 --- a/redoc/analysis_settings/description.md +++ b/redoc/analysis_settings/description.md @@ -2,6 +2,6 @@ The run time settings for the analysis are controlled by the `analysis_settings.json` file which is a user supplied file detailing all of the options requested for the run (model to run, exposure set to use, number of samples, occurrence options, outputs required, etc.). In the MDK, the analysis settings file must be specified as part of the command line arguments (or in the oasislmf.json configuration file) and in the platform, it needs to be posted to the endpoint. A full json schema for the available options in the analysis settings file can be found here: -https://github.com/OasisLMF/ODS_Tools/blob/develop/ods_tools/data/analysis_settings_schema.json +https://github.com/OasisLMF/ODS_Tools/blob/main/ods_tools/data/analysis_settings_schema.json This is useful for more technical users who are looking to create their own UI or integrate Oasis with an existing system. The `analysis_settings` schema hierarchy is shown in `json` format in right column of the page. An interactive version of the schema, with descriptions and examples, can be found below: \ No newline at end of file diff --git a/redoc/analysis_settings/redoc_template.json b/redoc/analysis_settings/redoc_template.json index 8720694..cfc9042 100644 --- a/redoc/analysis_settings/redoc_template.json +++ b/redoc/analysis_settings/redoc_template.json @@ -5,7 +5,7 @@ "description": "", "version": "", "x-logo": { - "url": "https://oasislmf.github.io/_static/OASIS_LMF_COLOUR.png", + "url": "https://oasislmf.github.io/_images/OASIS_LMF_COLOUR.png", "backgroundColor": "#FFFFFF", "altText": "OasisLMF logo" } diff --git a/redoc/model_settings/redoc_template.json b/redoc/model_settings/redoc_template.json index 4b14e86..738042e 100644 --- a/redoc/model_settings/redoc_template.json +++ b/redoc/model_settings/redoc_template.json @@ -5,7 +5,7 @@ "description": "", "version": "", "x-logo": { - "url": "https://oasislmf.github.io/_static/OASIS_LMF_COLOUR.png", + "url": "https://oasislmf.github.io/_images/OASIS_LMF_COLOUR.png", "backgroundColor": "#FFFFFF", "altText": "OasisLMF logo" } diff --git a/src/_templates/page.html b/src/_templates/page.html index c0fb53c..aefeb61 100644 --- a/src/_templates/page.html +++ b/src/_templates/page.html @@ -53,7 +53,7 @@