From b1a4c7ceae55ca4767853bf6b47c2a761a886d3b Mon Sep 17 00:00:00 2001 From: Adam Tackett <105462877+TackAdam@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:57:50 -0700 Subject: [PATCH] link fixes for csv (#2031) Signed-off-by: Adam Tackett Co-authored-by: Adam Tackett --- .../getting_started_artifacts/csv_file/csv_file-1.0.0.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/components/getting_started/getting_started_artifacts/csv_file/csv_file-1.0.0.json b/public/components/getting_started/getting_started_artifacts/csv_file/csv_file-1.0.0.json index da9f8468e4..8e772dc7fe 100644 --- a/public/components/getting_started/getting_started_artifacts/csv_file/csv_file-1.0.0.json +++ b/public/components/getting_started/getting_started_artifacts/csv_file/csv_file-1.0.0.json @@ -76,8 +76,8 @@ "type": "host-name" } ], - "info": ["https://github.com/opensearch-project/opensearch-catalog/tree/main/integrations/observability/csv_file/getting-started/fluent-bit/.env"], - "content": "wget https://raw.githubusercontent.com/opensearch-project/opensearch-catalog/main/integrations/observability/csv_file/getting-started/fluent-bit/.env", + "info": ["https://github.com/opensearch-project/opensearch-catalog/blob/main/integrations/observability/csv_file/getting-started/.env"], + "content": "wget https://raw.githubusercontent.com/opensearch-project/opensearch-catalog/main/integrations/observability/csv_file/getting-started/.env", "description": "Setup docker-compose env variables " }, { @@ -96,7 +96,7 @@ "label": "live container", "type": "file-url", "phase": "docker", - "info": ["https://github.com/opensearch-project/opensearch-catalog/blob/main/integrations/observability/csv_file/getting-started/fluent-bit/fluent-bit.yml"], + "info": ["https://github.com/opensearch-project/opensearch-catalog/blob/main/integrations/observability/csv_file/getting-started/docker-compose.yml"], "description": "Run docker-compose for the nginx live example and see the generated index", "content": "wget -O docker-compose.yml https://raw.githubusercontent.com/opensearch-project/opensearch-catalog/main/integrations/observability/csv_file/getting-started/docker-compose.yml && docker-compose up -d fluent-bit \n" }