From aa996c1664bbf56844b60fbf934cfc0edba980ff Mon Sep 17 00:00:00 2001 From: bgoldberg122 Date: Wed, 29 Jan 2025 15:49:22 -0500 Subject: [PATCH] Fix further reading link (#19514) --- ecs_fargate/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecs_fargate/manifest.json b/ecs_fargate/manifest.json index 54b7e9f4dcafa..cd5e5f76a216b 100644 --- a/ecs_fargate/manifest.json +++ b/ecs_fargate/manifest.json @@ -31,7 +31,7 @@ }, { "resource_type": "documentation", - "url": "http://docs.datadoghq.com/integrations/faq/integration-setup-ecs-fargate" + "url": "https://docs.datadoghq.com/integrations/faq/integration-setup-ecs-fargate" }, { "resource_type": "blog", @@ -81,4 +81,4 @@ "Amazon Fargate": "assets/dashboards/amazon_fargate_overview.json" } } -} \ No newline at end of file +}