diff --git a/api_app/analyzers_manager/migrations/0002_0086_analyzer_config_opencti.py b/api_app/analyzers_manager/migrations/0002_0086_analyzer_config_opencti.py index e059317191..82bf256f97 100644 --- a/api_app/analyzers_manager/migrations/0002_0086_analyzer_config_opencti.py +++ b/api_app/analyzers_manager/migrations/0002_0086_analyzer_config_opencti.py @@ -11,7 +11,7 @@ "module": "opencti.OpenCTI", "base_path": "api_app.analyzers_manager.observable_analyzers", }, - "description": "scan an observable on a custom OpenCTI instance. CARE! This may require additional advanced configuration. Check the docs [here](https://intelowl.readthedocs.io/en/latest/Advanced-Configuration.html#opencti)", + "description": "scan an observable on a custom OpenCTI instance. CARE! This may require additional advanced configuration. Check the docs [here](https://intelowlproject.github.io/docs/IntelOwl/advanced_configuration/#opencti)", "disabled": False, "soft_time_limit": 30, "routing_key": "default", diff --git a/api_app/connectors_manager/migrations/0002_0001_connector_config_opencti.py b/api_app/connectors_manager/migrations/0002_0001_connector_config_opencti.py index 31a2eb91fa..5955a47ab3 100644 --- a/api_app/connectors_manager/migrations/0002_0001_connector_config_opencti.py +++ b/api_app/connectors_manager/migrations/0002_0001_connector_config_opencti.py @@ -11,7 +11,7 @@ "module": "opencti.OpenCTI", "base_path": "api_app.connectors_manager.connectors", }, - "description": "Automatically creates an observable and a linked report on your OpenCTI instance, linking the successful analysis on IntelOwl. CARE! This may require additional advanced configuration. Check the docs [here](https://intelowl.readthedocs.io/en/latest/Advanced-Configuration.html#opencti)", + "description": "Automatically creates an observable and a linked report on your OpenCTI instance, linking the successful analysis on IntelOwl. CARE! This may require additional advanced configuration. Check the docs [here](https://intelowlproject.github.io/docs/IntelOwl/advanced_configuration/#opencti)", "disabled": False, "soft_time_limit": 30, "routing_key": "default",