From 8fc3517fd02a4b587d58fc229852b82934daa53f Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Tue, 20 Aug 2024 21:08:05 +0800 Subject: [PATCH] chore: update git url to http --- kafka-ingestion/README.md | 2 +- nginx-log-metrics/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kafka-ingestion/README.md b/kafka-ingestion/README.md index 06052e2..9197c8c 100644 --- a/kafka-ingestion/README.md +++ b/kafka-ingestion/README.md @@ -12,7 +12,7 @@ Ensure you have `git`, `docker`, `docker-compose` and `mysql` client installed. To run this demo: ```shell -git clone git@github.com:GreptimeTeam/demo-scene.git +git clone https://github.com/GreptimeTeam/demo-scene.git cd demo-scene/kafka-ingestion docker compose up ``` diff --git a/nginx-log-metrics/README.md b/nginx-log-metrics/README.md index e6e23dd..6d14a19 100644 --- a/nginx-log-metrics/README.md +++ b/nginx-log-metrics/README.md @@ -27,7 +27,7 @@ Ensure you have `git`, `docker` and `docker-compose` installed. To run this demo: ```shell -git clone git@github.com:GreptimeTeam/demo-scene.git +git clone https://github.com/GreptimeTeam/demo-scene.git cd demo-scene/nginx-log-metrics docker compose up ```