From 24d368e882ec01ff98e556725b84e332d4ab825e Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:02:41 -0700 Subject: [PATCH] link fixes for csv (#2031) (#2034) (cherry picked from commit b1a4c7ceae55ca4767853bf6b47c2a761a886d3b) Signed-off-by: Adam Tackett Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] 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" }